@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Andika|Open+Sans:300,400,600,700&display=swap");
/* Icon Wobble Horizontal */
@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Andika|Open+Sans:300,400,600,700&display=swap");
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.nav-container {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.nav-container .main-menu {
  height: 100px;
  padding: 25px 0;
}

ul.nav.navbar-nav li {
  margin: 0 10px;
}

ul.nav.navbar-nav li a {
  font-family: "Andika", sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul.nav.navbar-nav li a:focus, ul.nav.navbar-nav li a:focus-within, ul.nav.navbar-nav li a:hover {
  background-color: transparent;
}

ul.nav.navbar-nav li.active a {
  color: #fff;
}

.nav-container.sub-pg-nav .main-menu ul.nav.navbar-nav li.sub-pg-link {
  margin: 0 10px;
}

.nav-container.sub-pg-nav .main-menu ul.nav.navbar-nav li.sub-pg-link.active a {
  color: #ff715d !important;
}

.nav-container.sub-pg-nav .main-menu ul.nav.navbar-nav li.sub-pg-link a {
  color: #333;
}

.nav-container.sub-pg-nav .main-menu ul.nav.navbar-nav li.sub-pg-link a:hover {
  color: #ff715d;
}

.nav-container.sub-pg-nav .main-menu ul.nav.navbar-nav li.sub-pg-link a:focus, .nav-container.sub-pg-nav .main-menu ul.nav.navbar-nav li.sub-pg-link a:focus-within, .nav-container.sub-pg-nav .main-menu ul.nav.navbar-nav li.sub-pg-link a:hover {
  background-color: transparent;
  color: #ff715d !important;
}

.main-menu ul.nav.navbar-nav li.sub-pg-link ul.dropdown-menu li.active a {
  color: #ff715d;
}

.main-menu ul.nav > li > a:focus,
.main-menu ul.nav > li > a:hover {
  background-color: transparent !important;
}

.nav .open > a {
  background-color: transparent;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
}

.main-menu ul.nav.navbar-nav li.dropdown .dropdown-menu {
  background-color: #fff;
  width: 250px;
  border: none;
  right: auto !important;
}

.main-menu ul.nav.navbar-nav li.dropdown .dropdown-menu a {
  padding: 10px;
  color: #333;
}

.search-bar {
  padding-top: 5px;
}

.search-bar .input-group {
  width: 255px;
}

.search-bar .input-group input {
  font-family: "Andika", sans-serif;
  border-radius: 50px !important;
  background-color: #51b8d0;
  height: 40px;
  padding-left: 25px;
  color: #fff !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

.search-bar .input-group ::-webkit-input-placeholder {
  color: #fff;
}

.search-bar .input-group :-ms-input-placeholder {
  color: #fff;
}

.search-bar .input-group ::-ms-input-placeholder {
  color: #fff;
}

.search-bar .input-group ::placeholder {
  color: #fff;
}

.search-bar .input-group span.input-group-btn {
  position: absolute;
  right: 40px;
  padding-top: 4px;
  z-index: 5;
  color: #fff;
}

.search-bar .input-group span.input-group-btn button {
  background-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.search-bar .input-group span.input-group-btn button:hover {
  color: #5399ad;
}

.search-bar .input-group span.input-group-btn button.btn:active, .search-bar .input-group span.input-group-btn button.btn:focus, .search-bar .input-group span.input-group-btn button.btn:focus-within {
  outline: none !important;
  outline-offset: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.shoppingbag {
  width: 42px;
}

.shoppingbag img {
  width: 100%;
}

.shoppingbag a.btn {
  padding: 0;
}

header#mm-bg {
  background-image: url(/imgs/home_banner.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.title-container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.title-container .home-title-wrapper {
  position: absolute;
  top: 54%;
  padding-left: 240px;
  width: 100%;
}

.title-container .home-title-wrapper .home-title {
  font-family: "Amatic SC", sans-serif;
  font-weight: bold;
  text-align: center;
}

.title-container .home-title-wrapper .home-title h1 {
  font-weight: bold;
  color: #fff;
  font-size: 80px;
  letter-spacing: -1px;
}

.title-container .home-title-wrapper .home-title p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

.banner-img {
  position: absolute;
  bottom: -100px;
  left: -170px;
  width: 55%;
}

.banner-img img {
  width: 100%;
}

.home-cta-btn .btn {
  height: 50px;
  width: 250px;
  font-family: "Andika";
  font-size: 18px;
  font-weight: 500;
  color: #5399ad;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  margin-top: 30px;
}

.home-cta-btn .btn span {
  margin-left: 10px;
}

.home-cta-btn .btn span i {
  vertical-align: middle;
}

.home-cta-btn .btn:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.sec-pg {
  padding: 100px 0;
}

.sec-pg.no-pt {
  padding-top: 0;
}

.sec-title {
  text-align: center;
  font-family: "Amatic SC", sans-serif;
  font-weight: 300;
}

.sec-title h1 {
  font-size: 60px;
  font-weight: 700;
  color: #51b8d0;
  margin-top: 0;
}

.sec-title h1 span {
  color: #ff715d;
}

.cat-view {
  height: 550px;
}

.cat-view .cat-name {
  height: 100%;
  position: relative;
}

.cat-view .cat-name .cat-img-wrapper {
  position: absolute;
  bottom: 85px;
}

.cat-view .cat-name .cat-img-wrapper .cat-img {
  width: 100%;
  text-align: center;
}

.cat-view .cat-name .cat-img-wrapper .cat-img img {
  width: 100%;
}

.cat-view .cat-name h2 {
  position: absolute;
  bottom: 40px;
  right: 10px;
  font-family: "Amatic SC", sans-serif;
  color: #fff;
  font-size: 40px;
}

.cat-view .cat-name:hover .cat-img img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.cat-view.cv2.cv2-combi .cat-name:hover .cat-img-wrapper .cat-img img {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}

.cat-view a:focus {
  outline: none;
  outline-offset: 0;
}

.shopbycat {
  margin-top: 40px;
}

.hm.pr-details-wrapper {
  bottom: 0;
}

.cat-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.cat-bg img {
  width: 100%;
}

div#raincoats,
div#splashpants,
div#gumboots,
div#umbrellas {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

div#raincoats {
  background-image: url("/imgs/cat-color-bg.png");
}

div#splashpants {
  background-image: url("/imgs/cat-color-bg2.png");
}

div#gumboots {
  background-image: url("/imgs/cat-color-bg3.png");
}

div#umbrellas {
  background-image: url("/imgs/cat-color-bg4.png");
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: #51b8d0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.item-desc:focus,
.item-desc:focus-within,
.item-img:focus,
.item-img:focus-within,
.slick-slide:focus,
.slick-slide:focus-within {
  outline: none !important;
}

.slick-slide img:focus,
.slick-slide img:focus-within {
  outline: none;
}

.cta-box {
  height: 350px;
  border-radius: 10px;
  padding: 30px;
  font-family: "Amatic SC", sans-serif;
  position: relative;
}

.cta-box .cta-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cta-box .cta-wrapper h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ba2e83;
  letter-spacing: 1px;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 4px 2px 2px white;
}

.cta-box .cta-wrapper h2 span {
  color: #ff715d;
  font-size: 50px;
}

.cta-desc {
  position: absolute;
  bottom: 12%;
  left: 5%;
}

.cta-desc a.btn {
  font-family: "Andika", sans-serif;
  width: 175px;
  height: 35px;
  font-weight: 700;
  background-color: #fff;
  color: #ba2e83;
  border-radius: 50px;
}

.cta-desc a.btn:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.cta-desc a.btn span {
  margin-left: 10px;
}

#cta-box1 {
  background-image: url("/imgs/cta-box-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

#cta-box2 {
  background-image: url("/imgs/cta-box-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 0;
}

#cta-box2 .cta-wrapper {
  bottom: 30px;
  right: 50px;
}

#cta-box2 .cta-wrapper .cta-desc {
  left: 0;
  text-align: right;
  width: 100%;
  padding-right: 30px;
}

#cta-box2 .cta-wrapper .cta-desc h2 {
  margin-bottom: 0;
}

#cta-box2 .cta-wrapper .cta-desc h2 span {
  margin: 0;
}

#cta-box2 .cta-wrapper .cta-desc h2 span:last-child {
  color: #ff715d;
}

#pop-items {
  background-image: url("/imgs/sec-bg.jpg");
  background-size: cover;
}

#pop-items .sec-container {
  margin-top: 50px;
}

.sec-title p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

#desktoppopitems .item-container a {
  text-decoration: none;
}

.item-container {
  min-height: 368px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #eee;
}

.item-container a {
  color: #000;
}

.item-container a:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

.item-container .top-icons .gender-icon {
  font-family: "Amatic SC", sans-serif;
  width: 50px;
  height: 50px;
  background-color: #ba2e83;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  border-radius: 50px;
}

.item-container .top-icons .gender-icon p {
  font-size: 16px;
  font-weight: 700;
}

.item-container .top-icons .gender-icon.uni {
  background-color: #ff715d !important;
}

.item-container .top-icons .gender-icon.cat-icon {
  background-color: #51b8d0 !important;
}

.item-container .top-icons .shopbag .btn {
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 10px;
}

.item-container .top-icons .shopbag .btn:hover {
  background-color: #eee;
}

.item-container .item-name-price p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.item-container .item-name-price p:first-child {
  margin-bottom: 0;
}

.item-container .item-name-price p:last-child {
  color: #51b8d0;
  font-weight: 600;
}

.item-container .item-name-price.sm-text p:first-child {
  font-size: 14px;
}

.item-container .item-desc {
  text-align: center;
}

.item-container .item-desc .item-img img {
  width: 100%;
}

.features-box {
  text-align: center;
}

.features-box .feature-icon {
  width: 100%;
  margin: 30px 0;
}

.features-box .feature-icon img {
  width: 20%;
}

.features-box .feature-heading {
  font-family: "Andika", sans-serif;
}

.features-box p {
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 36px;
}

.features-box p:last-child {
  font-weight: normal;
  line-height: 36px;
  font-weight: 300;
}

footer.sec-pg {
  border-top: 1px solid #eee;
}

.copyright {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  padding: 38px 0;
  background: #5399ad;
}

.copyright p {
  margin-bottom: 0;
  font-size: 16px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo a {
  text-decoration: none;
}

.footer-logo p {
  font-family: "Amatic SC", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #51b8d0;
}

.footer-links {
  text-align: center;
}

.footer-links .ul-list {
  width: 56%;
  margin: 0 auto;
}

.footer-links .ul-list ul {
  padding-left: 0;
}

.footer-links .ul-list ul li {
  list-style: none;
  padding: 0 40px;
  border-right: 1px solid #51b8d0;
}

.footer-links .ul-list ul li:last-child {
  border-right: none;
}

.footer-links .ul-list ul li a {
  color: #51b8d0;
  font-size: 15px;
  font-weight: 300;
  font-family: "Open Sans";
  text-decoration: none;
}

.mm {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.mm .mm-link {
  width: 100px;
  margin: 0 auto;
}

.mm .mm-link a img {
  width: 100%;
  padding-right: 10px;
}

.mm .mm-pay {
  text-align: center;
  line-height: 25px;
}

.mm .mm-pay p {
  font-weight: 300;
}

.mm .mm-pay p a {
  text-decoration: none;
  color: #ff715d;
}

.mm p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

#contactModal.modal {
  top: 30%;
}

#contactModal.modal .modal-dialog .modal-header {
  border-bottom: none;
}

#contactModal.modal .modal-dialog .modal-header span i {
  font-size: 30px;
  color: #ff715d;
}

#contactModal.modal .modal-dialog .modal-content {
  background-color: #eee;
  padding: 30px;
}

#contactModal.modal .modal-dialog .modal-footer {
  padding: 20px 15px 0 15px;
}

.modal-body p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.modal-footer a.btn {
  background-color: #51b8d0;
  color: #fff;
}

.nav-container.sub-pg-nav {
  position: inherit;
}

.main-menu ul.nav.navbar-nav .sub-pg-link a {
  color: #000;
}

.main-menu ul.nav.navbar-nav .sub-pg-link.active {
  color: #51b8d0;
}

.main-menu ul.nav.navbar-nav .sub-pg-link ul.dropdown-menu {
  background-color: #fff;
}

.sub-pg-link .search-bar .input-group input {
  background-color: #f3f3f3;
  color: #b4b4b4 !important;
}

.sub-pg-link .search-bar .input-group .input-group-btn button i {
  color: #51b8d0;
}

.sub-pg-link .search-bar ::-webkit-input-placeholder {
  color: #b4b4b4;
}

.sub-pg-link .search-bar :-ms-input-placeholder {
  color: #b4b4b4;
}

.sub-pg-link .search-bar ::-ms-input-placeholder {
  color: #b4b4b4;
}

.sub-pg-link .search-bar ::placeholder {
  color: #b4b4b4;
}

header.pg-banner {
  height: 200px;
  background: url("/imgs/line_bg.png") no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}

header.pg-banner .pg-title {
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

header.pg-banner .pg-title h2 {
  font-size: 60px;
  font-weight: bold;
}

header.pg-banner .pg-title ol.breadcrumb {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: transparent;
}

header.pg-banner .pg-title ol.breadcrumb li a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.pg-banner .pg-title ol.breadcrumb li a i {
  margin-right: 10px;
}

header.pg-banner .pg-title ol.breadcrumb li a:hover {
  color: #ff715d !important;
}

header.pg-banner .pg-title ol.breadcrumb li.active {
  color: #fff !important;
}

.polygon-clip .polygon-clip-img-wrap img {
  width: 100%;
}

.polygon-clip .poly-img-wrapper {
  position: relative;
  top: -155px;
}

.polygon-clip-trapezoid-isosceles {
  -webkit-clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
}

.polygon-clip-trapezoid-isosceles2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}

#abt-img1 {
  background: url("/imgs/abt-box-bg.jpg") no-repeat;
  background-size: 100%;
  height: 500px;
}

#abt-img2 {
  background: url("/imgs/abt-box-bg2.jpg") no-repeat;
  background-size: 100%;
  height: 500px;
  background-position: bottom;
}

.about-desc {
  padding: 40px 0;
}

.about-desc p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 36px;
  margin-top: 30px;
  font-weight: 300;
}

.prod-desc .sec-title.sub-title-text h1 {
  text-align: left;
}

.contact-form-container .details-form {
  margin-top: 30px;
  padding: 0 20%;
}

.contact-form-container .sec-title.contact-sec-title {
  margin-bottom: 50px;
}

.contact-form-container .sec-title.contact-sec-title h1 {
  margin-bottom: 30px;
}

.details-form form .form-group {
  position: relative;
  margin-bottom: 40px;
}

.details-form form .form-group input,
.details-form form .form-group select {
  height: 50px;
  border-radius: 8px;
  font-size: 16px;
  padding-left: 30px;
}

.details-form form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.details-form form .form-group select::after {
  content: '\f107';
  font-family: 'Font Awesome Free 5';
  font-size: 14px;
  color: #000;
}

.details-form form .form-group label {
  position: absolute;
  top: -11px;
  left: 25px;
  background-color: #fff;
  padding: 0 10px;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 14px;
}

.details-form form .form-group label span {
  color: #ff715d;
}

.details-form form .form-group textarea {
  width: 100%;
  border-radius: 8px;
  padding: 12px 30px;
  border: 1px solid #ccc;
}

.submit-btn.home-cta-btn {
  text-align: center;
}

.submit-btn.home-cta-btn .btn {
  background-color: #ff715d !important;
  font-size: 16px;
  color: #fff;
  font-family: 'Open Sans';
  position: relative;
}

.submit-btn.home-cta-btn .btn span {
  position: absolute;
  right: 20px;
  top: 11px;
}

.sel-pc::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  color: #333;
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 1;
}

.prod-img .prod-img-box {
  position: absolute;
  top: -60px;
  width: 90%;
}

.prod-img img {
  width: 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.prod-combi .sec-title.sub-title-text h1 {
  text-align: center;
}

.prod-item.splash-pants-item {
  margin: 0 auto;
}

.prod-slider {
  margin-top: 100px;
  padding: 0 30px;
}

.prod-slider a {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}

.popitems-slider {
  padding: 0 30px;
}

.popitems-slider a {
  text-decoration: none;
}

.shopbag .btn span img {
  width: 30px;
}

.prod-name-price h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.prod-name-price p {
  font-family: 'Andika', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #51b8d0;
}

.pay-opt {
  margin: 20px 0 50px 0;
}

.pay-opt a {
  font-family: 'Andika', sans-serif;
  font-size: 12px !important;
  color: #000;
  text-decoration: none;
  border: 1px solid #eee;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pay-opt a img {
  width: 90px;
  margin-left: 5px;
}

.pay-opt a:hover {
  background-color: #eee;
}

.prod-specs {
  min-height: 180px;
  font-family: 'Andika', sans-serif;
}

.prod-specs .nav.nav-tabs {
  border-bottom: none;
}

.prod-specs .nav.nav-tabs li:first-child {
  border-right: 2px solid #585858;
}

.prod-specs .nav.nav-tabs li:first-child a {
  padding-left: 0 !important;
}

.prod-specs .nav-tabs > li > a {
  border: none;
  padding: 0 15px;
  color: #000;
  font-weight: 600;
}

.prod-specs .nav-tabs > li.active > a,
.prod-specs .nav-tabs > li.active > a:focus,
.prod-specs .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: none;
  color: #ff715d;
}

.prod-specs .nav > li > a:focus, .prod-specs .nav > li > a:hover {
  background-color: transparent;
  color: #000;
}

.prod-specs .tab-content {
  border-top: 1px solid #eee;
  margin: 20px 0 30px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.prod-specs .tab-content .tab-pane p {
  margin: 10px 0 20px;
  line-height: 30px;
  font-weight: 300;
}

.prod-specs .tab-content .tab-pane .specs {
  margin: 10px 0 20px;
}

.prod-view .item-container {
  margin-right: 15px;
}

.top-icons .gender-icon.gi-x2 {
  width: 70px;
  height: 70px;
}

.top-icons .gender-icon.gi-x2 p {
  font-size: 28px;
}

.prod-size .btn-group .btn {
  border-radius: 0;
  padding: 10px 12px;
  text-align: center;
}

.prod-size .btn-group .btn.active, .prod-size .btn-group .btn:active {
  background-color: #51b8d0;
}

.prod-size .btn-group .btn:first-child {
  padding: 2px;
}

.prod-size .btn-group label {
  font-family: 'Andika', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  margin: 0 14px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.prod-size .btn-group label:hover {
  background-color: #51b8d0;
  color: #fff;
}

.prod-details .pd {
  padding-left: 15px;
  margin: 30px 0;
}

.prod-quantity {
  margin-top: 30px;
}

.prod-quantity .counter-grp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.prod-quantity .counter-grp .item-counter {
  border: 1px solid #eee;
  margin-top: 2px;
  height: 45px;
  padding: 5px;
  width: 135px;
}

.sel-sizes select {
  -webkit-appearance: none;
  height: 45px;
  width: 135px;
  font-weight: bold;
  color: #333;
  border-radius: 0;
  border-color: #eee;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.dwn {
  position: absolute;
  top: 10px;
  right: 20%;
  font-size: 20px;
}

.submit-btn.home-cta-btn.addtocart .btn {
  font-family: 'Andika',sans-serif;
  width: 250px;
  height: 50px;
  border-radius: 50px;
  background-color: #51b8d0 !important;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-top: 0;
}

.submit-btn.home-cta-btn.addtocart .btn img {
  width: 30px;
}

.opt-lbl {
  padding-left: 0 !important;
}

.opt-lbl label {
  padding-top: 10px !important;
  color: #ff715d;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover {
  background-color: transparent;
  border-color: transparent;
}

.counter {
  width: 45px;
  border-radius: 0px !important;
  text-align: center;
  border: none;
  font-weight: 600;
}

.up_count, .down_count {
  background-color: transparent;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0;
}

.up_count {
  margin-left: -4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.down_count {
  margin-right: -4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cat-name.cat-combi .cat-img-wrapper {
  height: 100%;
}

.cat-name.cat-combi .cat-img-wrapper .cat-img {
  width: 90%;
}

.pr-details-wrapper {
  text-decoration: none;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.pr-details-wrapper .combi-details {
  padding-right: 10px;
  text-align: right;
  color: #fff;
}

.pr-details-wrapper .combi-details h3 {
  font-family: 'Andika', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.pr-details-wrapper .combi-details h2 {
  margin-top: 0;
  position: initial;
}

.pr-details-wrapper .combi-details span {
  color: #fff;
}

.plus {
  text-align: center;
  height: 400px;
}

.plus .plus-box {
  position: absolute;
  top: 50%;
  left: 38%;
}

.plus .plus-box span i {
  font-size: 30px;
}

.cat-view.cv2.cv2-combi::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  color: #333;
  position: absolute;
  top: 50%;
  right: -60px;
  font-weight: 900;
}

#umbrellas.cat-view.cv2.cv2-combi::after {
  content: '';
}

.details-col .details-form {
  margin-bottom: 30px;
}

.details-col .details-form p {
  font-family: 'Andika', sans-serif;
  margin-bottom: 40px;
  color: #ff715d;
  font-size: 18px;
  font-weight: bold;
}

.details-col .details-form .payment-details {
  width: 30%;
}

.details-col .details-form .payment-details img {
  width: 100%;
}

.order-container .order-img img {
  width: 100%;
}

.order-container .order-details p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #222;
  font-weight: normal;
  margin-bottom: 0;
}

.order-container .order-details p:first-child {
  text-transform: uppercase;
}

.details-form.order-sum {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 15px;
}

.details-form.order-sum .order-container {
  margin: 20px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.order-computation table tbody tr td {
  border: none;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: 0;
  background-color: #fff;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 30px;
  /* Place content 60px from the top */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mm-bg {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.menu-header.main-menu {
  padding: 25px;
}

.side-menu-header {
  margin-bottom: 40px;
}

.side-menu-header .search-bar .input-group {
  margin: 0 auto;
  width: 85%;
}

.sidenav .menu-links ul li.active a {
  color: #ff715d;
}

.menu-links ul {
  padding: 0;
  margin: 20px 0;
}

.menu-links ul li {
  width: 100%;
  border-top: 1px solid #eee;
}

.menu-links ul li:first-child {
  border-top: none;
}

.menu-links ul li a {
  font-family: 'Andika', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding: 20px 30px;
}

.menu-links ul li.dropdown ul.dropdown-menu li {
  margin: 0;
}

.menu-links ul li.dropdown ul.dropdown-menu li a {
  padding: 10px 20px;
}

.sidenav ul.dropdown-menu {
  padding-left: 30px;
  position: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.sidenav ul.dropdown-menu li {
  margin: 10px 0;
  border-top: none;
}

.side-nav-shop.sel-pc::before {
  top: 20px !important;
}

.sel-pc.side-nav-shop.open::before {
  display: none;
}

.sel-pc.side-nav-shop.open::after {
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  color: #333;
  font-weight: 900;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.open-nav span i {
  font-size: 30px;
  color: #fff;
  padding: 12px 10px;
}

.burger-menu {
  margin: 4px 6px;
  cursor: pointer;
}

.burger-menu .bar {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 8px 0;
}

.burger-menu.burger-menu-bl .bar {
  background-color: #51b8d0;
}

@media screen and (min-width: 2560px) {
  .banner-img {
    bottom: 27px;
    left: -220px;
  }
}

@media (width: 1536px) {
  .banner-img {
    left: -90px;
    width: 48%;
  }
}

@media screen and (min-width: 1366px) {
  .cat-view {
    height: 550px !important;
  }
}

@media screen and (max-width: 1440px) {
  .banner-img {
    left: 0;
    width: 40%;
    bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .title-container .home-title-wrapper {
    left: 30%;
    width: auto;
  }
  .sizes-btn {
    display: none !important;
  }
  .select-size {
    display: block !important;
  }
  .submit-btn.home-cta-btn {
    text-align: left !important;
    margin: 30px 0 0 0 !important;
    padding-left: 0 !important;
  }
  .sel-sizes::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #333;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: -15px;
  }
  .details-form .submit-btn.home-cta-btn {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .submit-btn.home-cta-btn {
    margin: 0 0 0 0 !important;
    padding-left: 0 !important;
  }
  .sel-sizes::after {
    right: 8px !important;
  }
}

@media screen and (max-width: 1199px) {
  .footer-links .ul-list ul li {
    border-right: none;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cta-desc {
    margin-top: 0 !important;
  }
  .title-container .home-title-wrapper {
    padding-left: 0;
  }
  .cat-view.cv2.cv2-combi {
    height: 400px;
  }
  .item-container {
    min-height: 340px;
    margin: 20px 0;
  }
  .submit-btn.home-cta-btn {
    text-align: left;
    margin: 30px 0 0 0;
    padding-left: 0;
  }
  .sel-sizes::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #333;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: -15px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 0;
    z-index: 1;
  }
}

@media only screen and (max-width: 992px) {
  .sizes-btn {
    display: none !important;
  }
  .select-size {
    display: block !important;
  }
  .cat-view {
    height: 750px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .prod-img {
    min-height: 800px;
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  .cta-box {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 740px) and (max-width: 812px) {
  .banner-img {
    display: none;
  }
  .title-container .home-title-wrapper {
    top: 26%;
    left: 0;
    width: 100%;
  }
  .polygon-clip .poly-img-wrapper {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-pg {
    padding: 50px 0;
  }
  footer.sec-pg {
    padding: 50px 0 !important;
  }
  .container {
    width: 100%;
  }
  .cat-view {
    height: 650px;
    margin: 30px 20px;
  }
  .title-container .home-title-wrapper {
    left: 0;
    width: 100%;
  }
  .banner-img {
    display: none;
  }
  .cta-desc {
    width: 45%;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 10px !important;
  }
  .slick-prev,
  .slick-next {
    z-index: 5;
  }
  .slick-prev::before,
  .slick-next::before {
    font-size: 35px;
  }
  .polygon-clip .poly-img-wrapper {
    top: 0;
  }
  .about-desc p {
    line-height: 35px;
  }
  .prod-img .prod-img-box {
    position: inherit;
    width: 50%;
    margin: 0 auto;
  }
  .about-desc {
    padding-top: 0;
  }
  .cat-view.cv2 {
    height: 355px;
  }
  .plus.sec-plus-box {
    height: 400px;
  }
  .plus.sec-plus-box .plus-box {
    left: 0;
  }
  .submit-btn.home-cta-btn {
    margin-left: 0;
    margin-top: 50px;
    text-align: left;
  }
  .cat-view.cv2.cv2-combi::after {
    right: -15px;
  }
  .mm {
    width: 100% !important;
  }
  .contact-form-container .details-form {
    padding: 0 5%;
  }
  .sel-sizes::after {
    right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .prod-img .prod-img-box {
    width: 100%;
  }
  .plus {
    height: 20px;
  }
  #desktoppopitems .shopbycat div:last-child .cat-view {
    width: 45%;
    margin: 50px auto;
  }
  .submit-btn.home-cta-btn.addtocart {
    margin: 30px 0;
    width: 100%;
    padding: 0;
  }
  .submit-btn.home-cta-btn.addtocart .btn {
    width: 100%;
  }
  .cat-view.cv2.cv2-combi {
    height: 600px !important;
  }
  .cat-view.cv2.cv2-combi::after {
    right: 50%;
    top: 100% !important;
  }
  #gumboots.cat-view.cv2.cv2-combi {
    margin-top: -65px;
  }
  .top-icons .gender-icon.gi-x2 {
    width: 50px;
    height: 50px;
  }
  .top-icons .gender-icon.gi-x2 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .item-container .top-icons .gender-icons.gi-x2 {
    width: 65px;
    height: 65px;
  }
  .item-container .top-icons .gender-icons.gi-x2 p {
    font-size: 25px;
  }
  .title-container .home-title-wrapper {
    top: 54%;
  }
}

@media only screen and (width: 740px) {
  .title-container .home-title-wrapper {
    top: 32%;
  }
  .cat-view {
    height: 550px !important;
  }
  .title-container .home-title-wrapper .home-title h1 {
    font-size: 55px !important;
  }
}

@media only screen and (width: 670px) {
  .title-container .home-title-wrapper {
    top: 20%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 670px) {
  .col-xs-12 {
    width: 33.333%;
  }
  .cat-view.cv2.cv2-combi {
    height: 300px !important;
  }
  #gumboots.cat-view.cv2.cv2-combi {
    margin-top: 0;
  }
  .cat-view.cv2.cv2-combi::after {
    top: 50% !important;
    right: -15px;
  }
}

@media only screen and (max-width: 600px) {
  .cat-view {
    max-height: 90vh;
  }
}

@media screen and (max-width: 425px) {
  header#mm-bg {
    background-position: 76% 0;
  }
  .title-container .home-title-wrapper {
    top: 40% !important;
  }
  .plus .plus-box {
    left: 50%;
  }
  .cat-view.cv2 {
    height: 600px;
  }
  .cta-desc {
    width: 80%;
  }
  #cta-box2 .cta-wrapper .cta-desc {
    text-align: left;
    left: 5%;
  }
  #raincoats.cat-view.cv2.cv2-combi::after {
    top: 106%;
  }
  .sel-sizes::after {
    right: 55px !important;
  }
  .home-cta-btn .btn {
    width: 100%;
  }
  .cat-view {
    max-height: 650px !important;
  }
  .popitems-slider.slick-slider {
    right: 0 !important;
  }
}

@media screen and (min-width: 414px) {
  .title-container .home-title-wrapper .home-title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 414px) {
  .cat-view.cv2 {
    height: 600px !important;
  }
  .sel-sizes::after {
    right: 55px !important;
  }
}

@media screen and (max-width: 375px) {
  .cta-desc {
    padding: 0;
  }
  .cat-view {
    max-height: 550px !important;
  }
  .sel-sizes::after {
    right: 32px !important;
  }
}

@media screen and (min-width: 360px) {
  .title-container .home-title-wrapper .home-title h1 {
    font-size: 75px !important;
  }
  .cta-desc {
    padding: 0;
  }
}

@media screen and (max-width: 360px) {
  .title-container .home-title-wrapper {
    top: 35% !important;
  }
  .sel-sizes::after {
    right: 25px !important;
  }
}

@media screen and (max-width: 320px) {
  .title-container .home-title-wrapper .home-title h1 {
    font-size: 60px;
  }
}
/*# sourceMappingURL=main.css.map */