
@import url(https://fonts.shop-bunny.shop-net/css?family=lato:400,700,900|quicksand:400,500,600,700);
/*import vendors*/
@import url(vendors/normalize.shop-css);
@import url(vendors/bootstrap.shop-min.shop-css);
@import url(vendors/uicons-regular-straight.shop-css);
/*import plugins*/
@import url(plugins/magnific-popup.shop-css);
@import url(plugins/select2.shop-min.shop-css);
@import url(plugins/slick.shop-css);
@import url(plugins/perfect-scrollbar.shop-css);
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, 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;
}

img {
  max-width: 100%;
}

*:focus,
select:focus,
.shop-custom-select:focus,
button:focus,
textarea:focus,
textarea.shop-form-control:focus,
input.shop-form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].shop-form-control:focus,
[type=password].shop-form-control:focus,
[type=email].shop-form-control:focus,
[type=tel].shop-form-control:focus,
[contenteditable].shop-form-control:focus {
  outline: none;
  box-shadow: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

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

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #3BB77E; /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #3BB77E; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #3BB77E; /* Gecko Browsers */
  color: #fff;
}

::-moz-placeholder {
  color: #838383;
}

::placeholder {
  color: #838383;
}
.nav-main{
    border:0px!important;
    box-shadow: none!important;
    border-bottom: 0px!important;
}

.bravo_footer{
    box-shadow: 0px 0px 5px -2px rgba(50, 88, 130, 0.32);
    width: 95%;
    margin:auto;
}

.shop-fix {
  overflow: hidden;
}

.shop-hidden {
  display: none;
}

.shop-clear {
  clear: both;
}

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

.shop-f-right {
  float: right;
}

.shop-capitalize {
  text-transform: capitalize;
}

.shop-uppercase {
  text-transform: uppercase;
}

.shop-bg-img {
  background-position: center center;
  background-size: cover;
}

.shop-position-relative {
  position: relative;
}

.shop-height-100vh {
  height: 100vh;
}

.shop-container {
    margin: auto;
    width: 98%;
}

*:focus,
select:focus,
.shop-custom-select:focus,
button:focus,
textarea:focus,
textarea.shop-form-control:focus,
input.shop-form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].shop-form-control:focus,
[type=password].shop-form-control:focus,
[type=email].shop-form-control:focus,
[type=tel].shop-form-control:focus,
[contenteditable].shop-form-control:focus {
  outline: none;
  box-shadow: none;
}

.shop-bg-grey-9 {
  background-color: #f4f5f9;
}

.shop-border-radius {
  border-radius: 4px;
}

.shop-border-radius-5 {
  border-radius: 5px;
}

.shop-border-radius-10 {
  border-radius: 10px;
}

.shop-border-radius-15 {
  border-radius: 15px;
}

.shop-border-radius-20 {
  border-radius: 20px;
}

.shop-img-hover-scale img {
  transition: transform 0.5s;
}
.shop-img-hover-scale:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.shop-hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.shop-hover-up:hover {
  transform: translateY(-5px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.shop-text-brand {
  color: #3BB77E;
}

.shop-text-brand-2 {
  color: #FDC040;
}

.shop-text-primary {
  color: #5a97fa;
}

.shop-text-warning {
  color: #ff9900;
}

.shop-text-danger {
  color: #FD6E6E;
}

.shop-text-success {
  color: #81B13D;
}

.shop-text-info {
  color: #2cc1d8;
}

.shop-text-grey-4 {
  color: #adadad;
}

.shop-text-muted {
  color: #B6B6B6;
}

.shop-text-7 {
  color: #d77f7a;
}

.shop-text-8 {
  color: #63a2c1;
}

.shop-text-white {
  color: #fff;
}

.shop-text-grey-5, .shop-text-grey-5 a, .shop-text-hover-grey-5:hover {
  color: #a2a2a2;
}

.shop-bg-brand {
  background-color: #3BB77E;
}

.shop-bg-primary {
  background-color: #5a97fa;
}

.shop-bg-warning {
  background-color: #ff9900;
}

.shop-bg-danger {
  background-color: #FD6E6E;
}

.shop-bg-success {
  background-color: #81B13D;
}

.shop-bg-info {
  background-color: #2cc1d8;
}

.shop-bg-grey-4 {
  background-color: #adadad;
}

.shop-bg-1 {
  background-color: #fddde4;
}

.shop-bg-2 {
  background-color: #cdebbc;
}

.shop-bg-3 {
  background-color: #d1e8f2;
}

.shop-bg-4 {
  background-color: #cdd4f8;
}

.shop-bg-5 {
  background-color: #f6dbf6;
}

.shop-bg-6 {
  background-color: #fff2e5;
}

.shop-bg-7 {
  background-color: #d77f7a;
}

.shop-bg-8 {
  background-color: #63a2c1;
}

.shop-bg-9 {
  background-color: #F2FCE4;
}

.shop-bg-10 {
  background-color: #FFFCEB;
}

.shop-bg-11 {
  background-color: #ECFFEC;
}

.shop-bg-12 {
  background-color: #FEEFEA;
}

.shop-bg-13 {
  background-color: #FFF3EB;
}

.shop-bg-14 {
  background-color: #FFF3FF;
}

.shop-bg-15 {
  background-color: #F2FCE4;
}

.shop-bg-grey-9 {
  background-color: #f4f5f9;
}

.shop-font-xs {
  font-size: 13px;
}

.shop-div-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.shop-bg-grey-1 {
  background: #fafbfc;
}

.shop-box-shadow-none {
  box-shadow: none;
}

.flex-horizontal-center {
  display: flex;
  align-items: center;
}

.shop-w-36px {
  max-width: 36px;
}

.shop-border {
  border: 1px solid #ececec;
}

.shop-box-shadow-outer-6 {
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.shop-box-shadow-outer-6:hover {
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}

.shop-box-shadow-outer-7 {
  box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
}
.shop-box-shadow-outer-7:hover {
  box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
}

.shop-box-shadow-outer-3, .shop-box-hover-shadow-outer-3:hover {
  box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
}

/*****************************
*********  BORDER  *****
******************************/
.shop-border-1 {
  border-width: 1px;
}

.shop-border-2 {
  border-width: 2px;
}

.shop-border-3 {
  border-width: 3px;
}

.shop-border-dotted {
  border-style: dotted;
}

.shop-border-solid {
  border-style: solid;
}

.shop-border-double {
  border-style: double;
}

.shop-border-dashed {
  border-style: dashed;
}

.shop-border-brand {
  border-color: #3BB77E;
}

.shop-border-muted {
  border-color: #f7f8f9;
}

.shop-section-border {
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.shop-border-color-1 {
  border-color: #e0dede;
}

.shop-list-insider li {
  list-style: inside;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.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%;
  }
}
[data-loader=spinner] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(https://techmock.com/assets/imgs/favicon.shop-html);
  box-shadow: 0 0 10px #fff;
}
@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.shop-jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/*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,
.shop-font-heading,
.shop-display-1,
.shop-display-2,
.shop-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: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.shop-display-1 {
  font-size: 96px;
  line-height: 1;
}

.shop-display-2 {
  font-size: 72px;
  line-height: 1;
}

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

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

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

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

.shop-font-weight-bold {
  font-weight: 700;
}

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

b {
  font-weight: 500;
}

strong,
.shop-fw-600 {
  font-weight: 600;
}

.shop-fw-900 {
  font-weight: 900;
}

.shop-fw-300 {
  font-weight: 300;
}

.shop-section-title {
  display: flex;
  align-items: end;
  margin-bottom: 44px;
  position: relative;
  justify-content: space-between;
}
.shop-section-title .shop-title {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}
.shop-section-title h3 {
  font-weight: 700;
  font-size: 32px;
  margin-right: 30px;
}
.shop-section-title a.shop-show-all {
  font-size: 16px;
  color: #7E7E7E;
}
.shop-section-title a.shop-show-all:hover {
  color: #3BB77E;
}
.shop-section-title a.shop-show-all i {
  font-size: 12px;
  margin-left: 5px;
}
.shop-section-title.shop-style-1 {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  font-size: 24px;
}
.shop-section-title.shop-style-1::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #BCE3C9;
}
.shop-section-title span {
  color: #3BB77E;
}

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

.shop-title.shop-style-3 {
  background-image: url(https://techmock.com/assets/imgs/theme/wave.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

.shop-text-body {
  color: #7E7E7E;
}

.shop-font-xxs {
  font-size: 12px;
}

.shop-font-xs {
  font-size: 13px;
}

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

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

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

.shop-font-xl {
  font-size: 19px;
}

.shop-font-xxl {
  font-size: 58px;
}

.shop-text-hot {
  color: #f74b81;
}

.shop-text-new {
  color: #55bb90;
}

.shop-text-sale {
  color: #67bcee;
}

.shop-text-best {
  color: #f59758;
}

.shop-text-style-1 {
  position: relative;
}
.shop-text-style-1::after {
  content: "";
  background-color: #ffdabf;
  height: 20%;
  width: 110%;
  display: block;
  position: absolute;
  bottom: 20%;
  left: -5%;
  z-index: -1;
  opacity: 0.8;
  transition: transform 0.5s;
}
.shop-text-style-1:hover::after {
  height: 30%;
  transition: transform 0.5s;
}

.shop-fw-700 {
  font-weight: 700;
}

/*COMPONENTS -> BUTTONS*/
.shop-btn-default {
  color: #fff;
  background-color: #3BB77E;
  border-radius: 50px;
  padding: 13px 28px;
  font-family: "Quicksand", sans-serif;
}
.shop-btn-default i {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
  transition-duration: 0.2s;
}
.shop-btn-default:hover i {
  margin-left: 15px;
  transition-duration: 0.2s;
}

.shop-btn-lg {
  padding: 13px 28px;
  font-size: 16px;
}

.shop-btn-sm {
  padding: 8px 18px;
  font-size: 12px;
}

.shop-btn-md {
  padding: 10px 24px;
  font-size: 12px;
}

.shop-btn-outline {
  background-color: transparent;
}

.shop-btn-check:focus + .shop-btn, .shop-btn:focus {
  outline: 0;
  box-shadow: none;
}

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

.shop-product-cart-wrap .shop-btn {
  text-align:center;
  width: 100%;
}

.shop-btn-shadow-brand {
  box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
  border: 1px solid #f7f8f9;
}
.shop-btn-shadow-brand:hover {
  border: 1px solid #3BB77E;
}

.shop-btn-brand {
  background-color: #3BB77E;
  border-color: #3BB77E;
}

.shop-btn-heading, button.shop-btn-heading[type=submit] {
  background-color: #253D4E;
  border-color: #253D4E;
  font-weight: 700;
  border: 0;
}

button.shop-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.shop-submit:hover {
  background-color: #29A56C;
}

.shop-btn-brand:hover {
  background-color: #29A56C;
}

.shop-btn-login {
  font-weight: 13px;
}
.shop-btn-login .shop-btn {
  min-width: unset;
}
.shop-btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}
.shop-btn-login li a {
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.shop-btn, .shop-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: #3BB77E;
  cursor: pointer;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}
.shop-btn:hover, .shop-button:hover {
  background-color: #FDC040;
}
.shop-btn.shop-btn-sm, .shop-button.shop-btn-sm {
  padding: 8px 18px;
  font-size: 12px;
  text-transform: none;
  line-height: 1.8;
}
.shop-btn.shop-btn-xs, .shop-button.shop-btn-xs {
  padding: 7px 8px 7px 12px;
  font-size: 12px;
  text-transform: none;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.3;
}
.shop-btn.shop-btn-xs i, .shop-button.shop-btn-xs i {
  font-size: 14px;
  line-height: 0;
}
.shop-btn.shop-btn-rounded, .shop-button.shop-btn-rounded {
  border-radius: 50px;
}
.shop-btn.shop-btn-secondary, .shop-button.shop-btn-secondary {
  background-color: #3e5379;
  border-color: #3e5379;
}
.shop-btn.shop-btn-facebook, .shop-button.shop-btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.shop-btn.shop-btn-google, .shop-button.shop-btn-google {
  background: #d85040;
  border-color: #d85040;
}
.shop-btn.shop-btn-brush, .shop-button.shop-btn-brush {
  background-color: transparent;
  color: #3BB77E;
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  font-family: "Quicksand", sans-serif;
}
.shop-btn.shop-btn-brush i, .shop-button.shop-btn-brush i {
  margin: 3px 0 0 5px;
}
.shop-btn.shop-btn-brush.shop-btn-brush-1, .shop-button.shop-btn-brush.shop-btn-brush-1 {
  background-image: url(https://techmock.com/assets/imgs/theme/btn-brush-bg-1.shop-html);
}
.shop-btn.shop-btn-brush.shop-btn-brush-2, .shop-button.shop-btn-brush.shop-btn-brush-2 {
  background-image: url(https://techmock.com/assets/imgs/theme/btn-brush-bg-2.shop-html);
}
.shop-btn.shop-btn-brush.shop-btn-brush-3, .shop-button.shop-btn-brush.shop-btn-brush-3 {
  background-image: url(https://techmock.com/assets/imgs/theme/btn-brush-bg-3.shop-html);
}

.shop-comments-area .shop-btn-reply {
  display: flex;
  align-content: center;
  align-items: center;
}
.shop-comments-area .shop-btn-reply i {
  margin-left: 5px;
  font-size: 12px;
}

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

.shop-select2-container--default .shop-select2-selection--single {
  background-color: #fff;
  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;
}
.shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  color: #253D4E;
}
.shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 20px;
}

.shop-custom_select {
  position: relative;
  width: 100%;
}
.shop-custom_select .shop-select2-container {
  max-width: 155px;
}
.shop-custom_select .shop-nice-select {
  width: 100%;
  margin-bottom: 1rem;
}
.shop-custom_select .shop-select2-container--default .shop-select2-selection--single {
  border: 1px solid #ececec;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
}
.shop-custom_select .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  padding-left: 0;
}
.shop-custom_select .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__arrow {
  top: 9px;
  right: 14px;
}

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

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

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

.shop-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);
}

.shop-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);
}

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

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

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

.shop-select2-container {
  max-width: 135px;
}

/*contact form*/
.shop-contact-from-area .shop-contact-form-style button {
  font-size: 17px;
  font-weight: 500;
  padding: 20px 40px;
  color: #ffffff;
  border: none;
  background-color: #253D4E;
  border-radius: 10px;
  font-family: "Quicksand", sans-serif;
}
.shop-contact-from-area .shop-contact-form-style button:hover {
  background-color: #3BB77E;
}

.shop-form-group {
  margin-bottom: 1rem;
}
.shop-form-group input {
  background: #fff;
  border: 1px solid #ececec;
  height: 64px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
.shop-form-group input:focus {
  background: transparent;
  border-color: #BCE3C9;
}

label {
  margin-bottom: 5px;
}

.shop-security-code {
  display: inline-block;
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  background: #BCE3C9;
}
.shop-security-code b {
  font-size: 24px;
  font-weight: bold;
}

.shop-custome-radio .shop-form-check-label,
.shop-custome-checkbox .shop-form-check-label {
  position: relative;
  cursor: pointer;
}

.shop-custome-checkbox .shop-form-check-label {
  position: relative;
  cursor: pointer;
  color: #687188;
  padding: 0;
  vertical-align: middle;
}
.shop-custome-checkbox .shop-form-check-label::before {
  content: "";
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.shop-custome-checkbox .shop-form-check-label span {
  vertical-align: middle;
}
.shop-custome-checkbox input[type=checkbox]:checked + .shop-form-check-label::after {
  opacity: 1;
}
.shop-custome-checkbox input[type=checkbox] + .shop-form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(-45deg);
}

.shop-custome-radio .shop-form-check-input,
.shop-custome-checkbox .shop-form-check-input {
  display: none;
}

.shop-login_footer {
  margin-bottom: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.shop-custome-checkbox input[type=checkbox]:checked + .shop-form-check-label::before {
  background-color: #3BB77E;
  border-color: #3BB77E;
}
.shop-custome-checkbox input[type=checkbox]:checked + .shop-form-check-label::after {
  opacity: 1;
}

.shop-divider-text-center {
  text-align: center;
  position: relative;
}
.shop-divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  transform: translateY(-50%);
}
.shop-divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

/*comment*/
.shop-comments-area {
  background: transparent;
  border-top: 1px solid #ececec;
  padding: 45px 0;
  margin-top: 50px;
}
.shop-comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.shop-comments-area .shop-comment-list {
  padding-bottom: 48px;
}
.shop-comments-area .shop-comment-list:last-child {
  padding-bottom: 0px;
}
.shop-comments-area .shop-comment-list.shop-left-padding {
  padding-left: 25px;
}
.shop-comments-area .shop-comment-list .shop-single-comment {
  margin: 0 0 15px 0;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  transition: 0.2s;
}
.shop-comments-area .shop-comment-list .shop-single-comment:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.shop-comments-area .shop-comment-list .shop-single-comment img {
  min-width: 80px;
  max-width: 80px;
}
.shop-comments-area .shop-comment-list .shop-single-comment .shop-reply {
  opacity: 0;
  transition: 0.2s;
}
.shop-comments-area .shop-comment-list .shop-single-comment:hover {
  transform: translateY(-5px);
  transition: 0.2s;
}
.shop-comments-area .shop-comment-list .shop-single-comment:hover .shop-reply {
  opacity: 1;
  transition: 0.2s;
}
.shop-comments-area p {
  font-size: 16px;
}
.shop-comments-area .shop-thumb {
  margin-right: 20px;
}
.shop-comments-area .shop-thumb img {
  width: 70px;
  border-radius: 50%;
}
.shop-comments-area .shop-date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.shop-comments-area .shop-comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.shop-comments-area .shop-btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.shop-comments-area.shop-style-2 {
  border: 0;
  margin-top: 0;
  padding: 25px 0;
}

.shop-comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}

.shop-comment-form .shop-email {
  padding-right: 0px;
}

.shop-form-control {
  border: 1px solid #f0e9ff;
  border-radius: 10px;
  height: 48px;
  padding-left: 18px;
  font-size: 16px;
  background: transparent;
}

.shop-comment-form {
  padding-top: 45px;
  margin-bottom: 20px;
}
.shop-comment-form .shop-form-group {
  margin-bottom: 20px;
}
.shop-comment-form textarea {
  min-height: 200px;
  padding-top: 15px;
}
.shop-comment-form textarea:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border-color: #BCE3C9;
}

.shop-form-control:focus {
  outline: 0;
  box-shadow: none;
}
.shop-form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}
.shop-form-control::placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.shop-nice-select .shop-list {
  width: 100%;
}

.shop-button-contactForm {
  background: #3BB77E;
  color: #fff;
  border-color: #3BB77E;
  padding: 12px 25px;
}

.shop-search-form form {
  position: relative;
}
.shop-search-form form input {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.shop-search-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #242424;
}
.shop-search-form form button:hover {
  color: #fff;
}

input.shop-qty-val {
  border: 0;
  border-radius: 0;
  height: unset;
  padding: 0;
}

/*COMPONENTS -> SLIDER*/
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 h1 {
  animation-delay: 1.4s;
  animation-name: fadeInUp;
}
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 h2 {
  animation-delay: 1.2s;
  animation-name: fadeInUp;
}
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 h3 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 h4 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 span {
  animation-delay: 0.5s;
  animation-name: fadeInUp;
}
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 p {
  animation-delay: 1.7s;
  animation-name: fadeInUp;
}
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 a.shop-btn {
  animation-delay: 2s;
  animation-name: fadeInUp;
}
.shop-single-animation-wrap.slick-active .shop-slider-animated-1.shop-slider-product-price {
  animation-delay: 1.2s;
  animation-name: flipInY;
}
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 .shop-single-slider-img img {
  animation-delay: 1.5s;
  animation-name: fadeInUp;
}

.shop-single-animation-wrap.slick-active .shop-slider-animated-1 .shop-slider-product-offer-wrap,
.shop-single-animation-wrap.slick-active .shop-slider-animated-1 .shop-slider-product-offer-wrap-2 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}

.shop-hero-slider-1 {
  position: relative;
}
.shop-hero-slider-1 .shop-single-hero-slider {
  height: 538px;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
}
.shop-hero-slider-1 .shop-single-hero-slider.shop-rectangle {
  border-radius: 0;
}
.shop-hero-slider-1 .shop-single-hero-slider.shop-rectangle .shop-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.shop-hero-slider-1 .shop-single-hero-slider.shop-rectangle .shop-slider-content form {
  margin: 0 auto;
}
.shop-hero-slider-1 img {
  max-height: 538px;
  border-radius: 30px;
}
.shop-hero-slider-1 .shop-slider-content {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}
.shop-hero-slider-1 .shop-slider-content p {
  font-size: 30px;
}
.shop-hero-slider-1 .shop-slider-content form {
  background-color: #fff;
  max-width: 450px;
  border-radius: 50px;
}
.shop-hero-slider-1 .shop-slider-content form input {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(https://techmock.com/assets/imgs/theme/icons/icon-plane.png) no-repeat 25px center;
}
.shop-hero-slider-1 .shop-slider-content form button {
  border: 0;
  border-radius: 50px;
}
.shop-hero-slider-1 .shop-single-slider-img-1 {
  height: 538px;
  position: relative;
}
.shop-hero-slider-1 .shop-single-slider-img-1 .shop-slider-1-1 {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.shop-hero-slider-1 .shop-single-slider-img-1 .shop-slider-1-2 {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.shop-hero-slider-1 .shop-single-slider-img-1 .shop-slider-1-3 {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.shop-hero-slider-1.shop-style-5 .shop-display-2 {
  font-size: 50px;
}
.shop-hero-slider-1.shop-style-5 .shop-slider-content p {
  font-size: 24px;
}
.shop-hero-slider-1.shop-style-5 img {
  border-radius: 10px;
}
.shop-hero-slider-1.shop-style-5 .shop-single-hero-slider {
  border-radius: 10px;
}

.shop-dot-style-1 ul {
  display: flex;
}
.shop-dot-style-1 ul li {
  margin: 0 3px;
}
.shop-dot-style-1 ul li button {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: 1px solid;
  padding: 0;
  font-size: 0px;
  border-color: #253D4E;
  background: none;
  transition: all 0.3s linear;
}
.shop-dot-style-1 ul li button:hover {
  background: #BCE3C9;
}
.shop-dot-style-1 ul li::marker {
    content:'';
}
.shop-dot-style-1 ul li.slick-active button {
  background: #3BB77E;
  border-color: #3BB77E;
}
.shop-dot-style-1.shop-dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
.shop-dot-style-1.shop-dot-style-1-position-2 ul {
  position: absolute;
  left: 6%;
  bottom: 15px;
}
.shop-dot-style-1.shop-dot-style-1-center ul {
  justify-content: center;
}
.shop-dot-style-1.shop-dot-style-1-mt1 ul {
  margin-top: 30px;
}

.shop-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.shop-slider-arrow .shop-slider-btn {
  cursor: pointer;
  background: #F2F3F4;
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #7E7E7E;
}
.shop-slider-arrow .shop-slider-btn.shop-slider-prev {
  left: 20px;
}
.shop-slider-arrow .shop-slider-btn.shop-slider-prev i {
  margin-right: 2px;
}
.shop-slider-arrow .shop-slider-btn.shop-slider-next {
  right: 20px;
}
.shop-slider-arrow .shop-slider-btn.shop-slider-next i {
  margin-left: 2px;
}
.shop-slider-arrow .shop-slider-btn:hover {
  background-color: #3BB77E;
  color: #fff;
  border-color: #3BB77E;
}
.shop-slider-arrow.shop-slider-arrow-2 .shop-slider-btn {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 24px;
}
.shop-slider-arrow.shop-slider-arrow-2.flex-right {
  display: flex;
  position: relative;
  max-width: 200px;
  justify-content: flex-end;
  top: unset;
  transform: unset;
}
.shop-slider-arrow.shop-slider-arrow-2.flex-right .shop-slider-btn {
  position: relative;
  left: unset;
  right: unset;
}
.shop-slider-arrow.shop-slider-arrow-2.flex-right .shop-slider-btn.shop-slider-prev {
  margin-right: 10px;
}
.shop-slider-arrow.shop-slider-arrow-3 .shop-slider-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  margin-top: -15px;
}
.shop-slider-arrow.shop-style-3 .shop-slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdeed;
  line-height: 40px;
  font-size: 12px;
  margin-top: -20px;
}

.shop-home-slide-cover {
  position: relative;
}
.shop-home-slide-cover .shop-slider-arrow {
  left: 0;
}
.shop-home-slide-cover .shop-hero-slider-content-2 {
  padding-left: 50px;
}

/*Carausel*/
.carausel-8-columns-cover .carausel-8-columns {
  overflow: hidden;
  margin: 0 -12px;
}
.carausel-8-columns-cover .carausel-8-columns .shop-card-1 {
  margin-right: 12px;
  margin-left: 12px;
}
.carausel-8-columns-cover .shop-product-img {
  border: 1px solid #cce7d0;
}
.carausel-8-columns-cover .shop-slider-arrow {
  top: -80px;
}
.carausel-8-columns-cover .shop-slider-arrow .shop-slider-btn.shop-slider-next {
  right: 0;
}
.carausel-8-columns-cover .shop-slider-arrow .shop-slider-btn.shop-slider-prev {
  right: 48px;
  left: unset;
}
.carausel-8-columns-cover.shop-arrow-center .shop-slider-arrow {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -50px;
}
.carausel-8-columns-cover.shop-arrow-center .shop-slider-arrow .shop-slider-btn.shop-slider-next {
  right: -30px;
}
.carausel-8-columns-cover.shop-arrow-center .shop-slider-arrow .shop-slider-btn.shop-slider-prev {
  left: -30px;
}
.carausel-8-columns-cover.shop-arrow-center .shop-slider-arrow.shop-slider-arrow-3 {
  margin-top: 0;
}

.shop-carausel-10-columns-cover .shop-carausel-10-columns {
  overflow: hidden;
  margin: 0 -12px;
}
.shop-carausel-10-columns-cover .shop-carausel-10-columns .shop-card-2 {
  margin-right: 12px;
  margin-left: 12px;
}

.carausel-4-columns-cover .carausel-4-columns {
  overflow: hidden;
  margin: 0 -12px;
}
.carausel-4-columns-cover .carausel-4-columns .shop-product-cart-wrap {
  margin-right: 12px;
  margin-left: 12px;
}
.carausel-4-columns-cover .carausel-4-columns-arrow {
  margin-top: -100px;
}
.carausel-4-columns-cover .shop-product-cart-wrap {
  margin-bottom: 20px;
}
.carausel-4-columns-cover .shop-product-cart-wrap:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-bg-grey-10 {
  background-color: #d0f3ec;
}

.shop-home-slider .shop-slider-arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.shop-home-slider:hover .shop-slider-arrow {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.shop-home-slider.shop-style-2 {
  background: url(https://techmock.com/assets/imgs/banner/banner-12.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}

.carausel-3-columns-cover {
  position: relative;
}
.carausel-3-columns-cover .carausel-3-columns {
  overflow: hidden;
  margin: 0 -12px;
}
.carausel-3-columns-cover .carausel-3-columns img {
  margin-right: 12px;
  margin-left: 12px;
}
.carausel-3-columns-cover #carausel-3-columns-arrows {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 3;
}
.carausel-3-columns-cover .shop-slider-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 44px;
  text-align: center;
  background: #F2F3F4;
  font-size: 27px;
  color: #3BB77E;
  position: absolute;
}
.carausel-3-columns-cover .shop-slider-btn.shop-slider-prev {
  left: -20px;
}
.carausel-3-columns-cover .shop-slider-btn.shop-slider-next {
  right: -20px;
}
.carausel-3-columns-cover .shop-slider-btn:hover {
  background: #3BB77E;
  color: #fff;
}

/*COMPONENTS -> CARD*/
.shop-card-1 {
  position: relative;
  background: #F4F6FA;
  text-align: center;
  border: 1px solid #F4F6FA;
  border-radius: 10px;
  padding: 40px 30px 28px 30px;
  margin-bottom: 20px;
  min-height: 215px;
  transition: 0.2s;
}
.shop-card-1:hover {
  background: #fff;
  border: 1px solid #BCE3C9;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.shop-card-1 figure {
  text-align: center;
  margin-bottom: 20px;
}
.shop-card-1 figure img {
  border-radius: 10px;
  display: inline-block;
  max-width: 80px;
}
.shop-card-1 h6 {
  margin: 0;
}
.shop-card-1 h6 a {
  color: #253D4E;
}
.shop-card-1:hover a {
  color: #3BB77E;
}

.shop-card-2 {
  position: relative;
  background: #F4F6FA;
  text-align: center;
  border: 1px solid #F4F6FA;
  border-radius: 10px;
  padding: 20px 0px 18px 0px;
  margin-bottom: 20px;
  min-height: 180px;
  transition: 0.2s;
}
.shop-card-2:hover {
  background: #fff;
  border: 1px solid #BCE3C9;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.shop-card-2 figure {
  text-align: center;
  margin-bottom: 10px;
}
.shop-card-2 figure img {
  border-radius: 10px;
  display: inline-block;
  max-width: 80px;
}
.shop-card-2 h6 {
  margin: 0;
}
.shop-card-2 h6 a {
  color: #253D4E;
}
.shop-card-2:hover a {
  color: #3BB77E;
}

.shop-hero-card {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.shop-hero-card:hover {
  border: 1px solid #3BB77E;
}
.shop-hero-card .shop-hero-card-icon {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.shop-hero-card .shop-hero-card-icon.shop-icon-left {
  width: 135px;
  align-items: start;
}
.shop-hero-card .shop-hero-card-icon.shop-icon-left-2 {
  width: 265px;
  align-items: start;
}
.shop-hero-card .shop-hero-card-icon i {
  font-size: 25px;
  color: #6143f7;
}

.shop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
}
.shop-card .shop-card-header {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #ececec;
}

.shop-featured-card {
  padding: 50px 30px;
  border-radius: 15px;
  border: 1px solid #ececec;
  background: #fff;
}
.shop-featured-card img {
  margin-bottom: 30px;
  width: 100px;
}
.shop-featured-card h4 {
  margin-bottom: 30px;
}
.shop-featured-card p {
  font-size: 17px;
  margin-bottom: 30px;
}
.shop-featured-card a {
  font-size: 16px;
}
.shop-featured-card:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-team-card {
  position: relative;
}
.shop-team-card img {
  border-radius: 15px;
  z-index: 1;
}
.shop-team-card:hover .shop-content {
  transform: translateY(-95px);
  transition: 0.2s;
}
.shop-team-card .shop-content {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  background: #fff;
  padding: 30px;
  max-width: 80%;
  position: relative;
  z-index: 2;
  transform: translateY(-90px);
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}
.shop-team-card .shop-content span {
  font-size: 17px;
}
.shop-team-card .shop-content .shop-social-network a {
  display: inline-block;
  padding: 0 5px;
}
.shop-team-card .shop-content .shop-social-network a img {
  max-width: 30px;
  min-width: 20px;
}

.shop-account .shop-card {
  border: 0;
}
.shop-account .shop-card .shop-card-header {
  border: 0;
  background: none;
}
.shop-account .shop-card table td, .shop-account .shop-card table th {
  border: 0;
}
.shop-account .shop-card .shop-table > thead {
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
}

.shop-card-login {
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #ececec;
  margin-left: 30px;
}
.shop-card-login .shop-social-login {
  font-size: 20px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.shop-card-login .shop-social-login img {
  min-width: 28px;
  max-width: 28px;
  margin-right: 15px;
}
.shop-card-login .shop-social-login.shop-facebook-login {
  background-color: #1877F2;
  color: #fff;
}
.shop-card-login .shop-social-login.shop-google-login {
  background-color: #fff;
  color: #7E7E7E;
  border: 1px solid #F2F3F4;
}
.shop-card-login .shop-social-login.shop-apple-login {
  background-color: #000000;
  color: #fff;
  margin-bottom: 0;
}
.shop-card-login .shop-social-login:hover {
  transform: translateY(-3px);
  transition: 0.3s;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

/*COMPONENTS -> TABS*/
.shop-nav-tabs {
  border: 0;
  margin-bottom: 4px;
}
.shop-nav-tabs .shop-nav-link {
  background-color: rgb(238, 238, 238);
  font-size: 15px;
  margin: 0 10px;
  margin-left: 10px;
  color: #444;
  border-radius: 4px;
  padding: 15px 24px;
  transition: 0.2s;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.shop-nav-tabs .shop-nav-link.active {
  color: #3BB77E;
  background-color: #fde1bd;
}
.shop-nav-tabs .shop-nav-link:hover {
  color: #3BB77E;
  background-color: #fde1bd;
  transform: translateY(-3px);
  transition: 0.2s;
}
.shop-nav-tabs .shop-nav-link:first-child {
  margin-left: 0;
  padding-left: 0;
}
.shop-nav-tabs.shop-links .shop-nav-link {
  padding: 0 10px;
  background: none;
  font-size: 16px;
  color: #253D4E;
}
.shop-nav-tabs.shop-links .shop-nav-link:hover, .shop-nav-tabs.shop-links .shop-nav-link.active {
  color: #3BB77E;
}
.shop-nav-tabs.shop-no-border {
  border: none;
}
.shop-nav-tabs.shop-right .shop-nav-item:last-child .shop-nav-link {
  margin-right: 0;
}

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

.shop-dashboard-menu ul {
  padding: 0;
  margin: 0;
}
.shop-dashboard-menu ul li {
  position: relative;
  border-radius: 10px;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.shop-dashboard-menu ul li a {
  font-size: 16px;
  color: #7E7E7E;
  padding: 15px 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.shop-dashboard-menu ul li a i {
  color: #7E7E7E;
  font-size: 19px;
  opacity: 0.6;
}
.shop-dashboard-menu ul li a.active {
  color: #fff;
  background-color: #3BB77E;
  border-radius: 10px;
}
.shop-dashboard-menu ul li a.active i {
  color: #fff;
}
.shop-dashboard-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.shop-tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-tab-header .shop-view-more {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  border-bottom: 2px solid #cce7d0;
  margin-bottom: 20px;
}
.shop-tab-header .shop-view-more i {
  margin-left: 5px;
  margin-top: 5px;
  transition: 0.5s;
}
.shop-tab-header .shop-view-more:hover i {
  transform: translateX(5px);
  transition: 0.5s;
}

/*COMPONENTS -> MISC*/
/*Countdown*/
.shop-deals-countdown .shop-countdown-section {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding: 20px 5px 30px 5px;
  margin-left: 7px;
  margin-right: 7px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  margin-bottom: 2rem;
}
.shop-deals-countdown .shop-countdown-section .shop-countdown-amount {
  display: inline-block;
  color: #3BB77E;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}
.shop-deals-countdown .shop-countdown-section .shop-countdown-period {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 10px;
  display: block;
  color: #7E7E7E;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  font-size: 16px;
  text-transform: capitalize;
}

.shop-img-grey-hover {
  opacity: 0.5;
  filter: grayscale(1);
  transition-duration: 0.3s;
}
.shop-img-grey-hover:hover {
  filter: none;
  opacity: 1;
  transition-duration: 0.3s;
}

.shop-brand-logo img {
  width: auto;
  display: inline-block;
  padding: 10px 0;
}

/*Heading tab*/
.shop-heading-tab {
  align-items: center;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
}

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

.preloader img.shop-jump {
  max-height: 100px;
}

/*custom amine*/
.shop-loader,
.shop-bar {
  width: 100px;
  height: 20px;
}

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

.shop-bar::before,
.shop-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;
}

.shop-bar1::before {
  animation-delay: 0s;
}

.shop-bar1::after {
  animation-delay: 0.3s;
}

.shop-bar2::before {
  animation-delay: 0.6s;
}

.shop-bar2::after {
  animation-delay: 0.9s;
}

.shop-bar3::before {
  animation-delay: 1.2s;
}

.shop-bar3::after {
  animation-delay: 1.5s;
}

/*page header*/
.shop-page-header .shop-page-title {
  font-weight: 900;
  font-size: 4rem;
}
.shop-page-header.shop-breadcrumb-wrap {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-family: "Quicksand", sans-serif;
}

.shop-breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0;
  border-radius: 0;
}
.shop-breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.shop-breadcrumb span::before {
  content: "\f111";
  font-family: "uicons-regular-straight";
  display: inline-block;
  font-size: 9px;
}

/*****************************
*********  SOCIAL NETWORKS  **********
******************************/
.shop-text-center.shop-social-icons ul {
  display: inline-block;
}

.shop-social-icons li {
  float: left;
  list-style: none;
}

.shop-social-icons li a {
  float: left;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  color: #333;
  overflow: hidden;
  transition: all 0.3s ease;
}

.shop-dark .shop-social-icons li a {
  color: #fff;
}

.shop-social-icons.shop-social-icons-colored a,
.shop-social-icons.shop-social-icons-colored-hover a:hover {
  color: #fff;
  border: 0;
}

.shop-social-icons.shop-social-icons-colored .shop-social-rss a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-rss a:hover,
.shop-social-icons.shop-social-icons-colored .shop-social-snapchat a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-snapchat a:hover {
  background-color: #faa33d;
}

.shop-social-icons.shop-social-icons-colored .shop-social-facebook a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-facebook a:hover {
  background-color: #5d82d1;
}

.shop-social-icons.shop-social-icons-colored .shop-social-twitter a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-twitter a:hover {
  background-color: #40bff5;
}

.shop-social-icons.shop-social-icons-colored .shop-social-vimeo a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-vimeo a:hover {
  background-color: #35c6ea;
}

.shop-social-icons.shop-social-icons-colored .shop-social-myspace a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-myspace a:hover {
  background-color: #008dde;
}

.shop-social-icons.shop-social-icons-colored .shop-social-youtube a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-youtube a:hover {
  background-color: #ef4e41;
}

.shop-social-icons.shop-social-icons-colored .shop-social-instagram a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-instagram a:hover {
  background-color: #e53d00;
}

.shop-social-icons.shop-social-icons-colored .shop-social-gplus a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-gplus a:hover {
  background-color: #d68400;
}

.shop-social-icons.shop-social-icons-colored .shop-social-stumbleupon a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.shop-social-icons.shop-social-icons-colored .shop-social-lastfm a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-lastfm a:hover {
  background-color: #f34320;
}

.shop-social-icons.shop-social-icons-colored .shop-social-pinterest a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-pinterest a:hover {
  background-color: #e13138;
}

.shop-social-icons.shop-social-icons-colored .shop-social-google a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-google a:hover {
  background-color: #eb5e4c;
}

.shop-social-icons.shop-social-icons-colored .shop-social-evernote a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-evernote a:hover {
  background-color: #9acf4f;
}

.shop-social-icons.shop-social-icons-colored .shop-social-dribbble a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-dribbble a:hover {
  background-color: #f7659c;
}

.shop-social-icons.shop-social-icons-colored .shop-social-skype a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-skype a:hover {
  background-color: #13c1f3;
}

.shop-social-icons.shop-social-icons-colored .shop-social-forrst a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-forrst a:hover {
  background-color: #45ad76;
}

.shop-social-icons.shop-social-icons-colored .shop-social-linkedin a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-linkedin a:hover {
  background-color: #238cc8;
}

.shop-social-icons.shop-social-icons-colored .shop-social-wordpress a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-wordpress a:hover {
  background-color: #2592c3;
}

.shop-social-icons.shop-social-icons-colored .shop-social-grooveshark a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-grooveshark a:hover {
  background-color: #ffb21d;
}

.shop-social-icons.shop-social-icons-colored .shop-social-delicious a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-delicious a:hover {
  background-color: #377bda;
}

.shop-social-icons.shop-social-icons-colored .shop-social-behance a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-behance a:hover {
  background-color: #1879fd;
}

.shop-social-icons.shop-social-icons-colored .shop-social-dropbox a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-dropbox a:hover {
  background-color: #17a3eb;
}

.shop-social-icons.shop-social-icons-colored .shop-social-soundcloud a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-soundcloud a:hover {
  background-color: #ff7e30;
}

.shop-social-icons.shop-social-icons-colored .shop-social-deviantart a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-deviantart a:hover {
  background-color: #6a8a7b;
}

.shop-social-icons.shop-social-icons-colored .shop-social-yahoo a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-yahoo a:hover {
  background-color: #ab47ac;
}

.shop-social-icons.shop-social-icons-colored .shop-social-flickr a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-flickr a:hover {
  background-color: #ff48a3;
}

.shop-social-icons.shop-social-icons-colored .shop-social-digg a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-digg a:hover {
  background-color: #75788d;
}

.shop-social-icons.shop-social-icons-colored .shop-social-blogger a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-blogger a:hover {
  background-color: #ff9233;
}

.shop-social-icons.shop-social-icons-colored .shop-social-tumblr a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-tumblr a:hover {
  background-color: #426d9b;
}

.shop-social-icons.shop-social-icons-colored .shop-social-quora a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-quora a:hover {
  background-color: #ea3d23;
}

.shop-social-icons.shop-social-icons-colored .shop-social-github a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-github a:hover {
  background-color: #3f91cb;
}

.shop-social-icons.shop-social-icons-colored .shop-social-amazon a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-amazon a:hover {
  background-color: #ff8e2e;
}

.shop-social-icons.shop-social-icons-colored .shop-social-xing a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-xing a:hover {
  background-color: #1a8e8c;
}

.shop-social-icons.shop-social-icons-colored .shop-social-wikipedia a,
.shop-social-icons.shop-social-icons-colored-hover .shop-social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.shop-social-icons.shop-social-icons-border li a {
  border: 1px solid #d7d7d7;
  background: 0 0;
  color: #333;
}

.shop-dark .shop-social-icons.shop-social-icons-border li a {
  border: 1px solid #333;
}

.shop-dark .shop-social-icons li a .shop-social-icons.shop-social-icons-dark li a {
  background: #888;
  color: #fff;
}

.shop-social-icons.shop-social-icons-light li a {
  background: #fff;
  color: #333;
  border: 1px solid #ececec;
}

.shop-social-icons.shop-social-icons-rounded li a {
  border-radius: 50%;
}

.shop-social-icons.shop-social-icons-square li a {
  border-radius: 0;
}

.shop-social-icons.shop-social-icons-xs li a {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
}

.shop-social-icons.shop-social-icons-sm li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 13px;
}

.shop-social-icons.shop-social-icons-md li a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 16px;
}

.shop-social-icons.shop-social-icons-lg li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

.shop-social-icons.shop-social-icons-xl li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
}

.shop-dark .shop-social-icons:not(.shop-social-icons-colored):not(.shop-social-icons-colored-hover) li a:hover {
  background-color: #1f1f1f;
}

.shop-social-icons li:hover i {
  animation: toTopFromBottom 0.2s forwards;
}

/*Map*/
.shop-leaflet-map {
  height: 350px;
  width: 100%;
}

/*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.shop-clean td, table.shop-clean th {
  border: 0;
  border-top: 1px solid #ececec;
}
table .shop-product-thumbnail img {
  max-width: 80px;
}

/*divider*/
.shop-divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}
.shop-divider.shop-center_icon {
  text-align: center;
  height: auto;
}
.shop-divider::before, .shop-divider::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #ececec;
  transform: translateY(-50%);
}
.shop-divider::before {
  margin-top: -1px;
}
.shop-divider::after {
  margin-top: 1px;
}
.shop-divider i {
  background-color: #fff;
  color: #aaa;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 0 20px;
  line-height: 1;
}

.shop-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.shop-bg-square {
  position: absolute;
  left: auto;
  top: 150px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 70%;
  max-width: 45%;
  min-width: 300px;
  background-color: #f3fbf5;
  z-index: -1;
  max-height: 1200px;
}

.shop-mobile-promotion {
  display: none;
}

.shop-bg-green {
  background-color: #cee8e0;
}

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

.shop-zoomContainer, .shop-zoomWindow {
  z-index: 9999;
}

.shop-single-product .shop-zoomContainer, .shop-single-product .shop-zoomWindow {
  z-index: 99;
}

/*COMPONENTS -> BANNERS*/
.shop-banner-left-icon {
  position: relative;
  background: #F4F6FA;
  padding: 20px;
  border-radius: 10px;
}
.shop-banner-left-icon:hover .shop-banner-icon {
  transform: translateY(-5px);
  transition-duration: 0.3s;
}
.shop-banner-left-icon .shop-banner-icon {
  max-width: 60px;
  margin-right: 20px;
  transition-duration: 0.3s;
}

.shop-banner-left-icon .shop-banner-text h3 {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.shop-banner-left-icon .shop-banner-text p {
  margin-bottom: 0;
  color: #adadad;
}
.shop-banner-left-icon.shop-style-2 {
  position: relative;
  border: 1px solid #ececec;
  padding: 20px;
}

.shop-banner-img {
  position: relative;
  clear: both;
  border-radius: 10px;
  overflow: hidden;
}
.shop-banner-img img {
  border-radius: 10px;
}
.shop-banner-img:hover img {
  opacity: 0.9;
}
.shop-banner-img.shop-banner-1 .shop-banner-text {
  top: 30%;
}
.shop-banner-img.shop-banner-1.shop-home-3 {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 348px;
}
.shop-banner-img.shop-banner-2 .shop-banner-text {
  right: 10px;
}
.shop-banner-img .shop-banner-text {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 50px;
}
.shop-banner-img .shop-banner-text span {
  color: #adadad;
}
.shop-banner-img .shop-banner-text h4 {
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 100px;
}
.shop-banner-img .shop-banner-text:hover h4 {
  transform: translateY(-5px);
}
.shop-banner-img .shop-banner-text a i {
  margin-left: 5px;
  transition-duration: 0.3s;
  font-size: 10px;
}
.shop-banner-img .shop-banner-text a:hover i {
  margin-left: 10px;
  transition-duration: 0.3s;
}
.shop-banner-img.shop-style-2 {
  border-radius: 15px;
  overflow: hidden;
  height: 520px;
  background-size: cover;
  width: 100%;
}
.shop-banner-img.shop-style-2 .shop-banner-text {
  top: 50px;
  transform: none;
}
.shop-banner-img.shop-style-3 {
  border-radius: 15px;
  overflow: hidden;
  height: 538px;
  background: url(https://techmock.com/assets/imgs/banner/banner-11.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
}
.shop-banner-img.shop-style-3 .shop-banner-text {
  top: 50px;
  transform: none;
}
.shop-banner-img.shop-style-4 .shop-banner-text h4 {
  font-size: 28px;
}
.shop-banner-img.shop-style-5 .shop-banner-text {
  right: 0;
  padding: 0 30px;
}
.shop-banner-img.shop-style-6 .shop-banner-text {
  right: 0;
  padding: 0 20px 0 0;
}
.shop-banner-img.shop-style-6 .shop-banner-text h6 {
  font-size: 16px;
}

.shop-banner-big .shop-btn {
  background: #3BB77E;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 22px;
  border: 0;
}
.shop-banner-big .shop-btn:hover {
  background: #FDC040;
}

/*Deal banners*/
.shop-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;
}
.shop-deal > div {
  width: 100%;
}
.shop-deal h2 {
  color: #FD6E6E;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.shop-deal h5 {
  color: #242424;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  max-width: 240px;
}
.shop-deal .shop-deal-content {
  align-self: center;
}
.shop-deal .shop-product-title {
  max-width: 57%;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.23;
}
.shop-deal .shop-product-title a {
  color: #253D4E;
}
.shop-deal .shop-btn {
  background: #3BB77E;
  border: 0;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 24px;
}
.shop-deal .shop-btn i {
  margin-left: 5px;
  transition-duration: 0.3s;
  font-size: 12px;
}
.shop-deal .shop-btn:hover i {
  margin-left: 10px;
  transition-duration: 0.3s;
}
.shop-deal .shop-deal-bottom {
  align-self: flex-end;
}
.shop-deal .shop-deal-bottom .shop-deals-countdown {
  margin-left: -12px;
  margin-bottom: 20px;
}
.shop-deal .shop-deal-bottom .shop-deals-countdown .shop-countdown-section {
  border: 2px solid #3BB77E;
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

.shop-banner-bg {
  background-position: center;
  background-size: cover;
  padding: 50px;
}

.shop-banner-features {
  text-align: center;
  padding: 25px 15px;
  border-radius: 4px;
  border: 1px solid #ececec;
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.shop-banner-features:hover {
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}
.shop-banner-features img {
  display: inline-block;
  margin-bottom: 15px;
}
.shop-banner-features h4 {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #3BB77E;
}

/*Page > About*/
.shop-hero-2 {
  padding: 160px 0 100px;
  min-height: 640px;
}

.shop-hero-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: content;
  flex-direction: column;
  background: url(https://techmock.com/assets/imgs/page/home-6-bg.shop-jpg) no-repeat center center;
  background-size: cover;
  height: 330px;
}
.shop-hero-3 form {
  background-color: #fff;
  max-width: 520px;
  border-radius: 50px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.shop-hero-3 form input {
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url(https://techmock.com/assets/imgs/theme/icons/icon-search.png) no-repeat 25px center;
}
.shop-hero-3 form button {
  border: 0;
  border-radius: 50px;
}
.shop-hero-3 .shop-nav-link {
  font-size: 14px;
}

.shop-parallax-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.shop-parallax-wrapper .shop-parallax-img-area {
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img {
  position: absolute;
  z-index: 2;
  text-align: right;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img.shop-img-1 {
  right: 0;
  width: 52%;
  z-index: 2;
  top: 100px;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img.shop-img-2 {
  right: 220px;
  width: 52%;
  top: 40px;
  z-index: 3;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img.shop-img-3 {
  opacity: 0.1;
  left: -210px;
  width: 320px;
  top: 193px;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img.shop-img-4 {
  opacity: 0.08;
  width: 180px;
  left: 50%;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img.shop-img-5 {
  right: 0;
  width: 12%;
  z-index: 2;
  opacity: 0.3;
  bottom: 20%;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img.shop-img-6 {
  width: 25%;
  z-index: 3;
  opacity: 0.2;
  bottom: 0;
  left: -150px;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img.shop-img-7 {
  opacity: 0.2;
  width: 16%;
  top: 10%;
  left: 10%;
}
.shop-parallax-wrapper .shop-parallax-img-area .shop-parallax-img.shop-img-8 {
  opacity: 0.2;
  width: 10%;
  bottom: 40%;
  left: 50%;
}

.shop-hero-content {
  position: absolute;
  z-index: 4;
  width: 100%;
}
.shop-hero-content h1 {
  line-height: 1.1;
}

.shop-about-count {
  z-index: 100;
  position: relative;
  color: #fff;
  background: url(https://techmock.com/assets/imgs/page/about-9.png) no-repeat center center;
  border-radius: 15px;
  padding: 100px 0;
  overflow: hidden;
}
.shop-about-count::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #4B675A;
  z-index: 2;
  opacity: 0.8;
}
.shop-about-count h1 {
  font-size: 72px;
  color: #fff;
}
.shop-about-count h4 {
  color: #fff;
}
.shop-about-count .shop-text-center {
  z-index: 3;
  position: relative;
}

.shop-hero-card-icon {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.shop-hero-card-icon.shop-icon-left {
  width: 165px;
  align-items: start;
}

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

/*page 404*/
.shop-page-404 {
  background-color: #fff;
}
.shop-page-404 img {
  max-width: 300px;
}
.shop-page-404 img.shop-logo {
  max-width: 150px;
}
.shop-page-404 .shop-search-form {
  max-width: 400px;
  margin: 0 auto;
}

/*SHOP*/
.shop-product-cart-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.shop-product-cart-wrap:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #BCE3C9;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

.shop-product-cart-wrap .shop-product-img-action-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 320px;
  padding: 25px 25px 0 25px;
}
.shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-action-1 {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #BCE3C9;
}
.shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-img a {
  overflow: hidden;
  display: flex;
}
.shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-img a img {
  width: 100%;
}
.shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-img a img.shop-hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-img-zoom a img {
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}
.shop-product-cart-wrap .shop-product-action-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.shop-product-cart-wrap .shop-product-action-1.shop-show {
  visibility: visible;
  opacity: 1;
  bottom: 26px;
  left: unset;
  right: 20px;
  top: unset;
  transform: none;
}
.shop-product-cart-wrap .shop-product-action-1 button, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn {
  width: 40px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-right: 1px solid #BCE3C9;
}
.shop-product-cart-wrap .shop-product-action-1 button:last-child, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn:last-child {
  border: none;
}
.shop-product-cart-wrap .shop-product-action-1 button.shop-small, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn.shop-small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.shop-product-cart-wrap .shop-product-action-1 button.shop-small i, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn.shop-small i {
  font-size: 12px;
}
.shop-product-cart-wrap .shop-product-action-1 button:after, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #3BB77E;
  content: attr(aria-label);
  line-height: 1.3;
  transition-delay: 0.1s;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(0px);
}
.shop-product-cart-wrap .shop-product-action-1 button:before, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn:before {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-top-color: #3BB77E;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: 0.1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}
.shop-product-cart-wrap .shop-product-action-1 button:last-child, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn:last-child {
  margin-right: 0;
}
.shop-product-cart-wrap .shop-product-action-1 button i, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn i {
  font-size: 15px;
  margin-left: 1px;
}
.shop-product-cart-wrap .shop-product-action-1 button:hover, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn:hover {
  color: #FDC040;
}
.shop-product-cart-wrap .shop-product-action-1 button:hover:after, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-8px);
}
.shop-product-cart-wrap .shop-product-action-1 button:hover:before, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8px);
}
.shop-product-cart-wrap .shop-product-action-1 button:hover i, .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn:hover i {
  color: #FDC040;
}
.shop-product-cart-wrap .shop-product-badges {
  display: flex;
}
.shop-product-cart-wrap .shop-product-badges.shop-product-badges-mrg {
  margin: 0 0 10px;
}
.shop-product-cart-wrap .shop-product-badges.shop-product-badges-position {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9;
}
.shop-product-cart-wrap .shop-product-badges span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 15px 0 20px 0;
  color: #fff;
  padding: 9px 20px 10px 20px;
}
.shop-product-cart-wrap .shop-product-badges span:last-child {
  margin-right: 0px;
}
.shop-product-cart-wrap .shop-product-badges span.shop-hot {
  background-color: #f74b81;
}
.shop-product-cart-wrap .shop-product-badges span.shop-new {
  background-color: #3BB77E;
}
.shop-product-cart-wrap .shop-product-badges span.shop-sale {
  background-color: #67bcee;
}
.shop-product-cart-wrap .shop-product-badges span.shop-best {
  background-color: #f59758;
}
.shop-product-cart-wrap .shop-product-content-wrap {
  padding: 0 20px 20px 20px;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-product-category {
  margin-bottom: 5px;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-product-category a {
  color: #adadad;
  font-size: 12px;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-product-category a:hover {
  color: #3BB77E;
}
.shop-product-cart-wrap .shop-product-content-wrap h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.shop-product-cart-wrap .shop-product-content-wrap h2 a {
  color: #253D4E;
}
.shop-product-cart-wrap .shop-product-content-wrap h2 a:hover {
  color: #3BB77E;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-product-price {
  padding-top: 5px;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-product-price span {
  font-size: 18px;
  font-weight: bold;
  color: #3BB77E;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-product-price span.shop-new-price {
  color: #3BB77E;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-product-price span.shop-old-price {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-rating-result {
  display: flex;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-rating-result > span {
  display: block;
  overflow: hidden;
  margin-left: 5px;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-rating-result::before {
  font-family: "uicons-regular-straight";
  font-size: 11px;
  letter-spacing: 2px;
  content: "\f225" "\f225" "\f225" "\f225" "\f225";
  color: #ff9900;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-add-to-cart {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  color: #253D4E;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-weight: 300;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-add-to-cart:hover {
  background-color: #3BB77E;
  color: #fff;
}
.shop-product-cart-wrap .shop-product-content-wrap .shop-add-to-cart img {
  width: 20px;
  display: inline-block;
  margin-top: 11px;
}
.shop-product-cart-wrap .shop-product-card-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.shop-product-cart-wrap .shop-add-cart {
  cursor: pointer;
}
.shop-product-cart-wrap  .shop-add-cart .shop-add {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
}
.shop-product-cart-wrap .shop-add-cart .shop-add:hover {
  background-color: #3BB77E;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.shop-product-cart-wrap .shop-product-stock .shop-status-bar {
  background-color: #ededed;
  margin: 0px 0 10px;
  border-radius: 5px;
}
.shop-product-cart-wrap .shop-product-stock .shop-status-bar .shop-sold-bar {
  background-image: linear-gradient(235deg, #3BB77E 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}
.shop-product-cart-wrap .shop-product-stock .shop-status-bar .shop-sold-bar.shop-sold-bar-width-33 {
  width: 33.3333333333%;
}
.shop-product-cart-wrap .shop-product-stock .shop-status-bar .shop-sold-bar.shop-sold-bar-width-10 {
  width: 10%;
}
.shop-product-cart-wrap .shop-product-stock .shop-status-bar .shop-sold-bar.shop-sold-bar-width-40 {
  width: 40%;
}
.shop-product-cart-wrap .shop-product-stock .shop-status-bar .shop-sold-bar.shop-sold-bar-width-6 {
  width: 6.6666666667%;
}
.shop-product-cart-wrap .shop-product-stock .shop-status-bar .shop-sold-bar.shop-sold-bar-width-42 {
  width: 42.8571428571%;
}
.shop-product-cart-wrap .shop-product-stock .shop-product-stock-status {
  display: flex;
  flex-wrap: wrap;
}
.shop-product-cart-wrap .shop-product-stock .shop-product-stock-status .shop-sold {
  flex-grow: 1;
  margin-right: 20px;
}
.shop-product-cart-wrap .shop-product-stock .shop-product-stock-status .shop-available {
  flex-shrink: 0;
}
.shop-product-cart-wrap .shop-product-stock .shop-product-stock-status .shop-stock-status-same-style span {
  font-size: 15px;
}
.shop-product-cart-wrap .shop-product-stock .shop-product-stock-status .shop-stock-status-same-style span.shop-label {
  color: #253D4E;
}
.shop-product-cart-wrap .shop-product-stock .shop-product-stock-status .shop-stock-status-same-style span.shop-value {
  font-weight: 700;
  color: #333;
}
.shop-product-cart-wrap .shop-progress {
  height: 5px;
}
.shop-product-cart-wrap:hover .shop-product-img-action-wrap .shop-product-img a img.shop-hover-img {
  opacity: 1;
  visibility: visible;
}
.shop-product-cart-wrap:hover .shop-product-img-action-wrap .shop-product-action-1 {
  opacity: 1;
  visibility: visible;
}
.shop-product-cart-wrap:hover .shop-product-img-zoom a img {
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}
.shop-product-cart-wrap.shop-small {
  border: 0;
  text-align: center;
}
.shop-product-cart-wrap.shop-small .shop-rating-result {
  justify-content: center;
}
.shop-product-cart-wrap.shop-small .shop-product-content-wrap {
  padding: 5px 15px 0 15px;
}
.shop-product-cart-wrap.shop-small .shop-product-price {
  padding-top: 0;
}
.shop-product-cart-wrap.shop-small:hover {
  box-shadow: none;
}
.shop-product-cart-wrap.shop-small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
.shop-product-cart-wrap.shop-small .shop-product-badges span {
  font-size: 10px;
}
.shop-product-cart-wrap.shop-style-2 {
  border: 0;
  padding-bottom: 25px;
}
.shop-product-cart-wrap.shop-style-2:hover {
  border: 0;
  box-shadow: none;
}
.shop-product-cart-wrap.shop-style-2 .shop-product-img-action-wrap {
  padding: 0;
  position: relative;
  z-index: 1;
  max-height: unset;
}
.shop-product-cart-wrap.shop-style-2 .shop-product-img-action-wrap img {
  border-radius: 15px;
}
.shop-product-cart-wrap.shop-style-2 .shop-product-content-wrap {
  position: relative;
  margin-top: -90px;
  z-index: 3;
  padding: 0;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-product-cart-wrap.shop-style-2 .shop-product-content-wrap .shop-deals-content {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
}
.shop-product-cart-wrap.shop-style-2 .shop-product-content-wrap .shop-deals-countdown-wrap {
  position: absolute;
  top: -80px;
  width: 100%;
  text-align: center;
}
.shop-product-cart-wrap.shop-style-2:hover .shop-product-content-wrap {
  transform: translateY(-5px);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.shop-product-price {
  font-family: "Quicksand", sans-serif;
}

.shop-product-list-small article:not(:last-child) {
  margin-bottom: 20px;
}
.shop-product-list-small h6 a {
  color: #253D4E;
}
.shop-product-list-small h6 a:hover {
  color: #3BB77E;
}
.shop-product-list-small figure img {
  border-radius: 10px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.shop-product-list-small .shop-product-price {
  color: #3BB77E;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.shop-product-list-small .shop-product-price span.shop-old-price {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}

.shop-range .shop-list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}
.shop-range .shop-checkbox {
  font-size: 0.8em;
}
.shop-range .price-filter {
  display: block;
  margin-top: 20px;
}
.shop-range #slider-range {
  box-shadow: none;
  border: none;
  height: 4px;
  border-radius: 0px;
  background: #3BB77E;
  color: #3BB77E;
}
.shop-range #slider-range .shop-ui-slider-range {
  box-shadow: none;
  background: #222;
  border-radius: 0px;
  border: none;
}
.shop-range .shop-ui-slider-handle.shop-ui-state-default.shop-ui-corner-all {
  width: 14px;
  height: 14px;
  line-height: 10px;
  background: #3BB77E;
  border: none;
  border-radius: 100%;
  top: -5px;
}
.shop-range .shop-label-input {
  margin-top: 15px;
}
.shop-range .shop-label-input span {
  margin-right: 5px;
  color: #282828;
}
.shop-range .shop-label-input input {
  border: none;
  margin: 0;
  height: unset;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  padding-left: 0;
}
.shop-range .shop-check-box-list {
  margin-top: 15px;
}
.shop-range .shop-check-box-list li {
  margin-bottom: 5px;
}
.shop-range .shop-check-box-list li:last-child {
  margin: 0;
}
.shop-range .shop-check-box-list li label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.shop-range .shop-check-box-list li label input {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.shop-range .shop-check-box-list .shop-count {
  margin-left: 5px;
  color: #666;
}

.shop-btn.shop-btn-small {
  line-height: 1;
  padding: 10px 15px;
  min-width: unset;
  display: table;
  border-radius: 3px;
}

.shop-product-sidebar .shop-single-post {
  position: relative;
}
.shop-product-sidebar .shop-single-post:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}
.shop-product-sidebar .shop-single-post .shop-content {
  padding-left: 95px;
}
.shop-product-sidebar .shop-single-post i {
  font-size: 12px;
}
.shop-product-sidebar .shop-image {
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.shop-shop-product-fillter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
.shop-shop-product-fillter.shop-style-2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.shop-shop-product-fillter .shop-sort-by-product-area {
  position: relative;
  display: flex;
}
.shop-shop-product-fillter .shop-sort-by-product-area .shop-sort-by-cover {
  position: relative;
}
.shop-shop-product-fillter .shop-sort-by-product-area .shop-sort-by-product-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #f7f8f9;
  color: #777;
  padding: 9px 16px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 1px solid #ececec;
}
.shop-shop-product-fillter .shop-sort-by-product-area .shop-sort-by-product-wrap:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.shop-shop-product-fillter .shop-sort-by-product-area .shop-sort-by-product-wrap .shop-sort-by {
  margin-right: 5px;
}
.shop-shop-product-fillter .shop-sort-by-product-area .shop-sort-by-product-wrap .shop-sort-by i {
  margin-right: 10px;
  font-size: 14px;
  color: #ababab;
  position: relative;
  top: 2px;
}
.shop-shop-product-fillter .shop-sort-by-product-area .shop-sort-by-product-wrap .shop-sort-by span {
  font-size: 13px;
  font-weight: 500;
}
.shop-shop-product-fillter .shop-sort-by-product-area .shop-sort-by-product-wrap .shop-sort-by-dropdown-wrap span {
  font-size: 13px;
  font-weight: 500;
  color: #7E7E7E;
}
.shop-shop-product-fillter .shop-sort-by-product-area .shop-sort-by-product-wrap .shop-sort-by-dropdown-wrap span i {
  font-size: 15px;
  color: #7E7E7E;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.shop-sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  right: 0;
  padding: 16px 0 21px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  color: #7E7E7E;
  font-weight: 500;
}
.shop-sort-by-dropdown.shop-show {
  opacity: 1;
  visibility: visible;
}
.shop-sort-by-dropdown ul li {
  display: block;
}
.shop-sort-by-dropdown ul li a {
  font-weight: 500;
  font-size: 13px;
  padding: 5px 30px;
  display: block;
  position: relative;
  color: #7E7E7E;
}
.shop-sort-by-dropdown ul li a.active::before {
  content: "\f143";
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: #3BB77E;
  font-family: "uicons-regular-straight";
  font-weight: 900;
}
.shop-sort-by-dropdown ul li a.active:hover::before {
  color: #fff;
}
.shop-sort-by-dropdown ul li a:hover {
  background-color: #3BB77E;
  color: #ffffff;
}

/*Product list*/
.shop-product-list {
  position: relative;
}
.shop-product-list .shop-product-cart-wrap {
  border: 0;
  border-radius: 0;
  overflow: unset;
  display: flex;
  align-content: center;
  align-items: center;
}
.shop-product-list .shop-product-cart-wrap:not(:last-child) {
  margin-bottom: 30px;
}
.shop-product-list .shop-product-cart-wrap:hover {
  box-shadow: none;
}
.shop-product-list .shop-product-cart-wrap:hover .shop-product-img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.shop-product-list .shop-product-cart-wrap .shop-product-badges.shop-product-badges-position {
  left: 0;
  top: 0;
}
.shop-product-list .shop-product-cart-wrap .shop-product-img-action-wrap {
  max-width: 28%;
  position: relative;
  padding: 0;
  max-height: unset;
}
.shop-product-list .shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-img {
  border: 1px solid #ececec;
  border-radius: 15px;
}
.shop-product-list .shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-img .shop-product-img-inner {
  overflow: hidden;
  padding: 10px;
}
.shop-product-list .shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-img .shop-product-img-inner a img {
  height: auto;
}
.shop-product-list .shop-product-cart-wrap h2 {
  font-size: 32px;
}
.shop-product-list .shop-product-cart-wrap .shop-product-content-wrap .shop-product-category a {
  font-size: 16px;
  margin-top: 15px;
  display: block;
}
.shop-product-list .shop-product-cart-wrap .shop-product-content-wrap .shop-product-price span {
  font-size: 32px;
}
.shop-product-list .shop-product-cart-wrap .shop-product-content-wrap .shop-product-price span.shop-old-price {
  font-size: 20px;
}
.shop-product-list .shop-product-cart-wrap .shop-product-content-wrap .shop-product-action-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: unset;
  padding: 0 20px;
  margin-top: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.shop-product-list .shop-product-cart-wrap .shop-product-content-wrap .shop-product-action-1 a.shop-action-btn {
  border: none;
  width: auto;
  border-radius: 50px;
  background-color: #3BB77E;
  color: #fff;
  text-align: center;
  margin-right: 0;
  position: relative;
  display: inline-block;
  padding: 0px 23px;
  height: 44px;
  font-weight: 500;
}
.shop-product-list .shop-product-cart-wrap .shop-product-content-wrap .shop-product-action-1 a.shop-action-btn i {
  margin-right: 8px;
  color: #fff;
}

/*PRODUCT DETAILS*/
.shop-detail-gallery {
  position: relative;
}
.shop-detail-gallery .shop-zoom-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-size: 22px;
  opacity: 0.6;
}

.shop-slider-nav-thumbnails .shop-slick-list {
  margin: 0 -10px;
}
.shop-slider-nav-thumbnails .shop-slick-slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.shop-slider-nav-thumbnails .shop-slick-slide img {
  border-radius: 17px;
}
.shop-slider-nav-thumbnails .shop-slick-slide.shop-slick-current::before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}
.shop-slider-nav-thumbnails .shop-slick-slide.shop-slick-current img {
  border: 2px solid #a2d2c9;
}
.shop-slider-nav-thumbnails div.shop-slick-slide {
  margin: 0 10px;
}
.shop-slider-nav-thumbnails button {
  opacity: 0;
}
.shop-slider-nav-thumbnails button.shop-slick-arrow {
  margin: 0;
  border: 0;
  background: #F2F3F4;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 24px;
  z-index: 9;
  color: #7E7E7E;
}
.shop-slider-nav-thumbnails button.shop-slick-arrow:hover {
  color: #fff;
  background-color: #3BB77E;
}
.shop-slider-nav-thumbnails button.shop-slick-arrow.shop-slick-prev {
  left: -20px;
}
.shop-slider-nav-thumbnails button.shop-slick-arrow.shop-slick-next {
  right: -20px;
}
.shop-slider-nav-thumbnails:hover button {
  opacity: 1;
}

.shop-slider-nav-thumbnails .shop-slick-prev,
.shop-slider-nav-thumbnails .shop-slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.shop-product-rate {
  background-image: url("https://techmock.com/assets/imgs/theme/rating-stars.png");
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.shop-product-rating {
  height: 12px;
  background-repeat: repeat-x;
  background-image: url("https://techmock.com/assets/imgs/theme/rating-stars.png");
  background-position: 0 0;
}

.shop-list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-list-filter li {
  display: inline-block;
}
.shop-list-filter li a {
  color: #555;
  display: block;
  min-width: 30px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.shop-color-filter.shop-list-filter a span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 40px;
}
.shop-color-filter.shop-list-filter a span.shop-product-color-white {
  border: 1px solid #ddd;
}
.shop-color-filter.shop-list-filter li.active a::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -3px;
  background: #4cd964;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.shop-size-filter.shop-list-filter a {
  border-radius: 5px;
  padding: 0 9px;
  background: #fff;
}
.shop-size-filter.shop-list-filter li a {
  color: #7E7E7E;
  height: 32px;
  line-height: 32px;
  min-width: 40px;
  text-align: center;
}

.shop-size-filter.shop-list-filter li a:hover,
.shop-size-filter.shop-list-filter li.active a {
  color: #fff;
  background-color: #3BB77E;
  border-color: #3BB77E;
}

.shop-detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.shop-detail-qty > a {
  font-size: 16px;
  position: absolute;
  right: 8px;
  color: #3BB77E;
}
.shop-detail-qty > a:hover {
  color: #29A56C;
}
.shop-detail-qty > a.shop-qty-up {
  top: 0;
}
.shop-detail-qty > a.shop-qty-down {
  bottom: -4px;
}

.shop-attr-detail .shop-select-box select {
  height: 40px;
  width: 100%;
}
.shop-attr-detail.shop-attr-brand {
  margin-top: 23px;
}
.shop-attr-detail.shop-attr-brand .shop-select-box {
  display: block;
  margin-bottom: 20px;
}
.shop-attr-detail.shop-attr-color table {
  margin-bottom: 15px;
}

.shop-detail-extralink > div {
  display: inline-block;
  vertical-align: top;
}
.shop-detail-extralink .shop-detail-qty {
  margin: 0 6px 15px 0;
  background: #fff;
  border: 2px solid #3BB77E;
  font-size: 16px;
  font-weight: 700;
  color: #3BB77E;
  border-radius: 5px;
  padding: 11px 20px 11px 30px;
  max-width: 90px;
}

.shop-stock-status {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.shop-stock-status.shop-in-stock {
  background: #DEF9EC;
  color: #3BB77E;
}
.shop-stock-status.shop-out-stock {
  color: #f74b81;
  background: #fde0e9;
}

.shop-detail-info .shop-product-price-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-detail-info .shop-product-price-cover .shop-product-price {
  line-height: 1;
}
.shop-detail-info .shop-product-price {
  display: flex;
  align-items: center;
  margin: 15px 0 30px 0;
}
.shop-detail-info .shop-product-price .shop-current-price {
  font-size: 58px;
  text-decoration: none;
  font-weight: 900;
}
.shop-detail-info .shop-product-price .shop-old-price {
  text-decoration: line-through;
  color: #B6B6B6;
  margin-left: 20px;
  font-size: 28px;
  font-weight: 700;
  display: block;
}
.shop-detail-info .shop-product-price .shop-save-price {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #FDC040;
}
.shop-detail-info .shop-product-meta {
  border-top: 1px solid #ececec;
  padding-top: 15px;
}

.shop-button.shop-button-add-to-cart {
  padding: 8px 40px;
}

.shop-product-extra-link2 a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  color: #333;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  line-height: 55px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50px;
  margin: 0 5px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.shop-product-extra-link2 a:hover {
  background-color: #3BB77E;
  color: #fff;
}
.shop-product-extra-link2 a:hover i {
  opacity: 1;
}
.shop-product-extra-link2 a i {
  font-size: 18px;
  opacity: 0.6;
}
.shop-product-extra-link2 .shop-button.shop-button-add-to-cart {
  position: relative;
  padding: 0px 20px;
  border-radius: 5px;
  border: 0;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
}
.shop-product-extra-link2 .shop-button.shop-button-add-to-cart i {
  margin-right: 10px;
}

.shop-product-info {
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 40px 50px;
}

.shop-tab-style3 .shop-nav-tabs .shop-nav-item a.active, .shop-tab-style3 .shop-nav-tabs .shop-nav-item a:hover {
  color: #3BB77E;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.shop-tab-style3 .shop-nav-tabs li.shop-nav-item a {
  display: block;
  padding: 13px 24px;
  text-align: center;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-transform: none;
  font-size: 17px;
  border-radius: 30px;
  border: 1px solid #ececec;
  background: #fff;
  color: #7E7E7E;
}

.tab-content.shop-shop_info_tab {
  margin-top: 40px;
}

.tab-pane .shop-comments-area {
  padding-top: 0;
  border: 0;
}

.shop-product-color-red {
  background: #ff596d;
}
.shop-product-color-yellow {
  background: #ffdb33;
}
.shop-product-color-white {
  background: #ffffff;
}
.shop-product-color-orange {
  background: #ffbb51;
}
.shop-product-color-cyan {
  background: #80e6ff;
}
.shop-product-color-green {
  background: #38cf46;
}
.shop-product-color-purple {
  background: #ff8ff8;
}

.shop-detail-gallery .shop-product-image-slider {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #ececec;
  overflow: hidden;
}
.shop-detail-gallery .shop-product-image-slider img {
  opacity: 1;
  border-radius: 16px;
}
.shop-detail-gallery .shop-product-image-slider.shop-slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}
.shop-detail-gallery .shop-product-image-slider button.shop-slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
}
.shop-detail-gallery .shop-product-image-slider button.shop-slick-arrow i {
  color: #adadad;
}

.shop-mail-to-friend {
  color: #adadad;
  font-size: 12px;
}
.shop-mail-to-friend i {
  margin-right: 5px;
}

.shop-attr-color, .shop-attr-size {
  display: flex;
  align-items: center;
}

.shop-product-detail-rating {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}

.shop-product-detail .shop-section-title.shop-style-1 {
  font-size: 22px;
}

.shop-product-more-infor {
  padding: 0 0 0px 14px;
}
.shop-product-more-infor li {
  display: flex;
  margin: 0 0 10px;
  position: relative;
}
.shop-product-more-infor li ::before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #9b9b9b;
}
.shop-product-more-infor li span {
  flex: 0 0 165px;
  display: inline-block;
}
.shop-product-more-infor li:last-child {
  margin: 0 0 0;
}

.shop-progress + .shop-progress {
  margin-top: 1rem;
}
.shop-progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 45px;
}

.shop-progress-bar {
  background-color: #3BB77E;
}

.shop-shop-filter-toogle {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
  border: 1px solid #ececec;
  font-size: 17px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}
.shop-shop-filter-toogle i {
  margin-left: 5px;
  color: #B6B6B6;
}
.shop-shop-filter-toogle i.shop-angle-down {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.shop-shop-filter-toogle .shop-fi-rs-filter {
  font-size: 14px;
  color: #B6B6B6;
}
.shop-shop-filter-toogle.active i.shop-angle-down {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.shop-shop-filter-toogle.active i.shop-angle-up {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.shop-shop-product-fillter-header .shop-card {
  border: 1px solid #ececec;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 30px 40px;
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.shop-shop-product-fillter-header .shop-categor-list li {
  font-size: 12px;
}
.shop-shop-product-fillter-header .shop-categor-list li + li {
  border-top: 1px solid #f7f8f9;
  padding-top: 5px;
  margin-top: 5px;
}
.shop-shop-product-fillter-header .shop-categor-list li a {
  font-size: 14px;
  color: #7E7E7E;
  margin-right: 10px;
}
.shop-shop-product-fillter-header .shop-categor-list li a:hover {
  color: #3BB77E;
}
.shop-shop-product-fillter-header .shop-color-filter {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.shop-shop-product-fillter-header .shop-product-rate-cover + .shop-product-rate-cover {
  margin-top: 15px;
}

.shop-shopping-summery table > :not(caption) > * > * {
  padding: 15px 0;
}
.shop-shopping-summery table td, .shop-shopping-summery table th, .shop-shopping-summery table thead {
  border: 0;
}
.shop-shopping-summery table thead th {
  background-color: #ececec;
  padding: 18px 0;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #253D4E;
}
.shop-shopping-summery table tbody tr img {
  max-width: 120px;
  border: 1px solid #ececec;
  border-radius: 15px;
}

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

.shop-shipping_calculator .shop-custom_select .shop-select2-container {
  max-width: unset;
}
.shop-shipping_calculator .shop-custom_select .shop-select2-container--default .shop-select2-selection--single {
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
}
.shop-shipping_calculator .shop-custom_select .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__rendered {
  line-height: 64px;
}
.shop-shipping_calculator .shop-custom_select .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__arrow {
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.shop-shipping_calculator .shop-w-100 .shop-select2-container {
  max-width: unset;
  min-width: 445.5px;
}

.shop-cart-totals {
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
}

.shop-order_review {
  border: 1px solid #ececec;
  padding: 30px;
  border-radius: 10px;
}

.shop-toggle_info {
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ececec;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-login_form .shop-panel-body, .shop-coupon_form .shop-panel-body {
  border: 1px solid #ececec;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}

.shop-payment_option .shop-custome-radio {
  margin-bottom: 10px;
}

.shop-payment_option .shop-custome-radio .shop-form-check-label {
  color: #292b2c;
  font-weight: 600;
}

.shop-custome-radio .shop-form-check-label::before {
  content: "";
  border: 1px solid #908f8f;
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}

.shop-custome-radio input[type=radio] + .shop-form-check-label::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 3px;
  opacity: 0;
}

.shop-custome-radio input[type=radio]:checked + .shop-form-check-label::after {
  opacity: 1;
  background-color: #3BB77E;
}

.shop-related-products .shop-product-img-action-wrap {
  padding: 0;
  margin-bottom: 15px;
}

.col-lg-4-5 .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn {
  width: 35px;
}
.col-lg-4-5 .shop-countdown-section .shop-countdown-amount {
  width: 38px;
}

.shop-zoomWindow {
  border-radius: 15px;
  overflow: hidden;
}

.shop-table-wishlist {
  border: 0;
}

.shop-apply-coupon {
  display: flex;
}
.shop-apply-coupon input {
  height: 51px;
  border-radius: 10px 0 0 10px;
  background-image: url("https://techmock.com/assets/imgs/theme/icons/coupon.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.shop-apply-coupon button {
  min-width: 150px;
  height: 51px;
  border-radius: 0 10px 10px 0;
  background-color: #253D4E;
}
.shop-apply-coupon button:hover {
  background-color: #3BB77E;
}

.shop-order_table table .shop-product-thumbnail img {
  max-width: 120px;
  border-radius: 15px;
  border: 1px solid #ececec;
  padding: 5px;
}
.shop-order_table table .shop-w-160 {
  max-width: 160px;
}

.shop-table.shop-table-compare {
  border-radius: 15px;
}
.shop-table.shop-table-compare > :not(caption) > * > * {
  padding: 30px 0;
}

.shop-mw-200 {
  min-width: 200px;
}

/*BLOG*/
.shop-archive-header {
  background: url(https://techmock.com/assets/imgs/blog/header-bg.png) no-repeat center center;
  border-radius: 20px;
  padding: 70px 80px;
  background-size: cover;
}

.shop-tags-list li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.shop-tags-list li a {
  background-color: #fff;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  border: 1px solid #ececec;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.shop-tags-list li a i {
  color: #B6B6B6;
  font-size: 10px;
}
.shop-tags-list li.active a {
  color: #253D4E;
}

.shop-post-list article:not(:last-child) {
  margin-bottom: 20px;
}
.shop-post-list .shop-post-thumb {
  max-width: 221px;
  overflow: hidden;
}
.shop-post-list .shop-post-thumb a {
  margin-bottom: 0;
}
.shop-post-list .shop-post-title {
  font-weight: 500;
}
.shop-post-list .shop-post-title a {
  color: #253D4E;
}

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

.shop-single-header {
  margin-bottom: 30px;
}
.shop-single-header .shop-entry-meta.shop-meta-1 {
  display: flex;
  align-content: center;
  align-self: center;
  align-items: center;
}
.shop-single-header .shop-single-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-single-header .shop-single-header-meta .shop-social-icons ul {
  margin-top: 15px;
}

.shop-single-thumbnail {
  margin-bottom: 30px;
}
.shop-single-thumbnail img {
  border-radius: 15px;
  overflow: hidden;
}

.shop-entry-bottom {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-entry-bottom .shop-social-icons ul {
  margin-top: 15px;
}
.shop-entry-bottom .shop-social-icons ul img {
  width: 20px;
  opacity: 0.6;
}

.shop-author-bio {
  border-radius: 15px;
  border: 1px solid #ececec;
}
.shop-author-bio .shop-author-image {
  display: flex;
  justify-content: start;
  align-content: center;
  align-items: center;
}
.shop-author-bio .shop-author-image img {
  margin-right: 10px;
}
.shop-author-bio .shop-author-image p {
  font-size: 14px;
}

/*Entry meta*/
.shop-entry-meta {
  line-height: 1;
}
.shop-entry-meta.shop-meta-2 .shop-author-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.shop-entry-meta.shop-meta-2 .shop-author-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}
.shop-entry-meta.shop-meta-2 a.shop-btn {
  display: flex;
  align-items: center;
  align-self: center;
}
.shop-entry-meta .shop-author-add {
  font-size: 12px;
}
.shop-entry-meta.shop-meta-1 span {
  margin-right: 10px;
}
.shop-entry-meta.shop-meta-1 a.shop-text-brand {
  display: flex;
  align-items: center;
}
.shop-entry-meta.shop-meta-1 a.shop-text-brand i {
  margin-left: 5px;
}
.shop-entry-meta.shop-meta-0 span {
  padding: 4px 10px 4px 19px;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  margin-left: -5px;
}
.shop-entry-meta.shop-meta-0 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  border: 1px solid #3BB77E;
}
.shop-entry-meta .shop-author-avatar img {
  max-width: 30px;
  margin-right: 5px;
}

span.shop-has-dot {
  position: relative;
  padding-left: 10px;
}
span.shop-has-dot::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #d2d2d2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: block;
  left: -2px;
}

h6.shop-post-title {
  font-size: 14px;
}

.shop-post-title a {
  color: #253D4E;
}
.shop-post-title a:hover {
  color: #3BB77E;
}

.shop-post-thumb {
  overflow: hidden;
  position: relative;
}
.shop-post-thumb.shop-border-radius-5 img {
  border-radius: 5px;
}
.shop-post-thumb a {
  line-height: 1;
}
.shop-post-thumb .shop-entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.shop-post-thumb .shop-entry-meta a {
  display: inline-block;
  color: #fff;
  background-color: #FDC040;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
}

/*Loop Grid*/
.shop-loop-grid {
  position: relative;
}
.shop-loop-grid article {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.shop-loop-grid .shop-entry-content {
  padding: 30px;
}
.shop-loop-grid .shop-entry-content-2 {
  padding: 20px 30px;
}
.shop-loop-grid.shop-loop-list {
  position: relative;
}
.shop-loop-grid.shop-loop-list article {
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 15px;
}
.shop-loop-grid.shop-loop-list article:not(:last-child) {
  margin-bottom: 30px;
}
.shop-loop-grid.shop-loop-list article .shop-post-thumb {
  min-height: 366px;
  min-width: 438px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.shop-img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.shop-top-right-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.shop-top-left-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: inline-block;
  color: #fff;
  background-color: #FDC040;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
}

.shop-entry-meta.shop-meta-1, .shop-entry-meta.shop-meta-2 {
  display: flex;
  justify-content: space-between;
}
.shop-entry-meta.shop-meta-1.shop-meta-3, .shop-entry-meta.shop-meta-2.shop-meta-3 {
  justify-content: start;
}
.shop-entry-meta a.shop-read-more {
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #abd7ab;
  padding: 10px 15px;
  color: #98ca98;
  font-weight: 600;
  display: inline-block;
}

/** Print **/
@media print {
  .shop-back-top-home {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .shop-invoice-header, .shop-invoice-top, .shop-invoice-center, .shop-invoice-bottom, .shop-invoice-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-invoice-top .shop-col-sm-9, .shop-invoice-top .shop-col-sm-3 {
    width: 50%;
  }
  .shop-col-sm-12 {
    width: 100%;
  }
  .shop-col-sm-11 {
    width: 91.66666667%;
  }
  .shop-col-sm-10 {
    width: 83.33333333%;
  }
  .shop-col-sm-9 {
    width: 75%;
  }
  .shop-col-sm-8 {
    width: 66.66666667%;
  }
  .shop-col-sm-7 {
    width: 58.33333333%;
  }
  .shop-col-sm-6 {
    width: 50%;
  }
  .shop-col-sm-5 {
    width: 41.66666667%;
  }
  .shop-col-sm-4 {
    width: 33.33333333%;
  }
  .shop-col-sm-3 {
    width: 25%;
  }
  .shop-col-sm-2 {
    width: 16.66666667%;
  }
  .shop-col-sm-1 {
    width: 8.33333333%;
  }
  .shop-text-end {
    text-align: right;
  }
  .shop-invoice-1 {
    padding: 0;
    background: #fff;
  }
  .shop-invoice-1 .shop-invoice-inner {
    background: #f8f8f8;
  }
  .shop-invoice-1 .shop-container {
    padding: 0px;
  }
  .shop-invoice-1 .shop-invoice-info {
    box-shadow: none;
    margin: 0px;
  }
}
.shop-invoice-content .shop-invoice-header-1 {
  text-transform: uppercase;
  font-weight: 700;
}
.shop-invoice-content .shop-invoice-header-2 {
  text-transform: uppercase;
  font-weight: 600;
}
.shop-invoice-content .shop-invoice-title-1 {
  font-size: 18px;
}
.shop-invoice-content .shop-invoice-addr-1 {
  font-size: 15px;
  margin-bottom: 20px;
}
.shop-invoice-content .shop-item-desc-1 {
  text-align: left;
}
.shop-invoice-content .shop-item-desc-1 span {
  display: block;
}
.shop-invoice-content .shop-item-desc-1 small {
  display: block;
}
.shop-invoice-content .shop-important-notes-list-1 {
  font-size: 13px;
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: disc;
}
.shop-invoice-content .shop-important-notes-list-1 li {
  margin-bottom: 5px;
}
.shop-invoice-content .shop-bank-transfer-list-1 {
  font-size: 13px;
  padding-left: 0px;
}
.shop-invoice-content .shop-important-notes {
  font-size: 12px;
}
.shop-invoice-content .shop-invoice-btn-section {
  text-align: center;
  margin-top: 30px;
}
.shop-invoice-content .shop-btn-lg {
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 3px;
  color: #ffffff;
  border: none;
  margin: 3px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}
.shop-invoice-content .shop-btn-check:focus + .shop-btn,
.shop-invoice-content .shop-btn:focus {
  outline: 0;
  box-shadow: none;
}
.shop-invoice-content .shop-btn-download {
  background: #3BB77E;
}
.shop-invoice-content .shop-btn-download:after {
  background: #29A56C;
}
.shop-invoice-content .shop-btn-print {
  background: #253D4E;
}
.shop-invoice-content .shop-btn-print:after {
  background: #242424;
}
.shop-invoice-content .shop-invoice-content .shop-invoice-table th:first-child,
.shop-invoice-content .shop-invoice-content .shop-invoice-table td:first-child {
  text-align: left;
}
.shop-invoice-content .shop-btn-custom {
  border: none;
  z-index: 1;
}
.shop-invoice-content .shop-btn-custom img {
  max-height: 14px;
  margin-right: 5px;
}
.shop-invoice-content .shop-btn-custom:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.shop-invoice-content .shop-btn-custom:hover {
  color: #fff;
}
.shop-invoice-content .shop-btn-custom:hover:after {
  left: 0;
  width: 100%;
}
.shop-invoice-content .shop-btn-custom:active {
  top: 2px;
}
.shop-invoice-content table thead {
  font-family: "Quicksand", sans-serif;
  color: #253D4E;
  font-weight: 700;
}
.shop-invoice-content .shop-f-w-600 {
  font-weight: 600;
}
.shop-invoice-content .shop-mobile-social-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
}
.shop-invoice-content .shop-mobile-social-icon h6 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
.shop-invoice-content .shop-mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #3BB77E;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.shop-invoice-content .shop-mobile-social-icon a img {
  max-width: 16px;
}
.shop-invoice-content .shop-mobile-social-icon a img:hover {
  opacity: 0.8;
}
.shop-invoice-content .shop-mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.shop-invoice-content .shop-mobile-social-icon a:last-child {
  margin-right: 0;
}

/** Invoice 1 **/
.shop-invoice {
  padding: 50px 0;
  background: #F2F3F4;
}
.shop-invoice .shop-invoice-info {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}
.shop-invoice .shop-invoice-inner {
  max-width: 1296px;
  margin: 0 auto;
}
.shop-invoice .shop-item-desc-1 small {
  font-size: 14px;
}
.shop-invoice .shop-item-desc-1 span {
  font-size: 14px;
  font-weight: 600;
}
.shop-invoice .shop-invoice-header {
  padding: 80px 150px;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.shop-invoice .shop-table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(255 255 255 / 5%);
  color: var(--bs-table-striped-color);
}
.shop-invoice .shop-invoice-top {
  padding: 40px 150px 25px 150px;
  font-size: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 50px;
}
.shop-invoice .shop-invoice-center {
  padding: 0 150px 40px;
}
.shop-invoice .shop-invoice-center .shop-table {
  margin-bottom: 0;
}
.shop-invoice .shop-table-section {
  text-align: center;
}
.shop-invoice .shop-table > :not(caption) > * > * {
  padding: 15px 20px;
}
.shop-invoice .shop-table td {
  font-size: 15px;
  font-weight: 400;
}
.shop-invoice table th {
  font-size: 15px;
}
.shop-invoice .shop-caption-top {
  caption-side: top;
  text-align: right;
  margin-bottom: 0;
}
.shop-invoice .shop-invoice-bottom {
  padding: 0 150px 25px;
}
.shop-invoice .shop-invoice-bottom .shop-amount {
  text-align: right;
}
.shop-invoice .shop-invoice-bottom h3 {
  margin-bottom: 15px;
}
.shop-invoice .shop-bg-active {
  background: #f3f3f3;
  color: #535353;
}
.shop-invoice .shop-invoice-contact {
  padding: 70px 150px 40px;
}
.shop-invoice .shop-social-list {
  float: left;
}
.shop-invoice .shop-social-list span {
  margin-right: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.shop-invoice .shop-social-list a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  background: #fff;
  margin: 0 2px 2px 0;
  color: #25cc7e;
  border-radius: 50%;
}
.shop-invoice .shop-social-list a:hover {
  background: #fff6f6;
}

.shop-invoice-top .shop-float-end p {
  margin-bottom: 0;
}

.shop-invoice-1 .shop-invoice-info-buttom .shop-table .shop-invoice-1 .shop-invoice-info-buttom .shop-table tr,
.shop-table tr {
  border: 1px solid #e9ecef;
}

.shop-table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
}

.shop-invoice-1 .shop-table td,
.shop-invoice-1 .shop-table th {
  vertical-align: middle;
  border: none;
}

.shop-invoice-1 .shop-invoice-header {
  background: rgba(0, 0, 0, 0.04) url(https://techmock.com/assets/imgs/invoice/header-bg-1.png) top left repeat;
}

.shop-invoice-2 .shop-invoice-info {
  border-radius: 0;
}
.shop-invoice-2 .shop-invoice-header {
  border-bottom: 1px solid #ececec;
}

.shop-invoice-3 .shop-invoice-header {
  background: url(https://techmock.com/assets/imgs/invoice/header-bg-2.shop-jpg) top left no-repeat;
  background-size: cover;
  padding: 50px 150px;
  color: #fff;
}
.shop-invoice-3 .shop-invoice-table thead {
  color: #fff;
  background-color: #3BB77E;
}

.shop-invoice-4 .shop-invoice-info {
  border-radius: 5px;
}
.shop-invoice-4 .shop-invoice-header {
  border-bottom: 1px solid #ececec;
  padding: 50px 150px 30px 150px;
  margin-bottom: 50px;
}
.shop-invoice-4 .shop-invoice-bottom .shop-hr {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.shop-invoice-5 .shop-invoice-info {
  border-radius: 0;
}
.shop-invoice-5 .shop-invoice-header {
  padding: 50px 150px;
}
.shop-invoice-5 .shop-invoice-banner {
  padding: 0 150px 50px 150px;
}
.shop-invoice-5 .shop-invoice-bottom .shop-hr {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.shop-invoice-6.shop-invoice {
  background-color: #fff;
}
.shop-invoice-6 .shop-invoice-info {
  border-radius: 10px;
  border: 1px solid #BCE3C9;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.shop-invoice-6 .shop-hr {
  width: 100%;
  height: 1px;
  background-color: #3BB77E;
}
.shop-invoice-6 .shop-invoice-header {
  background-color: #f7f8f9;
  padding: 80px 150px 50px 150px;
  margin-bottom: 50px;
  border-radius: 10px 10px 0 0;
}
.shop-invoice-6 .shop-invoice-icon {
  border-radius: 0 10px 0 0;
}

.shop-invoice-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3BB77E;
}
.shop-invoice-icon img {
  width: 30px;
}

/*Responsive*/
@media only screen and (max-width: 992px) {
  .shop-invoice .shop-invoice-header {
    padding: 80px 50px;
  }
  .shop-invoice .shop-invoice-top {
    padding: 40px 50px 25px 50px;
  }
  .shop-invoice .shop-invoice-center {
    padding: 0 50px 40px;
  }
  .shop-invoice .shop-invoice-bottom {
    padding: 0 50px 25px;
  }
  .shop-invoice .shop-back-top-home {
    margin-bottom: 30px;
    text-align: center;
  }
}
.shop-vendor-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.shop-vendor-wrap:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #BCE3C9;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.shop-vendor-wrap .shop-vendor-img-action-wrap {
  padding: 25px 25px 0 25px;
}
.shop-vendor-wrap .shop-vendor-img-action-wrap img {
  max-width: 144px;
}
.shop-vendor-wrap .shop-vendor-content-wrap {
  padding: 20px 20px 30px 20px;
}
.shop-vendor-wrap .shop-vendor-content-wrap h4 a {
  color: #253D4E;
}
.shop-vendor-wrap .shop-vendor-content-wrap h4 a:hover {
  color: #3BB77E;
}
.shop-vendor-wrap .shop-vendor-content-wrap .shop-total-product {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
  color: #3BB77E;
  min-width: 123px;
}
.shop-vendor-wrap .shop-product-badges.shop-product-badges-position {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9;
}
.shop-vendor-wrap .shop-product-badges.shop-product-badges-position span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 0px 10px 0 20px;
  color: #fff;
  padding: 9px 20px 10px 20px;
  background-color: #3BB77E;
}
.shop-vendor-wrap .shop-product-badges.shop-product-badges-position span.shop-hot {
  background-color: #f74b81;
}
.shop-vendor-wrap .shop-product-badges.shop-product-badges-position span.shop-new {
  background-color: #3BB77E;
}
.shop-vendor-wrap .shop-product-badges.shop-product-badges-position span.shop-sale {
  background-color: #67bcee;
}
.shop-vendor-wrap .shop-product-badges.shop-product-badges-position span.shop-best {
  background-color: #f59758;
}
.shop-vendor-wrap.shop-style-2 {
  display: flex;
}
.shop-vendor-wrap.shop-style-2 .shop-vendor-img-action-wrap {
  position: relative;
  padding: 20px;
}
.shop-vendor-wrap.shop-style-2 .shop-vendor-img-action-wrap .shop-total-product {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  background-color: #DEF9EC;
  font-size: 14px;
  font-weight: 700;
  color: #3BB77E;
  min-width: 123px;
}
.shop-vendor-wrap.shop-style-2 .shop-vendor-info .shop-btn {
  min-width: 105px;
  padding: 8px 10px 8px 13px;
}

.shop-archive-header-2 .shop-search-form input {
  border-radius: 30px;
  padding-left: 30px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}

.shop-archive-header-3 {
  position: relative;
  border-radius: 20px;
  padding: 50px;
}
.shop-archive-header-3 .shop-archive-header-3-inner {
  display: flex;
}

/*LAYOUT -> HEADER STYLE*/
/*Header default*/
.shop-header-top-ptb-1 {
  padding: 7px 0;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  line-height: 1;
}
.shop-header-top-ptb-1 #news-flash {
  min-width: 400px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
}
.shop-header-top-ptb-1 #news-flash li {
  min-height: 14px;
}
.shop-header-top-ptb-1 #news-flash i {
  line-height: 6px;
  margin-right: 5px;
}

.shop-header-info-right {
  display: flex;
  justify-content: flex-end;
}

.shop-header-info > ul {
  display: flex;
}
.shop-header-info > ul > li {
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.shop-header-info > ul > li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
.shop-header-info > ul > li:last-child {
  margin-right: 0;
}
.shop-header-info > ul > li:last-child:before {
  display: none;
}
.shop-header-info > ul > li a {
  color: #7E7E7E;
  font-weight: 500;
}
.shop-header-info > ul > li a i {
  font-size: 12px;
  margin-right: 5px;
}
.shop-header-info > ul > li a.shop-language-dropdown-active i.shop-fa-chevron-down {
  font-size: 8px;
  margin-left: 5px;
}
.shop-header-info > ul > li > ul.shop-language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #ececec;
}
.shop-header-info > ul > li > ul li {
  display: block;
}
.shop-header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px;
}
.shop-header-info > ul > li > ul li a:hover {
  color: #3BB77E;
  background-color: none;
}
.shop-header-info > ul > li > ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}
.shop-header-info > ul > li:hover > a {
  color: #333;
}
.shop-header-info > ul > li:hover > ul.shop-language-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 25px;
}
.shop-header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}

.shop-header-wrap {
  display: flex;
  align-items: center;
}
.shop-header-wrap .shop-header-nav {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.shop-header-wrap.shop-header-space-between {
  justify-content: space-between;
}
.shop-header-wrap .shop-header-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-logo a {
  display: block;
}
.shop-logo.shop-logo-width-1 {
  width: 20%;
  margin: 0px auto;
}
.shop-logo.shop-logo-width-1 a{
  width: 80px;
  min-width: 80px;
  margin: 0px auto;
}

.shop-search-style-1 form {
  width: 370px;
  position: relative;
}
.shop-search-style-1 form input {
  font-size: 16px;
  height: 48px;
  color: #253D4E;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.shop-header-action .shop-header-action-icon.shop-header-action-mrg-none2 {
  margin-right: 0px;
}
.shop-header-action .shop-header-action-icon:last-child {
  margin-right: 0;
}
.shop-header-action .shop-header-action-icon > a span.shop-pro-count {
  position: absolute;
  right: -5px;
  bottom: -4px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.shop-header-action-2 {
  display: flex;
  align-items: center;
}
.shop-header-action-2 .shop-header-action-icon-2 span.shop-lable {
  font-size: 16px;
  margin: 5px 0 0 10px;
}
.shop-header-action-2 .shop-header-action-icon-2:last-child {
  padding: 0 0px 0 8px;
}
.shop-header-action-2 .shop-header-action-icon-2 > a {
  font-size: 30px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.shop-header-action-2 .shop-header-action-icon-2 > a img {
  width: 100%;
  max-width: 25px;
}
.shop-header-action-2 .shop-header-action-icon-2 > a span {
  font-size: 14px;
  color: #7E7E7E;
}
.shop-header-action-2 .shop-header-action-icon-2 > a span.shop-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;
}

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

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

.shop-header-height-3 {
  min-height: 132px;
}

.shop-header-height-4 {
  min-height: 120px;
}

.shop-search-popup-wrap.shop-search-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.shop-mobile-header-wrapper-style.shop-sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.shop-mobile-header-wrapper-style .shop-mobile-header-wrapper-inner .shop-mobile-header-top .shop-mobile-header-logo a {
  display: block;
}
.shop-mobile-header-wrapper-style .shop-mobile-header-wrapper-inner .shop-mobile-header-content-area .shop-mobile-menu-wrap nav {
  height: 100%;
}
.shop-mobile-header-wrapper-style .shop-mobile-header-wrapper-inner .shop-mobile-header-content-area .shop-main-categori-wrap a i {
  margin-right: 15px;
}
.shop-mobile-header-wrapper-style .shop-mobile-header-wrapper-inner .shop-mobile-header-content-area .shop-main-categori-wrap .shop-categori-dropdown-active-small {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.shop-header-action-right {
  display: none;
}
.shop-header-action-right .shop-search-location {
  display: none;
}

.shop-search-style-1 {
  margin-right: 28px;
}
.shop-search-style-1 form input::-moz-input-placeholder {
  color: #253D4E;
  opacity: 1;
}
.shop-search-style-1 form input::-webkit-input-placeholder {
  color: #253D4E;
  opacity: 1;
}
.shop-search-style-1 form input:focus {
  border: 1px solid #3BB77E;
  background-color: #ffffff;
}
.shop-search-style-1 form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 19px;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
  color: #3BB77E;
}
.shop-search-style-1 form button:hover {
  color: #5a97fa;
}

.shop-header-action {
  display: flex;
  align-items: center;
}
.shop-header-action .shop-header-action-icon {
  margin-right: 28px;
  position: relative;
  display: flex;
}
.shop-header-action .shop-header-action-icon.shop-header-action-mrg-none {
  margin-right: 13px;
}
.shop-header-action .shop-header-action-icon > a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.shop-header-action .shop-header-action-icon > a span.shop-pro-count.blue {
  background-color: #3BB77E;
}
.shop-header-action .shop-header-action-icon:hover > a {
  color: #3BB77E;
}
.shop-header-action .shop-header-action-icon:hover .shop-cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
.shop-header-action.shop-header-action-hm3 .shop-header-action-icon.shop-header-action-mrg-none2 {
  margin-right: 0px;
}
.shop-header-action.shop-header-action-hm3 .shop-header-action-icon:last-child {
  margin-right: 0;
}

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

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

.shop-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;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  border: 1px solid #ececec;
}
.shop-cart-dropdown-wrap.shop-cart-dropdown-hm2 {
  right: 0;
}
.shop-cart-dropdown-wrap.shop-account-dropdown {
  width: 200px;
}
.shop-cart-dropdown-wrap.shop-account-dropdown a {
  color: #253D4E;
}
.shop-cart-dropdown-wrap.shop-account-dropdown a:hover {
  color: #3BB77E;
}
.shop-cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-img {
  flex: 0 0 80px;
  margin-right: 20px;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-img a img {
  max-width: 100%;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-title {
  margin: 6px 0 0;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-title h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-title h4 a {
  color: #3BB77E;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-title h4 a:hover {
  color: #253D4E;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0px;
  color: #3BB77E;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-delete {
  position:absolute;
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
  right: 0;
  margin: -5px 20px 0px 0px;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}
.shop-cart-dropdown-wrap ul li .shop-shopping-cart-delete a:hover {
  color: #333;
}
.shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 25px 0;
  padding: 17px 0 0;
}
.shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: #3BB77E;
}
.shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
  align-self: center;
}
.shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-button a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 20px;
  background-color: #3BB77E;
  font-family: "Quicksand", sans-serif;
  border: 2px solid #3BB77E;
}
.shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-button a.shop-outline {
  background-color: transparent;
  border: 2px solid #3BB77E;
  color: #3BB77E;
}
.shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-button a.shop-outline:hover {
  color: #ffffff;
}
.shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-button a:hover {
  background-color: #FDC040;
}

.shop-sticky-bar.shop-stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 2px solid #FDC040;
  background: #fff;
}
.shop-sticky-bar.shop-stick.shop-sticky-white-bg {
  background-color: #fff;
}
.shop-sticky-bar.shop-stick.shop-sticky-blue-bg {
  background-color: #3286e0;
}

.shop-header-height-1 {
  min-height: 133px;
}

.shop-search-style-2 {
  width: 100%;
}

.shop-search-style-2 form {
  width: 100%;
  display: flex;
  margin:auto;
  position: relative;
}

.select2-dropdown {
	 border: none!important;
}
.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
     border: none;
}

.shop-search-style-2 form select {
  color: #253D4E;
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  width: 50%!important;
  border: none;
  padding: 3px 35px 3px 20px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.shop-search-style-2 form select:focus {
  color: #333;
}
.shop-search-style-2 form select::after {
  position: absolute;
}
.shop-search-style-2 form input {
  width: 100%;
  max-width: 683px;
  font-size: 14px;
  background-image: url(https://techmock.com/assets/imgs/theme/icons/search.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.shop-search-style-2 form input::-moz-input-placeholder {
  opacity: 1;
}
.shop-search-style-2 form input::-webkit-input-placeholder {
  opacity: 1;
}
.shop-search-style-2 form input:focus {
  border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid;
}
.shop-search-style-2 form button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  color: #3BB77E;
  height: 100%;
  padding: 5px 17px;
}

.shop-header-bottom-shadow {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

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

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

.shop-search-popup-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  transition: all 0.5s ease-in-out;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-search-popup-wrap .shop-search-popup-content form input {
  width: 1170px;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #3BB77E;
  font-size: 50px;
  padding: 21px 50px 16px 0px;
  color: #919191;
  font-weight: 300;
  max-width: 100%;
  height: auto;
  transform: translate(0, 50px);
  transition-delay: 0s;
  opacity: 0;
  transition: all 0.5s ease-in-out, opacity 0.5s linear;
}
.shop-search-popup-wrap .shop-search-popup-content form input::-moz-input-placeholder {
  color: #919191;
  opacity: 1;
}
.shop-search-popup-wrap .shop-search-popup-content form input::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}
.shop-search-popup-wrap.shop-search-visible .shop-search-popup-content form input {
  transform: none;
  opacity: 1;
  transition-delay: 0.6s;
}

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

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

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

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

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

.shop-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;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 99;
}

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

.shop-main-wrapper {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

.shop-mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #3BB77E;
  border-radius: 30px;
  line-height: 1;
  padding:8px 5px;
  align-content: center;
  justify-content: center;
}
.shop-mobile-social-icon a i {
  max-width: 16px;
  color:#fff;
}
.shop-mobile-social-icon a i:hover {
  opacity: 0.8;
}
.shop-mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.shop-mobile-social-icon a:last-child {
  margin-right: 0;
}

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

.shop-hotline img {
  min-width: 35px;
  margin-right: 12px;
}
.shop-hotline p {
  font-size: 26px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  display: block;
  line-height: 1;
}
.shop-hotline p span {
  font-weight: 500;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  display: block;
  letter-spacing: 0.9px;
}

/* Header style 1 */
.shop-header-style-1 {
  position: relative;
  overflow-x: clip;
}
.shop-header-style-1.shop-header-height-2 {
  border-bottom: 0;
}
.shop-header-style-1 .shop-header-top-ptb-1 {
  background-image: none;
  padding: 10px 0;
}
.shop-header-style-1 .shop-header-top-ptb-1 .shop-language-dropdown a {
  color: #253D4E;
}
.shop-header-style-1 .shop-header-middle-ptb-1 {
  padding: 30px 0;
}
.shop-header-style-1 .shop-select2-container {
  max-width: unset;
  min-width: 150px;
}
.shop-header-style-1 .shop-select2-container--default .shop-select2-selection--single {
  border: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 5px 0 0 5px;
}
.shop-header-style-1 .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__arrow {
  right: 10px;
}
.shop-header-style-1 .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__arrow b {
  border: 0;
}
.shop-header-style-1 .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__arrow b::after {
  font-family: uicons-regular-straight;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f10f";
  position: absolute;
  top: -4px;
}
.shop-header-style-1 .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  position: relative;
}
.shop-header-style-1 .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__rendered:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #CACACA;
  position: absolute;
  right: 0;
  top: 15px;
}
.shop-header-style-1 .shop-search-location .shop-select2-container--default .shop-select2-selection--single {
  border: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  width: 164px;
  max-width: unset;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.shop-header-style-1 .shop-search-location .shop-select2-container--default .shop-select2-selection--single:hover {
  transform: translateY(-3px);
  transition: 0.2s;
}
.shop-header-style-1 .shop-search-location .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__arrow {
  right: 10px;
  top: 7px;
}
.shop-header-style-1 .shop-search-location .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__rendered {
  height: 40px;
  line-height: 35px;
  position: relative;
  color: #3BB77E;
  font-weight: 500;
}
.shop-header-style-1 .shop-search-location .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__rendered:after {
  content: none;
}
.shop-header-style-1 .shop-search-location .shop-select2-container--default .shop-select2-selection--single .shop-select2-selection__rendered:before {
  font-family: uicons-regular-straight;
  content: "\f1c6";
  color: #B6B6B6;
  margin-right: 7px;
  display: inline-block;
}
.shop-header-style-1 .shop-search-location .shop-select2-container {
  max-width: unset;
  min-width: 158px;
  max-width: 158px;
  margin-right: 30px;
}
.shop-header-style-1 .shop-search-style-2 form {
  border: 2px solid #BCE3C9;
  border-radius: 4px;
  max-width: 700px;
  background-color: #fff;
}
.shop-header-style-1 .shop-search-style-2 form input {
  max-width: 600px;
  border-width: 0px;
  border-radius: 0 5px 5px 0;
  margin-left: 20px;
  background-color: #fff;
  border: none;
}
.shop-header-style-1 .shop-header-bottom-bg-color {
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.shop-header-style-1 .shop-main-categori-wrap > a {
  color: #fff;
  line-height: 70px;
  background: #3BB77E;
  padding: 0 30px;
}
.shop-header-style-1 .shop-main-categori-wrap > a i.shop-up {
  right: 30px;
}
.shop-header-style-1 .shop-main-categori-wrap > a.shop-categories-button-active {
  line-height: 44px;
  border-radius: 5px;
  padding: 0 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}
.shop-header-style-1 .shop-main-categori-wrap > a.shop-categories-button-active i {
  color: #fff;
  margin-left: 12px;
  font-size: 10px;
  margin-bottom: 5px;
}

.shop-header-style-1 .shop-main-categori-wrap > a:hover {
  background-color: #29A56C;
}
.shop-header-style-1 .shop-main-menu.shop-main-menu-light-white > nav > ul > li > a {
  color: #494949;
}
.shop-header-style-1 .shop-stick .shop-main-menu.shop-main-menu-light-white > nav > ul > li > a {
  color: #ffffff;
}
.shop-header-style-1 .shop-categories-dropdown-active-large {
  top: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-header-style-1.shop-header-style-5 .shop-header-bottom-bg-color .shop-main-categori-wrap > a {
  background: #FDC040;
}

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

.shop-hotline i {
  opacity: 0.7;
}

/*LAYOUT -> NAVIGATION STYLE*/
.shop-main-menu.shop-main-menu-mrg-1 {
  margin: 0 0 0 27px;
}
.shop-main-menu > nav > ul > li.shop-hot-deals {
  padding-right: 30px;
}
.shop-main-menu > nav > ul > li.shop-hot-deals img {
  position: relative;
  margin-bottom: -4px;
  margin-right: 8px;
}
.shop-main-menu > nav > ul > li.shop-position-static {
  position: static;
}
.shop-main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #253D4E;
  font-family: "Quicksand", sans-serif;
}
.shop-main-menu > nav > ul > li > a i {
  font-size: 8px;
  position: relative;
  margin-left: 4px;
}
.shop-main-menu > nav > ul > li > a.active {
  color: #3BB77E;
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 250px;
  padding: 25px 15px;
  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);
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li:last-child {
  margin-bottom: 0;
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li ul.shop-level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  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);
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li ul.shop-level-menu.shop-level-menu-modify {
  top: -25px;
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li:hover > a {
  color: #000;
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li:hover ul.shop-level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  z-index: 999;
  border: 1px solid #ececec;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li:last-child {
  margin-bottom: 0;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li.shop-sub-mega-menu-width-22 {
  width: 22%;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li.shop-sub-mega-menu-width-34 {
  width: 34%;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li a.shop-menu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li ul {
  margin-top: 28px;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 14px;
  float: none;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li ul li a {
  font-size: 15px;
  color: #7E7E7E;
  display: block;
  line-height: 1.4;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li ul li a:hover {
  color: #3BB77E;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap {
  overflow: hidden;
  position: relative;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap a {
  display: block;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap a img {
  width: 100%;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content {
  position: absolute;
  top: 32px;
  left: 30px;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content .shop-menu-banner-price span.shop-old-price {
  font-size: 19px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content .shop-menu-banner-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 22px 14px;
  background-color: #3BB77E;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap:hover .shop-menu-banner-btn a {
  background-color: #FD6E6E;
}
.shop-main-menu > nav > ul > li:hover > a {
  color: #3BB77E;
}
.shop-main-menu > nav > ul > li:hover ul.shop-sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
}
.shop-main-menu > nav > ul > li:hover ul.shop-mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.shop-main-menu.shop-hover-boder > nav > ul > li > a {
  position: relative;
}
.shop-main-menu.shop-hover-boder > nav > ul > li > a::after {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #3BB77E;
}
.shop-main-menu.shop-hover-boder > nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.shop-main-menu.shop-hover-boder.shop-hover-boder-white > nav > ul > li > a::after {
  bottom: 18px;
  background: #ffffff;
}
.shop-main-menu.shop-hover-boder.shop-hover-boder-modify > nav > ul > li > a::after {
  bottom: 28px;
}
.shop-main-menu.shop-main-menu-light-white > nav > ul > li > a {
  color: white;
}
.shop-main-menu.shop-main-menu-padding-1 > nav > ul > li {
  padding: 0 15px;
}
.shop-main-menu.shop-main-menu-padding-1 > nav > ul > li:first-child {
  padding-left: 0;
}
.shop-main-menu.shop-main-menu-lh-2 > nav > ul > li {
  line-height: 70px;
}
.shop-main-menu.shop-main-menu-lh-3 > nav > ul > li {
  line-height: 80px;
}

.shop-main-menu.shop-main-menu-grow {
  flex-grow: 1;
}
.shop-main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li a {
  font-size: 14px;
  color: #7E7E7E;
  display: block;
  padding: 0 15px;
}
.shop-main-menu > nav > ul > li ul.shop-sub-menu li a:hover {
  color: #3BB77E;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content .shop-menu-banner-price {
  margin: 0 0 28px;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content .shop-menu-banner-price span.shop-new-price {
  font-size: 24px;
  font-weight: 700;
  color: #FD6E6E;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}
.shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}
.shop-main-menu.shop-main-menu-lh-1 > nav > ul > li {
  line-height: 70px;
}

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

.shop-categories-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  min-width: 270px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: 26px;
}
.shop-categories-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

.shop-categori-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 14px 0 23px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 400;
  display: none;
  width: 100%;
}

.shop-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;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-categories-dropdown-wrap ul li:hover {
  border: 1px solid #BCE3C9;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-categories-dropdown-wrap ul li:hover a {
  color: #3BB77E;
}
.shop-categories-dropdown-wrap ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.5;
  color: #253D4E;
  font-size: 14px;
}
.shop-categories-dropdown-wrap ul li a:hover {
  color: #3BB77E;
  background-color: transparent;
}
.shop-categories-dropdown-wrap ul li a img {
  max-width: 30px;
  margin-right: 15px;
}
.shop-categories-dropdown-wrap ul li:hover .shop-dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}
.shop-categories-dropdown-wrap ul li.shop-has-children {
  position: relative;
}
.shop-categories-dropdown-wrap ul li.shop-has-children > a::after {
  content: "\f111";
  font-family: "uicons-regular-straight";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.shop-categories-dropdown-wrap ul li.shop-has-children .shop-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;
}
.shop-categories-dropdown-wrap ul li.shop-has-children .shop-dropdown-menu .shop-submenu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #3BB77E;
  padding: 5px 34px;
}
.shop-categories-dropdown-wrap ul li.shop-has-children .shop-dropdown-menu .shop-header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.shop-categories-dropdown-wrap ul li.shop-has-children .shop-dropdown-menu .shop-header-banner2 .shop-banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
}
.shop-categories-dropdown-wrap ul li.shop-has-children .shop-dropdown-menu .shop-header-banner2 .shop-banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c;
}
.shop-categories-dropdown-wrap ul li.shop-has-children .shop-dropdown-menu .shop-header-banner2 .shop-banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  transition: all 0.5s ease-in-out;
}
.shop-categories-dropdown-wrap ul.shop-end li {
  margin-right: 0;
}
.shop-categories-dropdown-wrap .shop-more_categories {
  margin-top: 15px;
  color: #3BB77E;
  position: relative;
  font-size: 13px;
  font-family: "Quicksand", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-categories-dropdown-wrap .shop-more_categories span.shop-icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 30px;
  margin-right: 5px;
}
.shop-categories-dropdown-wrap .shop-more_categories span.shop-icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #3BB77E;
  position: absolute;
  right: 4px;
  top: 9px;
}
.shop-categories-dropdown-wrap .shop-more_categories span.shop-icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #3BB77E;
  position: absolute;
  right: 9px;
  top: 4px;
}
.shop-categories-dropdown-wrap .shop-more_categories.shop-show span.shop-icon::after {
  display: none;
  content: none;
}
.shop-categories-dropdown-wrap.shop-style-2 {
  border: 1px solid #BCE3C9;
  border-radius: 10px;
  padding: 30px;
}
.shop-categories-dropdown-wrap.shop-style-2 ul li {
  border-radius: 0;
  border: 0;
  height: 24px;
  padding: 0;
  line-height: 24px;
  margin-bottom: 16px;
}
.shop-categories-dropdown-wrap.shop-style-2 ul li:hover {
  box-shadow: none;
}
.shop-categories-dropdown-wrap.shop-style-2 ul li a {
  font-weight: 500;
}
.shop-categories-dropdown-wrap.shop-style-2 ul li img {
  max-height: 20px;
}
.shop-categories-dropdown-wrap.shop-style-2 .shop-more_categories {
  justify-content: left;
}
.shop-categories-dropdown-wrap.shop-style-2 .shop-more_categories .shop-icon {
  transform: scale(0.7);
}

/*Pagination*/
.shop-pagination-area .shop-page-item {
  margin: 0 5px;
}
.shop-pagination-area .shop-page-item:first-child {
  margin-left: 0;
}
.shop-pagination-area .shop-page-item:first-child .shop-page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.shop-pagination-area .shop-page-item:last-child .shop-page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.shop-pagination-area .shop-page-item.active .shop-page-link, .shop-pagination-area .shop-page-item:hover .shop-page-link {
  color: #fff;
  background: #3BB77E;
}
.shop-pagination-area .shop-page-item:last-child .shop-page-link {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  line-height: 43px;
}
.shop-pagination-area .shop-page-item:first-child .shop-page-link {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  line-height: 43px;
}
.shop-pagination-area .shop-page-link {
  border: 0;
  padding: 0 10px;
  box-shadow: none;
  outline: 0;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  color: #7E7E7E;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  background-color: #F2F3F4;
}
.shop-pagination-area .shop-page-link.shop-dot {
  background-color: transparent;
  color: #7E7E7E;
  letter-spacing: 2px;
}

/*LAYOUT -> SIDEBAR*/
.shop-widget-category ul > li {
  padding: 6px 0;
  transition-duration: 0.2s;
}
.shop-widget-category ul > li:hover {
  padding-left: 5px;
  transition-duration: 0.2s;
}
.shop-widget-category ul > li a {
  color: #242424;
}
.shop-widget-category ul > li a:hover {
  color: #3BB77E;
}

.price_range {
  background: url(https://techmock.com/assets/imgs/banner/fillter-widget-bg.png) no-repeat right bottom;
  background-size: 150px;
}

.primary-sidebar .shop-sidebar-widget {
  position: relative;
  padding: 30px;
  border: 1px solid #ececec;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-widget-category-2 ul li {
  display: flex;
  align-items: center;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid #F2F3F4;
  padding: 9px 18px;
  margin: 0 0 15px 0;
  justify-content: space-between;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-widget-category-2 ul li:last-child {
  margin-bottom: 0;
}
.shop-widget-category-2 ul li:hover {
  border: 1px solid #BCE3C9;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-widget-category-2 ul li:hover a {
  color: #3BB77E;
}
.shop-widget-category-2 ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.5;
  color: #253D4E;
  font-size: 14px;
}
.shop-widget-category-2 ul li a:hover {
  color: #3BB77E;
  background-color: transparent;
}
.shop-widget-category-2 ul li a img {
  max-width: 30px;
  margin-right: 15px;
}
.shop-widget-category-2 ul li:hover .shop-dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  pointer-events: auto;
}
.shop-widget-category-2 ul li.shop-has-children {
  position: relative;
}
.shop-widget-category-2 ul li.shop-has-children > a::after {
  content: "\f111";
  font-family: "uicons-regular-straight";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.shop-widget-category-2 ul li.shop-has-children .shop-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;
}
.shop-widget-category-2 ul li.shop-has-children .shop-dropdown-menu .shop-submenu-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #3BB77E;
  padding: 5px 34px;
}
.shop-widget-category-2 ul li.shop-has-children .shop-dropdown-menu .shop-header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.shop-widget-category-2 ul li.shop-has-children .shop-dropdown-menu .shop-header-banner2 .shop-banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
}
.shop-widget-category-2 ul li.shop-has-children .shop-dropdown-menu .shop-header-banner2 .shop-banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c;
}
.shop-widget-category-2 ul li.shop-has-children .shop-dropdown-menu .shop-header-banner2 .shop-banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  transition: all 0.5s ease-in-out;
}
.shop-widget-category-2 ul.shop-end li {
  margin-right: 0;
}
.shop-widget-category-2 .shop-count {
  display: inline-block;
  background-color: #BCE3C9;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
  margin-left: 5px;
  font-size: 12px;
  color: #253D4E;
}

/*Social network widget*/
.shop-follow-us a {
  display: block;
  padding: 12px 10px;
  color: #fff;
  width: 50%;
  border-radius: 5px;
  font-size: 11px;
  overflow: hidden;
  height: 46px;
}
.shop-follow-us a .shop-social-count {
  font-weight: bold;
}
.shop-follow-us a:hover i {
  transform: translateY(-35px);
}
.shop-follow-us a i {
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.shop-follow-us a i.shop-nth-2 {
  position: absolute;
  top: 38px;
  left: 0;
}
.shop-follow-us i.shop-v-align-space {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 4px;
  line-height: 1;
}
.shop-follow-us .shop-social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.shop-follow-us a.shop-follow-us-facebook,
.shop-single-social-share a.shop-facebook-icon {
  background: #305c99;
}

.shop-follow-us a.shop-follow-us-twitter,
.shop-single-social-share a.shop-twitter-icon {
  background: #00cdff;
}

.shop-follow-us a.shop-follow-us-instagram,
.shop-single-social-share a.shop-instagram-icon {
  background: #3f729b;
}

.shop-follow-us a.shop-follow-us-youtube,
.shop-single-social-share a.shop-pinterest-icon {
  background: #e22b26;
}

.shop-sidebar-widget .shop-widget-header {
  border-bottom: 1px solid #ececec;
}
.shop-sidebar-widget .shop-widget-header h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.shop-sidebar-widget .shop-banner-img {
  float: none;
}

.shop-widget_categories li.shop-cat-item,
.shop-widget_archive li,
.shop-widget_pages li,
.shop-widget_recent_comments li,
.shop-widget_nav_menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 14px;
  padding: 7px 0;
}

.shop-widget_categories li.shop-cat-item:last-child {
  border: none;
}

.shop-widget_categories li.shop-cat-item a,
.shop-widget_archive li a,
.shop-widget_pages li a {
  text-align: left;
  float: left;
  padding: 0;
}

.shop-widget-tags li {
  margin: 0 20px 20px 0;
}

.shop-widget_instagram .shop-insta-feed {
  padding-top: 5px;
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
.shop-widget_instagram .shop-insta-feed li {
  width: 29.33%;
  margin: 5px;
}
.shop-widget_instagram .shop-insta-feed li img {
  width: 100%;
}

.shop-social-network li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.shop-vendor-logo img {
  max-width: 150px;
}

/*newsletter*/
.shop-mobile-social-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
}
.shop-mobile-social-icon h6 {
  display: inline-block;
  margin-right: 15px;
}
.shop-hotline {
  min-width: 200px;
}
.shop-hotline img {
  min-width: 10px;
  margin-right: 12px;
  max-width: 30px;
  opacity: 0.5;
}

.shop-newsletter {
  position: relative;
}
.shop-newsletter .shop-newsletter-inner {
  background-size: cover;
  padding: 10% 10%;
  clear: both;
  display: table;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 230px;
}
.shop-newsletter .shop-newsletter-inner img {
  position: absolute;
  right: 50px;
  bottom: 0;
  max-width: 40%;
}
.shop-newsletter .shop-newsletter-inner .shop-newsletter-content p {
  font-size: 18px;
}
.shop-newsletter .shop-newsletter-inner .shop-newsletter-content form {
  background-color: #fff;
  max-width: 450px;
  border-radius: 50px;
  position: relative;
  margin-top: 40px;
  z-index: 4;
}
.shop-newsletter .shop-newsletter-inner .shop-newsletter-content form input {
  border: 0;
  border-radius: 50px;
  padding-left: 58px;
  height:48px;
  width:100%;
  padding-right: 0px;
  background: url(https://techmock.com/assets/imgs/theme/icons/icon-plane.png) no-repeat 25px center;
}
.shop-newsletter .shop-newsletter-inner .shop-newsletter-content form button {
  border: 0;
  border-radius: 50px;
  font-weight: 700;
  position: absolute;
  right: -50px;
}

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

.shop-widget-about .shop-logo{
  width: 100px;
  margin:auto;
}
.shop-widget-about .shop-logo img{
  width: 100px;
  margin:auto;
}

.shop-widget-install-app {
  min-width: 310px;
}

.shop-contact-infor {
  list-style: outside none none;
  font-size: 15px;
  color: #253D4E;
}

.shop-contact-infor li:not(:last-child) {
  margin-bottom: 10px;
}
.shop-contact-infor li img {
  margin-right: 8px;
  max-width: 16px;
}

.shop-footer-link-widget:not(:last-child) {
  margin-right: 50px;
}
.shop-footer-link-widget p {
  font-size: 15px;
  color: #253D4E;
}

.shop-download-app {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 33px;
}
.shop-download-app a {
  display: block;
  margin-right: 12px;
}
.shop-download-app a img {
  max-width: 128px;
}

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

.shop-footer-bottom {
  border-top: 1px solid #BCE3C9;
}

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

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

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

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

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


@media only screen and (max-width: 768px) {
  .shop-totall-product h2 {
    font-size: 28px;
  }
  .shop-loop-grid.shop-loop-list article .shop-post-thumb {
    min-height: 220px;
    min-width: 300px;
  }
  .shop-loop-grid.shop-loop-list article h3.shop-post-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .shop-loop-grid.shop-loop-list article .shop-post-exerpt {
    display: none;
  }
  .shop-loop-grid.shop-loop-list article .shop-entry-content-2.pl-50 {
    padding-left: 30px;
  }
  .shop-loop-big h2.shop-post-title {
    font-size: 32px;
  }
  .shop-header-style-1 .shop-header-bottom-bg-color {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  }
  .shop-header-action-2 .shop-header-action-icon-2:last-child {
    padding: 0;
  }
  .shop-logo.shop-logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .shop-logo.shop-logo-width-1 a img {
    height: 50px;
    width: 100%;
    object-fit: contain;
  }
  .shop-header-bottom {
    padding: 20px 0;
  }
  .shop-header-action .shop-header-action-icon {
    margin-right: 15px;
  }
  .shop-header-action .shop-header-action-icon.shop-header-action-mrg-none {
    margin-right: 15px;
  }
  .shop-header-action .shop-header-action-icon.shop-header-action-mrg-none2 {
    margin-right: 15px;
  }
  .shop-header-action .shop-header-action-icon > a {
    font-size: 20px;
  }
  .shop-header-action-2 .shop-header-action-icon-2 {
    padding: 0 6px;
  }
  .shop-header-action-2 .shop-header-action-icon-2:last-child {
    padding: 0 0 0 6px;
  }
  .shop-header-action-2 .shop-header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
    font-size: 22px;
    margin-right: 10px;
  }
  .shop-cart-dropdown-wrap {
    width: 290px;
    right: -39px;
  }
  .shop-cart-dropdown-wrap ul li .shop-shopping-cart-img {
    flex: 0 0 60px;
    margin-right: 10px;
  }
  .shop-cart-dropdown-wrap .shop-shopping-cart-footer .shop-shopping-cart-button a {
    padding: 12px 22px 13px;
  }
  .shop-categories-dropdown-wrap ul li a {
    padding: 5px 12px;
  }
  .shop-search-popup-wrap .shop-search-popup-content form input {
    width: 270px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }
  .shop-mobile-header-wrapper-style {
    width: 380px;
  }
  .shop-mobile-header-wrapper-style .shop-mobile-header-wrapper-inner .shop-mobile-header-top {
    padding: 15px 30px 13px 30px;
  }
  .shop-mobile-header-wrapper-style .shop-mobile-header-wrapper-inner .shop-mobile-header-top .shop-mobile-header-logo a img {
    height: 50px;
   width: 100%;
   object-fit: contain;
  }
  .shop-mobile-header-wrapper-style .shop-mobile-header-wrapper-inner .shop-mobile-header-content-area {
    padding: 30px;
  }
  .shop-header-height-1 {
    min-height: 65px;
  }
  .shop-header-height-2 {
    min-height: 65px;
  }
  .shop-home-slider.pt-50 {
    padding-top: 0;
  }
  .shop-hero-slider-content-2 h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .shop-hero-slider-content-2 h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .shop-hero-slider-content-2 h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .shop-hero-slider-content-2 .shop-btn-default {
    color: #fff;
    background-color: #3BB77E;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
  }
  .shop-hero-slider-content-2 p {
    font-size: 14px;
    line-height: 1.3;
  }
  .shop-banner-big h4 {
    font-size: 12px;
  }
  .shop-banner-big h2 {
    font-size: 16px;
  }
  .shop-banner-big .shop-btn {
    background-color: #3BB77E;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    padding: 10px 22px;
    border: 0;
  }
  .shop-home-slider .shop-slider-arrow {
    display: none;
  }
  .shop-home-slider .shop-hero-slider-1 {
    height: 350px;
  }
  .shop-home-slider .shop-hero-slider-1.shop-style-2 {
    height: 400px;
  }
  .shop-home-slider .shop-hero-slider-1.shop-style-2 .shop-hero-slider-content-2 {
    padding-left: 0;
    padding-top: 100px;
  }
  .shop-home-slider .shop-hero-slider-1.shop-style-2 .shop-single-slider-img img {
    max-width: 400px;
  }
  .shop-home-slider .shop-hero-slider-1.shop-style-2 .shop-slider-1-height-2 {
    height: 400px;
    position: relative;
  }
  .shop-banner-img {
    float: left;
  }
  .shop-banner-img.shop-f-none {
    float: none;
  }
  .shop-hero-slider-1.shop-style-3 .shop-slider-1-height-3 {
    height: 390px;
  }
  .shop-hero-slider-1.shop-style-3 .shop-hero-slider-content-2 {
    padding-left: 20px;
  }
  .shop-home-slide-cover .shop-hero-slider-1.shop-style-4 .shop-hero-slider-content-2 {
    padding-left: 0;
  }
  .shop-home-slide-cover .shop-hero-slider-1.shop-style-4 .shop-hero-slider-content-2 h1 {
    font-size: 30px;
  }
  .shop-home-slide-cover .shop-hero-slider-1.shop-style-4 .shop-hero-slider-content-2 h2 {
    font-size: 14px;
  }
  .shop-home-slide-cover .shop-hero-slider-1.shop-style-4 .shop-hero-slider-content-2 h4 {
    font-size: 12px;
  }
  .shop-header-style-3 .shop-header-bottom-bg-color {
    border-bottom: 2px solid #3BB77E;
  }
  .shop-header-style-3 .shop-main-nav {
    border: none;
  }
  .shop-header-style-3 .shop-sticky-bar.shop-stick.shop-sticky-blue-bg {
    background-color: #3BB77E;
  }
  .shop-header-style-4 .shop-main-nav {
    border: none;
  }
  .shop-header-style-4 .shop-sticky-bar.shop-stick.shop-sticky-blue-bg {
    background-color: #3BB77E;
  }
  .shop-font-xxl {
    font-size: 38px;
  }
  .shop-single-page.pl-30,
  .shop-single-page.pr-30 {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-download-app {
    margin-bottom: 0;
  }
  .shop-footer-mid .shop-logo img {
    max-width: 150px;
  }
  .shop-footer-mid .shop-widget-install-app,
  .shop-footer-mid .shop-widget-about {
    min-width: 205px;
  }
  .shop-footer-mid .shop-widget-about strong {
    display: none;
  }
  .shop-product-list .shop-product-cart-wrap {
    align-items: start;
  }
  .shop-product-list .shop-product-cart-wrap .shop-product-img-action-wrap {
    max-width: 45%;
  }
  .shop-product-list .shop-product-cart-wrap h2 {
    font-size: 24px;
  }
  .shop-product-list .shop-product-cart-wrap p.mt-15 {
    display: none;
  }
  .shop-product-list .shop-product-cart-wrap .shop-product-rate-cover {
    margin-bottom: 20px;
  }
  .shop-detail-info {
    padding: 0;
  }
  .shop-detail-info h2 {
    font-size: 30px;
  }
  .shop-detail-info .shop-detail-extralink .shop-detail-qty {
    padding: 11px 20px 11px 10px;
    max-width: 60px;
  }
  .shop-detail-info .shop-product-extra-link2 .shop-button.shop-button-add-to-cart {
    padding: 0px 15px;
  }
  .shop-detail-info .shop-product-extra-link2 .shop-button.shop-button-add-to-cart i {
    display: none;
  }
  .shop-shopping-summery table tbody tr img {
    max-width: 80px;
    margin-right: 15px;
  }
  .shop-shopping-summery .shop-form-check-label {
    display: none;
  }
  .shop-shopping-summery h6 {
    font-size: 14px;
  }
  .shop-shopping-summery td.pl-30 {
    padding-left: 0;
  }
  .shop-shopping-summery button.shop-btn {
    width: 120px;
    margin-left: 15px;
  }
  .shop-product-cart-wrap .shop-product-img-action-wrap .shop-product-action-1 {
    min-width: auto;
  }
  .shop-custom-modal .shop-modal-dialog {
    max-width: 720px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .shop-mobile-promotion {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: #3BB77E;
    color: #fff;
  }
}
/*Mobile landscape*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-header-action .shop-header-action-icon {
    margin-right: 20px;
  }
  .shop-header-action .shop-header-action-icon.shop-header-action-mrg-none {
    margin-right: 20px;
  }
  .shop-header-action .shop-header-action-icon.shop-header-action-mrg-none2 {
    margin-right: 20px;
  }
  .shop-header-action .shop-header-action-icon > a {
    font-size: 22px;
  }
  .shop-header-action-2 .shop-header-action-icon-2 {
    padding: 0 10px;
  }
  .shop-header-action-2 .shop-header-action-icon-2:last-child {
    padding: 0 0 0 10px;
  }
  .shop-header-action-2 .shop-header-action-icon-2 > a {
    font-size: 22px;
  }
  .shop-cart-dropdown-wrap {
    width: 310px;
  }
  .shop-search-popup-wrap .shop-search-popup-content form input {
    width: 480px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }
  .shop-comment-form .shop-name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
  .shop-header-style-5 .shop-search-style-2 {
    display: none;
  }
}
/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-header-action .shop-header-action-icon {
    margin-right: 33px;
  }
  .shop-header-action .shop-header-action-icon.shop-header-action-mrg-none {
    margin-right: 33px;
  }
  .shop-header-action .shop-header-action-icon.shop-header-action-mrg-none2 {
    margin-right: 33px;
  }
  .shop-header-action-2 .shop-header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
  }
  .shop-search-popup-wrap .shop-search-popup-content form input {
    width: 650px;
    font-size: 35px;
  }
  .shop-header-height-1 {
    min-height: 50px;
  }
  .shop-header-height-2 {
    min-height: 50px;
    border-bottom: 2px solid #3BB77E;
  }
  .shop-header-height-3 {
    min-height: 50px;
  }
  .shop-header-height-4 {
    min-height: 50px;
  }
  .shop-header-style-5 .shop-header-bottom {
    padding: 5px 0;
    border-bottom: 1px solid #f7f8f9;
  }
  .shop-comment-form .shop-email {
    padding-left: 0px;
  }
  .shop-loop-grid.pr-30 {
    padding-right: 0;
  }
}
/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-totall-product h2 {
    font-size: 28px;
  }
  .shop-loop-grid.shop-loop-list article .shop-post-thumb {
    min-height: 220px;
    min-width: 300px;
  }
  .shop-loop-grid.shop-loop-list article h3.shop-post-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .shop-loop-grid.shop-loop-list article .shop-post-exerpt {
    display: none;
  }
  .shop-loop-grid.shop-loop-list article .shop-entry-content-2.pl-50 {
    padding-left: 30px;
  }
  .shop-logo.shop-logo-hm3 a img {
    width: 120px;
  }
  .shop-header-style-5 .shop-search-style-2 {
    display: none;
  }
  .shop-main-menu.shop-main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }
  .shop-main-menu > nav > ul > li ul.shop-sub-menu li ul.shop-level-menu.shop-level-menu-modify {
    width: 165px;
  }
  .shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content {
    left: 20px;
    top: 22px;
  }
  .shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 7px;
  }
  .shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content .shop-menu-banner-price {
    margin: 0 0 10px;
  }
  .shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-content .shop-menu-banner-btn a {
    padding: 10px 16px 13px;
  }
  .shop-main-menu > nav > ul > li ul.shop-mega-menu li .shop-menu-banner-wrap .shop-menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .shop-main-menu.shop-main-menu-padding-1 > nav > ul > li {
    padding: 0 8px;
  }
  .shop-main-menu.shop-main-menu-padding-1.shop-hm3-menu-padding > nav > ul > li {
    padding: 0 6px;
  }
  .shop-search-style-1 {
    margin-right: 15px;
  }
  .shop-search-style-1 form {
    width: 170px;
  }
  .shop-header-action.shop-header-action-hm3 .shop-header-action-icon {
    margin-right: 15px;
  }
  .shop-header-action.shop-header-action-hm3 .shop-header-action-icon.shop-header-action-mrg-none2 {
    margin-right: 0;
  }
  .shop-header-action.shop-header-action-hm3 .shop-header-action-icon:last-child {
    margin-right: 0;
  }
  .shop-search-style-2 form input {
    width: 340px;
  }
  .shop-hotline p {
    font-size: 15px;
  }
  .shop-search-popup-wrap .shop-search-popup-content form input {
    width: 820px;
  }
  .shop-header-height-1 {
    min-height: 157px;
  }
  .shop-header-height-3 {
    min-height: 133px;
  }
  .shop-header-height-4 {
    min-height: 144px;
  }
  .shop-hero-slider-1 {
    height: 350px;
  }
  .shop-hero-slider-1 .shop-single-slider-img-1 {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .shop-col-md-1-5 {
    width: 20%;
  }
  .shop-col-md-2-5 {
    width: 40%;
  }
  .shop-col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .shop-col-md-5-5 {
    width: 100%;
  }
}
/*Wide screen*/
@media only screen and (min-width: 1600px) {
  .shop-header-action-right .shop-search-location {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-container {
    max-width: 1610px;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
  .shop-header-action-right {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .shop-main-menu.shop-main-menu-padding-1 > nav > ul > li {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .shop-product-cart-wrap.shop-style-2 .shop-product-content-wrap {
    max-width: 94%;
  }
  .shop-hero-slider-1 .shop-single-hero-slider {
    height: 467px;
  }
  .shop-display-2 {
    font-size: 64px;
  }
  .shop-banner-img.shop-style-2 {
    height: 483px;
  }
  .shop-slider-nav-thumbnails button.shop-slick-arrow.shop-slick-prev {
    left: 10px;
  }
  .shop-slider-nav-thumbnails button.shop-slick-arrow.shop-slick-next {
    right: 10px;
  }
  .shop-zoomContainer {
    display: none;
  }
  .shop-detail-info h2 {
    font-size: 30px;
  }
  .shop-tab-style3 .shop-nav-item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .shop-header-style-1 .shop-main-categori-wrap {
    margin-right: 20px;
  }
  .shop-product-cart-wrap .shop-product-action-1 a.shop-action-btn {
    width: 34px;
    height: 34px;
    line-height: 40px;
    font-size: 13px;
  }
  .shop-banner-big h1 {
    font-size: 22px;
  }
  .shop-banner-big .shop-btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px;
    border: 0;
  }
  .shop-banner-img .shop-banner-text h4 {
    margin-top: 0px;
  }
  .shop-header-wrap .shop-header-right {
    overflow: hidden;
  }
  .shop-footer-link-cover {
    display: block;
  }
  .shop-footer-link-cover .shop-footer-link-widget {
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
  }
  .shop-footer-link-cover .shop-footer-link-widget:not(:last-child) {
    margin-right: 30px;
  }
  .shop-et,
  .shop-hotline,
  li.shop-hot-deals,
  .shop-header-action-2 .shop-header-action-icon-2 span.shop-lable {
    display: none;
  }
  .shop-main-menu.shop-main-menu-padding-1 > nav > ul > li {
    padding: 0 10px;
  }
  .shop-hero-slider-1 .shop-single-hero-slider {
    height: 350px;
  }
  .shop-hero-slider-1 .shop-single-hero-slider .shop-display-2 {
    font-size: 46px;
    margin-bottom: 25px;
  }
  .shop-hero-slider-1 .shop-single-hero-slider .shop-slider-content p {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .shop-banner-img .shop-banner-text h4 {
    min-height: 50px;
    font-size: 18px;
  }
  .shop-header-style-1 .shop-search-style-2 form {
    max-width: 450px;
  }
  .shop-header-action-2 .shop-header-action-icon-2:last-child {
    padding: 0 0 0 8px;
  }
  .shop-nav-tabs.shop-links .shop-nav-link {
    padding: 0 7px;
    font-size: 14px;
  }
  .shop-deals-countdown .shop-countdown-section {
    padding: 20px 2px 30px 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .shop-section-title.shop-style-1 {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .shop-product-list-small h6 {
    font-size: 14px;
  }
  .shop-product-list-small .shop-product-rate-cover {
    display: none;
  }
  .shop-section-title.shop-style-2 {
    display: block;
  }
  .shop-section-title.shop-style-2 h3 {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .shop-modal-open .shop-modal {
    padding-right: 0;
  }
  .shop-vendor-wrap.shop-style-2 {
    display: block;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .shop-banner-img.shop-style-4 .shop-banner-text h4 {
    font-size: 20px;
  }
  .shop-header-style-1.shop-header-style-5 .shop-header-bottom-bg-color {
    background-color: #fff;
  }
}
/*small phone*/
@media only screen and (max-width: 480px) {
  .shop-archive-header {
    padding: 30px;
  }
  .shop-mobile-promotion {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: #3BB77E;
    color: #fff;
  }
  .shop-loop-big h2.shop-post-title {
    font-size: 22px;
  }
  .shop-entry-meta.shop-meta-1 {
    justify-content: start;
  }
  .shop-single-header-meta .shop-single-share {
    display: none;
  }
  .shop-single-content blockquote {
    padding: 20px 30px;
    border-radius: 15px;
    margin: 20px auto;
    font-size: 16px;
    max-width: 100%;
  }
  .shop-single-content blockquote p {
    font-size: 16px;
    line-height: 22px;
  }
  .shop-hero-slider-1 .shop-single-hero-slider .shop-display-2 {
    font-size: 32px;
  }
  .shop-hero-slider-1 .shop-single-hero-slider .shop-slider-content p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .shop-hero-slider-1 .shop-single-hero-slider .shop-slider-content form {
    max-width: 310px;
  }
  .shop-hero-slider-1 .shop-single-hero-slider .shop-slider-content form button.shop-submit,
  .shop-hero-slider-1 .shop-single-hero-slider .shop-slider-content form button[type=submit] {
    padding: 12px 20px;
  }
  .shop-security-code {
    padding: 0 20px;
  }
  .shop-post-list .shop-post-thumb {
    max-width: unset;
    margin-right: 0;
  }
  .shop-entry-meta.shop-meta-2 a.shop-btn {
    display: inline-block;
    align-items: center;
    align-self: center;
  }
  .shop-entry-meta.shop-meta-2 .shop-font-xs {
    max-width: 150px;
    line-height: 1.3;
  }
  .shop-banner-bg h2 {
    font-size: 20px;
  }
  .shop-single-header .shop-single-header-meta,
  .shop-entry-bottom {
    display: block;
  }
  .carausel-6-columns,
  .carausel-4-columns {
    max-width: 375px;
    overflow: hidden;
  }
  .shop-hero-slider-1 {
    height: unset;
  }
  .shop-hero-slider-content-2 {
    text-align: center;
    padding-top: 20px;
  }
  .shop-hero-slider-content-2 p {
    width: 100%;
  }
  .shop-header-height-2 {
    min-height: 40px;
  }
  .shop-banner-left-icon,
  .shop-banner-img {
    margin-bottom: 15px;
  }
  .shop-header-action-2 .shop-header-action-icon-2:last-child {
    padding: 0;
  }
  .shop-popular-categories .shop-slider-btn.shop-slider-prev {
    right: 50px;
    left: unset;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-4 {
    margin-bottom: 1rem;
  }
  .mb-sm-5 {
    margin-bottom: 2rem;
  }
  .shop-heading-tab {
    display: block;
  }
  .shop-heading-tab h3.shop-section-title {
    margin-bottom: 15px;
  }
  .shop-nav.shop-right {
    justify-content: start;
  }
  .shop-hero-slider-1.shop-style-2 .shop-single-slider-img {
    display: none;
  }
  ul.shop-footer-list {
    margin-bottom: 30px;
  }
  .section-padding-60 {
    padding: 30px 0;
  }
  .pt-60,
  .pt-40 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .shop-hero-slider-1.shop-style-3 .shop-slider-1-height-3 {
    height: 220px;
  }
  .shop-hero-slider-1.shop-style-3 .shop-hero-slider-content-2 {
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }
  .shop-hero-slider-1.shop-style-3 .shop-hero-slider-content-2 h1 {
    font-size: 18px;
  }
  .shop-hero-slider-1.shop-style-3 .shop-hero-slider-content-2 h2 {
    font-size: 16px;
  }
  .shop-hero-slider-1.shop-style-3 .shop-hero-slider-content-2 h4 {
    font-size: 14px;
  }
  .shop-hero-slider-1.shop-style-3 .shop-hero-slider-content-2 p {
    font-size: 11px;
  }
  .shop-hero-slider-1.shop-style-3 .shop-hero-slider-content-2 a.shop-btn {
    display: none;
  }
  .shop-header-style-5 .shop-search-style-2 {
    display: none;
  }
  .shop-header-style-5 .shop-header-action-2 .shop-header-action-icon-2 > a {
    font-size: 18px;
  }
  .shop-header-style-5 .shop-sticky-bar.shop-stick.shop-sticky-white-bg {
    background-color: #fff;
    padding: 15px 0;
  }
  .shop-font-xxl {
    font-size: 28px;
  }
  .shop-w-50 {
    width: 100%;
  }
  .shop-product-list .shop-product-cart-wrap {
    display: block;
  }
  .shop-product-list .shop-product-cart-wrap .shop-product-img-action-wrap {
    max-width: 100%;
  }
  .shop-shop-product-fillter {
    display: block;
  }
  .shop-shop-product-fillter .shop-totall-product {
    margin-bottom: 15px;
  }
  .shop-table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .shop-table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .shop-table thead {
    display: none;
  }
  .shop-loop-grid.pr-30 {
    padding-right: 0;
  }
  .shop-loop-grid.shop-loop-list article {
    display: block;
  }
  .shop-d-sm-none {
    display: none;
  }
  .shop-banner-features {
    margin-bottom: 15px;
  }
  .shop-product-cart-wrap:not(:last-child),
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .shop-slick-track .shop-product-cart-wrap {
    margin-bottom: 0;
  }
  .shop-first-post .shop-meta-1 .shop-font-sm {
    display: none;
  }
  .shop-first-post .shop-btn.shop-btn-sm {
    display: none;
  }
  .shop-loop-grid .shop-entry-content {
    padding: 20px 20px 0 20px;
  }
  .shop-img-hover-slide {
    min-height: 232px;
  }
  .shop-comments-area .shop-thumb {
    min-width: 100px;
  }
  .shop-hero-slider-1 .shop-single-slider-img-1 {
    height: 300px;
  }
  .shop-featured .col-lg-2 {
    width: 50%;
  }
  .shop-nav-tabs .shop-nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }
  .shop-deal {
    background-position: left bottom;
  }
  .shop-deals-countdown .shop-countdown-section {
    padding: 20px 2px 30px 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .shop-banner-bg {
    padding: 30px;
  }
  .shop-product-list-small figure {
    margin-bottom: 20px;
  }
  .shop-product-list-small .shop-title-small {
    font-size: 16px;
    font-weight: 600;
  }
  .shop-newsletter .shop-des {
    display: none;
  }
  .shop-newsletter form {
    margin: 15px 0;
  }
   .col-lg-2.shop-col-md-3 {
    width: 50%;
  }
  .shop-download-app a img {
    width: 150px;
  }
  .shop-home-slider .shop-hero-slider-1.shop-style-2 .shop-hero-slider-content-2 {
    padding-left: 0;
    padding-top: 50px;
  }
  .shop-home-slider .shop-hero-slider-1.shop-style-2 .shop-hero-slider-content-2 h3 {
    line-height: 1.4;
  }
  .shop-hero-slider-1.shop-style-3.shop-dot-style-1.shop-dot-style-1-position-1 ul {
    bottom: 0;
  }
  .shop-single-content .shop-banner-text,
  .shop-banner-img.shop-banner-big .shop-banner-text {
    display: none;
  }
  .shop-comments-area {
    padding: 25px 0;
    margin-top: 0;
  }
  .shop-entry-bottom {
    margin-bottom: 0;
  }
  section.pt-150.pb-150 {
    padding: 50px 0;
  }
  .shop-product-detail .shop-single-share {
    margin-bottom: 20px;
  }
  .shop-product-detail .shop-tab-style3 .shop-nav-tabs li.shop-nav-item a {
    padding: 0.5rem;
    text-transform: none;
  }
  .shop-related-products .shop-product-cart-wrap {
    margin-bottom: 30px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .shop-section-title {
    display: block;
    margin-bottom: 15px;
  }
  .shop-section-title .shop-title {
    display: block;
  }
  .shop-section-title h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .shop-section-title .shop-show-all {
    display: none;
  }
  .shop-nav-tabs.shop-links .shop-nav-link {
    margin-bottom: 10px;
  }
  .shop-slider-arrow.shop-slider-arrow-2.flex-right {
    display: none;
  }
  .product-grid-4 .shop-product-cart-wrap {
    margin-bottom: 30px;
  }
  .shop-product-list-small figure.col-md-4 {
    width: 30%;
    float: left;
    margin: 0;
  }
  .shop-product-list-small .col-md-8 {
    float: left;
    max-width: 70%;
  }
  .shop-newsletter .shop-newsletter-inner {
    padding: 20px;
  }
  .shop-newsletter .shop-newsletter-inner h2 {
    font-size: 22px;
  }
  .shop-newsletter .shop-newsletter-inner button.shop-submit,
  .shop-newsletter .shop-newsletter-inner button[type=submit] {
    padding: 12px 20px;
  }
  .shop-footer-link-widget:not(:last-child) {
    margin-right: 0;
  }
  .shop-widget-about {
    margin-bottom: 30px;
  }
   .shop-font-md {
    font-size: 13px;
  }
  .shop-hero-slider-1 .shop-single-hero-slider.shop-rectangle .shop-slider-content {
    width: 100%;
  }
  .shop-product-info {
    border: 0;
    padding: 0;
  }
  .shop-product-info .shop-tab-style3 .shop-nav-tabs li.shop-nav-item a {
    padding: 11px 12px;
    font-size: 13px;
  }
  .shop-shopping-summery table tbody tr img {
    max-width: 180px;
    margin-right: 0;
  }
  .shop-toggle_info .shop-font-lg,
  .shop-toggle_info input,
  .shop-apply-coupon .shop-font-lg,
  .shop-apply-coupon input {
    font-size: 14px;
  }
  .shop-cart-totals.ml-30 {
    margin-left: 0;
    text-align: center;
  }
  .shop-order_table table .shop-w-160 {
    margin: 0 auto;
  }
  .shop-modal-open .shop-modal {
    padding-right: 0;
  }
  .shop-archive-header-3 {
    padding: 30px;
  }
  .shop-archive-header-3 .shop-archive-header-3-inner {
    display: block;
  }
}
/*phone landscape*/
@media only screen and (min-width: 480px) and (max-width: 667px) {
  .shop-header-height-2 {
    min-height: 40px;
  }
  .col-lg-4 .shop-banner-img {
    margin-bottom: 30px;
  }
  .shop-banner-features {
    margin-bottom: 30px;
  }
  .shop-modal-open .shop-modal {
    padding-right: 0;
  }
}
/*small phone*/
@media only screen and (max-width: 375px) {
  .shop-entry-meta .shop-hit-count,
  .shop-entry-meta.shop-meta-2 .shop-font-xs {
    display: none;
  }
  .shop-deal {
    padding: 30px;
  }
  .shop-custom-modal .shop-modal-dialog .shop-modal-content {
    padding: 0;
  }
  .shop-deal .shop-product-title {
    max-width: unset;
    font-size: 25px;
  }
  .shop-modal-open .shop-modal {
    padding-right: 0;
  }
  .shop-cart-action {
    flex-direction: column;
  }
  .shop-cart-action .shop-btn {
    width: 100%;
    margin-bottom: 15px;
  }
   .shop-section-title {
      text-align:center;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  .shop-deal .shop-product-title {
    max-width: 100%;
    font-size: 35px;
  }
  .shop-container{ width: 90%;}
   .shop-product-list-small figure.col-md-4 {
    width: 30%;
    float: left;
    margin: 0;
  }
  .shop-product-list-small .col-md-8 {
    float: left;
    max-width: 70%;
  }
}