/*===========================
    1.COMMON css 
===========================*/

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
	}

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333;
  margin: 0px; }

h1 {
  font-size: 92px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*@inlude*/@include user-select(none);
  border: 1px solid #2990E6;
  padding: 0 35px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #2990E6; }
  @media (max-width: 767px) {
    .main-btn {
      font-size: 14px;
      padding: 0 25px;
      line-height: 43px; } }
  .main-btn i {
    font-size: 12px;
    margin-left: 5px; }
  .main-btn:hover {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
    .main-btn.main-btn-2:hover {
      background-color: #2990E6;
      border-color: #2990E6;
      color: #fff; }
	  
	  
.disabled-btn {
	    background-color: #959595;
		    color: #fff;
    border-color: #959595;
}
  .disabled-btn:hover {
    background-color: #CDCDCD;
    color: #777;
    border-color: #777; }
/*===== Alternative Button Style =====*/  
.alt-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*@inlude*/@include user-select(none);
  border: 1px solid #2990E6;
  padding: 0 35px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #0f156d; }
  @media (max-width: 767px) {
    .alt-btn {
      font-size: 14px;
      padding: 0 25px;
      line-height: 43px; } }
  .alt-btn i {
    font-size: 12px;
    margin-left: 5px; }
  .alt-btn:hover {
    background-color: #234459;
    color: #ff8603;
    border-color: #ff8603; }
  .alt-btn.alt-btn-2 {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
    .alt-btn.alt-btn-2:hover {
      background-color: #2990E6;
      border-color: #2990E6;
      color: #fff; }


	
.shp-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*@inlude*/@include user-select(none);
  border: 1px solid #fa5330;
  padding: 0 35px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fa5330;
 }
  @media (max-width: 767px) {
    .shp-btn {
      font-size: 14px;
      padding: 0 25px;
      line-height: 43px; } }
  .shp-btn i {
    font-size: 12px;
    margin-left: 5px; }
	
  .shp-btn:hover {
    background-color: #fff;
    color: #fa5330;
    border-color: #fa5330;
	}
  
  .shp-btn.shp-btn-2 {
    background-color: #fff;
    color: #fa5330;
    border-color: #fa5330; }
    .shp-btn.shp-btn-2:hover {
      background-color: #fa5330;
      border-color: #fa5330;
      color: #fff; }
	  
	  
.shp-btn:hover svg {fill:#fa5330;}
.shp-btn svg {fill:#fff;}





.mini-btn {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  height: 50px;
  white-space: nowrap;
  vertical-align: middle;
  /*@inlude*/@include user-select(none);
  border: 1px solid #2990E6;
  padding: 0 24px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #2990E6;}
  @media (max-width: 767px) {
    .mini-btn {
      font-size: 14px;
      padding: 0 24px;
      line-height: 28px; } }
  .mini-btn i {
    font-size: 12px;
    margin-left: 5px; }
  .mini-btn:hover {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
  .mini-btn.mini-btn-2 {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
    .mini-btn.mini-btn-2:hover {
      background-color: #2990E6;
      border-color: #2990E6;
      color: #fff; }
/*=====End Alternative Button Style =====*/


/*===== All Section Title Style =====*/
.section-title h5 {
  position: relative;
  font-size: 18px;
  color: #2990E6;
  font-weight: 500;
  padding-left: 110px; }/*
  .section-title h5::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2990E6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }*/ /* di ko alam bakit meron neto */
.section-title .title {
  font-size: 32px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 26px; } }

/* and preloader CSS Keyframe Animation */

/*===========================
    2.HEADER css 
===========================*/
.header-area {
  padding: 30px 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9; } /*dating 9 */
  .header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    -moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    z-index: 9;/*dating 999 */
    padding: 10px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .header-area .navbar {
    padding: 0; }
    .header-area .navbar .navbar-brand {
      padding-bottom: 10px; }
	  
	.header-area .navbar .cartBtn {
	/*display:none;*/		
			margin-left: 30px;
		} 
	@media (max-width: 991px) {
	.header-area .navbar .cartBtn {
		display:block;
		position: absolute;
		top: 20px;
		right: 70px;
		font-size: 20px;
		z-index: 10;
    margin-left: 0px;
	}
	
	.header-area .navbar .cartBtn i {
		font-size: 20px;
	}
  .header-area .navbar .cartBtn:active {
    top: 21px;
	}
	}
	  
    .header-area .navbar .navbar-toggler .bar-icon {
      width: 30px;
      height: 2px;
      margin: 5px 0;
      background-color: #333;
      display: block;
      position: relative;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(1) {
      top: 7px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(2) {
      opacity: 0; }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(3) {
      top: -7px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0; /* modified from left 0 */
        width: 55%; /* modified 100% before*/
        background-color: rgba(255,255,255,0.94); /*#fff;*/
        z-index: 999;
        padding: 10px;
		border-radius: 0 0 0 15px;  } }
    @media (max-width: 767px) {
      .header-area .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0; /* modified from left 0 */
        width: 70%; /* modified 100% before*/
        background-color: rgba(255,255,255,0.94); /*#fff;*/
        z-index: 999;
        padding: 10px;
		border-radius: 0 0 0 15px; } }
    .header-area .navbar .navbar-nav .nav-item {
      margin-left: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .navbar .navbar-nav .nav-item {
			text-align: right; /* added*/
          margin: 5px 20px; }
	.header-area .navbar .navbar-nav .nav-item a {
						font-size: 22px !important;
	  }
		  }
      @media (max-width: 767px) {
        .header-area .navbar .navbar-nav .nav-item {
			text-align: right; /* added */
          margin: 5px 20px; }
		      .header-area .navbar .navbar-nav .nav-item a {
						font-size: 22px !important;
	  }
		  }
	@media (max-width: 991px) {
		#cartBtnin {
			display:none;
	}}
      .header-area .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        font-weight: 600;
        color: #777;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
      .header-area .navbar .navbar-nav .nav-item.active a, .header-area .navbar .navbar-nav .nav-item:hover a {
        color: #2990E6; }

/*===========================
    3.SLIDER css 
===========================*/
.slider-active .slick-dots {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  @media only screen and (min-width: 1400px) {
    .slider-active .slick-dots {
      left: 30px; } }
  .slider-active .slick-dots li {
    line-height: 0;
    margin: 15px 0; }
    .slider-active .slick-dots li button {
      width: 10px;
      height: 10px;
      font-size: 0;
      border: 0;
      background-color: #fbb0a5;
      border-radius: 50%;
      cursor: pointer; }
  .slider-active .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    background-color: #2990E6; }

.single-slider {
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .single-slider {
      padding: 0 100px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .single-slider {
      padding: 0 30px; } }
  .single-slider .slider-bg {
    background-color: #fffaf6; }
  .single-slider .slider-product-image img {
    width: 100%; }
  .single-slider .slider-product-image .slider-discount-tag {
    width: 125px;
    height: 125px;
    background-color: #2990E6;
    border-radius: 50%;
    text-align: center;
    display: table;
    position: absolute;
    top: 90px;
    right: -63px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-slider .slider-product-image .slider-discount-tag {
        width: 100px;
        height: 100px;
        right: -50px;
        top: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-slider .slider-product-image .slider-discount-tag {
        width: 100px;
        height: 100px;
        right: -50px;
        top: 50px; } }
    .single-slider .slider-product-image .slider-discount-tag p {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 33px; }
  .single-slider .slider-product-content {
    max-width: 670px;
    margin-left: 125px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-slider .slider-product-content {
        margin-left: 100px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-slider .slider-product-content {
        margin-left: 70px; } }
    @media (max-width: 767px) {
      .single-slider .slider-product-content {
        margin-left: 0;
        padding: 40px 15px 50px; } }
    .single-slider .slider-product-content .slider-title {
      font-size: 92px;
      z-index: 1; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-slider .slider-product-content .slider-title {
          font-size: 68px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slider .slider-product-content .slider-title {
          font-size: 48px; } }
      @media (max-width: 767px) {
        .single-slider .slider-product-content .slider-title {
          font-size: 42px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-slider .slider-product-content .slider-title {
          font-size: 52px; } }
      .single-slider .slider-product-content .slider-title span {
        position: relative; }
        .single-slider .slider-product-content .slider-title span::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 10px;
          background-color: rgba(254, 120, 101, 0.5);
          left: 0;
          bottom: 17px;
          z-index: auto; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .single-slider .slider-product-content .slider-title span::before {
              bottom: 7px; } }
          @media (max-width: 767px) {
            .single-slider .slider-product-content .slider-title span::before {
              bottom: 8px;
              height: 6px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-slider .slider-product-content p br {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-slider .slider-product-content p br {
        display: none; } }
    @media (max-width: 767px) {
      .single-slider .slider-product-content p br {
        display: none; } }

.slider-social {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 100%; }
  @media only screen and (min-width: 1400px) {
    .slider-social {
      padding: 0 100px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-social {
      padding: 0 30px; } }
  .slider-social .social {
    position: relative; }
    .slider-social .social li {
      display: inline-block;
      margin: 0 5px; }
      .slider-social .social li a {
        font-size: 18px;
        color: #ddd;
        border: 1px solid #ddd;
        width: 30px;
        line-height: 32px;
        height: 30px;
        text-align: center;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
        .slider-social .social li a:hover {
          color: #2990E6;
          border-color: #2990E6; }
    .slider-social .social::before {
      position: absolute;
      content: '';
      width: 70%;
      height: 1px;
      background-color: #2990E6;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .slider-social .social::before {
          width: 63%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-social .social::before {
          width: 48%; } }
      @media (max-width: 767px) {
        .slider-social .social::before {
          width: 35%;
          left: 60px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider-social .social::before {
          width: 65%; } }

/*===========================
    4.DESCOUNT PRODUCT css 
===========================*/
@media (max-width: 767px) {
  .discount-product {
    padding-top: 50px; } }

.single-discount-product {
  position: relative; }
  .single-discount-product .product-image {
    overflow: hidden; }
    .single-discount-product .product-image img {
      width: 100%;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .single-discount-product .product-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 30px; }
    @media (max-width: 767px) {
      .single-discount-product .product-content {
        padding: 15px 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-discount-product .product-content {
        padding: 25px 30px; } }
    .single-discount-product .product-content .content-title {
      font-size: 24px;
      line-height: 40px; }
      @media (max-width: 767px) {
        .single-discount-product .product-content .content-title {
          font-size: 18px;
          line-height: 28px;
			margin-top: 30px;} }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-discount-product .product-content .content-title {
          font-size: 20px;
          line-height: 30px; } }
    .single-discount-product .product-content a {
      color: #777;
      font-size: 16px;
      font-weight: 500;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
      .single-discount-product .product-content a i {
        font-size: 10px;
        margin-left: 5px; }
      .single-discount-product .product-content a:hover {
        color: #2990E6; }
  .single-discount-product:hover .product-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
/* added*/
.customborder  {
	/*border: 3px solid #2990E6;
	*/
  overflow: hidden;
  border: 1px solid transparent;
  padding: 12px;
  background-color: #fff;/*
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;*/
    border-color: #2990E6;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55); }



/*===========================
     5.PRODUCT CARD css 
===========================*/
@media (max-width: 767px) {
  .product-area {
    padding-top: 50px;
    padding-bottom: 80px; } }

.collection-menu .collection-tilte {
  background-color: #e5e5e5;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .collection-menu .collection-tilte {
      font-size: 20px;
      padding: 15px 10px; } }
  @media (max-width: 767px) {
    .collection-menu .collection-tilte {
      font-size: 20px;
      padding: 20px 15px; } }
.collection-menu .nav a {
  border: 1px solid #ddd;
  margin-bottom: -1px;
  line-height: 58px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .collection-menu .nav a.active {
    background-color: #2990E6;
    border-color: #2990E6;
    color: #fff; }

.single-product-items {
	margin-bottom: 50px;

    overflow: hidden;
	/*added*/
	  border: 1px solid transparent;
  padding: 0px 0px 12px 0px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  
  
  .single-product-items .product-item-content select {

		       width: 100%;
    border: 1px solid #ddd;
    background-color: #f7f7ff;
	border-radius: 1px;
    padding: 0 20px; }
	

    .single-product-items .product-item-content {
padding: 0 12px; }
	


.single-product-items:hover {
    border-color: #2990E6;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
}

.single-product-items .product-item-image {
  position: relative;
  overflow: hidden; }
  .single-product-items .product-item-image a {
    display: block; }
  .single-product-items .product-item-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .single-product-items .product-item-image .product-discount-tag {
    width: 70px;
    height: 70px;
    background-color: #2990E6;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    border-radius: 50%; }
    .single-product-items .product-item-image .product-discount-tag p {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      line-height: 70px; }
.single-product-items .product-item-content .product-title a {
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .single-product-items .product-item-content .product-title a:hover {
    color: #2990E6; }
.single-product-items .product-item-content .rating li {
  color: #fc924b;
  font-size: 12px;
  display: inline-block; }
.single-product-items .product-item-content span {
  margin: 0 3px;
  font-size: 16px;
  font-weight: 600;
  position: relative; }
.single-product-items .product-item-content .current-price {
  color: #2990E6; }
.single-product-items .product-item-content .original-price {
  color: #c4c4c4; }
  .single-product-items .product-item-content .original-price::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #222;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.single-product-items:hover .product-item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.product-items-active .slick-arrow {
  position: absolute;
  right: -80px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-items-active .slick-arrow {
      right: -40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-items-active .slick-arrow {
      right: -20px; } }
 @media (max-width: 767px) {
    .product-items-active .slick-arrow {
      right: 3px; } }
  .product-items-active .slick-arrow.prev {
    bottom: 35%; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .product-items-active .slick-arrow.prev {
        bottom: 38%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-items-active .slick-arrow.prev {
        bottom: 40%; } }
  .product-items-active .slick-arrow.next {
    top: 35%; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .product-items-active .slick-arrow.next {
        top: 38%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-items-active .slick-arrow.next {
        top: 40%; } }
  .product-items-active .slick-arrow i {
    font-size: 18px;
    color: #2990E6;
    width: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #2990E6;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .product-items-active .slick-arrow i {
        width: 40px;
        line-height: 38px;
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-items-active .slick-arrow i {
        width: 30px;
        line-height: 28px;
        font-size: 16px; } }
    .product-items-active .slick-arrow i:hover {
      background-color: #2990E6;
      border-color: #2990E6;
      color: #fff; }

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0; }
  .tab-content .tab-pane.active {
    height: auto; /*100% */
    visibility: visible;
    opacity: 1;
    overflow: visible; } /* overlay*/

/*===========================
     6.SERVICES css 
===========================*/
.services-area {
  background-color: #fffaf6; }
  @media (max-width: 767px) {
    .services-area {
      padding-top: 75px;
      padding-bottom: 80px; } }

.services-left {
  position: relative; }
  .services-left .services img {
    width: 100%; }

.single-services {
  border: 1px solid #ddd;
  padding: 25px 15px;
  background: #fff; }
  .single-services .services-icon i {
    font-size: 50px;
    color: #2990E6; }
  .single-services .services-content .title {
    font-size: 20px;
    color: #2990E6; }


/*===========================
     8.TEAM css 
===========================*/
.team-area {
  background-color: #fffaf6; }
  @media (max-width: 767px) {
    .team-area {
      padding-top: 75px;
      padding-bottom: 80px; } }
/* single-temp area */

.payment-area {
  background-color: #E3E3E3;
text-align: center;  }
  @media (max-width: 767px) {
    .payment-area {
      padding-top: 75px;
      padding-bottom: 80px; } }

.gtwyCard {
width: 50% !important
}

.cardCard {
width: 100% !important;
max-width: 480px !important;

}

.single-temp {
		  border-radius: 10px;
  border: 1px solid transparent;
  padding: 30px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
	 cursor: pointer; 
  }

  .single-temp .team-content span {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    /*letter-spacing: 2px;*/
	border: 1px solid #fff;
	border-radius: 6px;
	background-color: #2990E6;
	padding: 7px 14px;
	  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #2990E6;
	}
	
 .single-temp .team-content span:hover {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
  
  .single-temp:hover {
    border-color: #fe7865;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(254, 119, 101, 0.55); }
	
#gcash span {
    background-color: #297bfa;
    color: #fff;
    border-color: #297bfa;
	}
	
#grabpay span {
    background-color: #01B150;
    color: #fff;
    border-color: #01B150;
	}


#paymaya span {
    background-color: #432ba3;
    color: #75eea5;
    border-color: #432ba3;
	}

	
#dob span {
    background-color: #b11116;
    color: #fff;
    border-color: #b11116;
	}

#gcash span:hover {
    background-color: #fff;
    color: #297bfa;
    border-color: #297bfa;
	}
	
#grabpay span:hover {
    background-color: #fff;
    color: #01B150;
    border-color: #01B150;
	}


#paymaya span:hover {
    background-color: #75eea5;
    color: #432ba3;
    border-color: #432ba3;
	}

	
#dob span:hover {
    background-color: #fff;
    color: #b11116;
    border-color: #b11116;
	}

/*===========================
     10.BLOG css 
===========================*/

/*===========================
       11.CONTACT css 
===========================*/
.contact-area .contact-title .title {
  font-size: 60px;
  color: #333; }
  @media (max-width: 767px) {
    .contact-area .contact-title .title {
      font-size: 35px; } }
@media (max-width: 767px) {
  .contact-area {
    padding-top: 70px; } }

.contact-box {
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  background-color: #fff; }
  @media (max-width: 767px) {
    .contact-box {
      padding: 0 20px  20px; } }

.contact-info .info-title {
  font-size: 26px;
  padding-bottom: 5px; }

.single-info {
  position: relative; }
  .single-info .info-icon {
    position: absolute;
    left: 0;
    top: 0; }
    .single-info .info-icon i {
      font-size: 20px;
      color: #2990E6; }
  .single-info .info-content {
    padding-left: 40px; }
    .single-info .info-content p {
      font-size: 18px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .single-info .info-content p {
          font-size: 16px; } }

.form-group {
  margin: 0; }

.single-form { /* used*/
  margin-top: 30px; }
  .single-form textarea, .single-form input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    background-color: #f7f7ff;
    padding: 0 20px; }
  .single-form textarea {
    height: 155px;
    padding-top: 15px;
    resize: none; }
  .single-form textarea::placeholder, .single-form input::placeholder {
    opacity: 1;
    color: #777; }
/*
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-form input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    background-color: #f7f7ff;
    padding: 0 5px; } }
@media (max-width: 767px) {
.single-form input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    background-color: #f7f7ff;
    padding: 0 5px; } }*/

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px; }

p.form-message.error {
  color: #f00; }

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00; }

/*===========================
       12.FOOTER css 
===========================*/
.footer-area {
  position: relative; }

.footer-area::before {
  position: absolute;
  content: '';
  background-image: url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 770px;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area::before {
      height: 1450px; } }
  @media (max-width: 767px) {
    .footer-area::before {
      height: 1700px; } }

@media (max-width: 767px) {
  .footer-widget {
    padding-top: 30px;
    padding-bottom: 80px; } }

.footer-logo .footer-social li {
  display: inline-block;
  margin-left: 12px; }
  .footer-logo .footer-social li:first-child {
    margin-left: 0; }
  .footer-logo .footer-social li a {
    font-size: 16px;
    color: #777;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    -moz-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-radius: 50%; }
    .footer-logo .footer-social li a:hover {
      background-color: #2990E6;
      color: #fff; }

.f-title {
  font-size: 20px;
  padding-bottom: 5px; }

.footer-link ul li {
  margin-top: 15px; }
  .footer-link ul li a {
    color: #777;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    .footer-link ul li a:hover {
      color: #2990E6; }

.footer-info {
  padding-left: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-info {
      padding-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-info {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .footer-info {
      padding-left: 0; } }

.single-footer-info {
  position: relative; }
  .single-footer-info span {
    font-size: 16px;
    color: #777;
    position: absolute;
    top: 0;
    left: 0; }
  .single-footer-info .footer-info-content {
    padding-left: 80px; }

.footer-copyright {
  border-top: 1px solid #ddd; }
  .footer-copyright a {
    color: #2990E6; }
  .footer-copyright .copyright p {
    color: #333; }
    @media (max-width: 767px) {
      .footer-copyright .copyright p {
        font-size: 14px; } }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  line-height: 40px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  background-color: #2990E6; }
  .back-to-top:hover {
    color: #2990E6;
    background-color: #fff; }




/*===========================
     13.PAGE BANNER css 
===========================*/
@media (max-width: 767px) {
  .page-banner-area {
    padding-top: 80px;
    padding-bottom: 80px; } }

.page-banner {
  position: relative;
  z-index: 9; }
  .page-banner .page-title {
    font-size: 42px;
    color: #fff; }
    @media (max-width: 767px) {
      .page-banner .page-title {
        font-size: 30px; } }
  .page-banner .breadcrumb {
    padding: 0;
    background: none; }
    .page-banner .breadcrumb .breadcrumb-item a {
      font-size: 16px;
      font-weight: 600;
      color: #fff; }
    .page-banner .breadcrumb .breadcrumb-item.active {
      font-size: 16px;
      font-weight: 600;
      color: #2990E6; }
    .page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #fff; }

/*===========================
 14.PRODUCT SINGLE PAGE css 
===========================*/
@media (max-width: 767px) {
  .product-single-page {
    padding-top: 50px; } }

.product-image .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  left: 0; }
  .product-image .slick-arrow i {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
  .product-image .slick-arrow.next {
    left: auto;
    right: 0; }

.single-product-image img {
object-fit: contain;
  width: 100%; }

@media (max-width: 767px) {
  .shop-review-area {
    margin-top: 100px; } }

.product-description .description-title {
  font-size: 30px;
  padding-bottom: 5px; } 
.product-description .product-rating ul li {
  display: inline-block; }
  .product-description .product-rating ul li i {
    font-size: 15px;
    color: #fc924b; }

.product-description .product-rating .review {
  font-size: 15px;
  color: #777;
  padding-left: 20px; }
.product-description .product-price .current-price {
  font-size: 24px;
  color: #2990E6;
  font-weight: 600; }
  .product-description .product-price .promo-badge {
  font-size: 20px;
  color: #FFA500;
  font-weight: 600; }
.product-description .product-price .original-price {
  font-size: 18px;
  color: #c4c4c4;
  position: relative;
  margin-left: 10px; }
  .product-description .product-price .original-price::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #222;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.product-description .available p {
  font-size: 16px;
  color: #333;
  font-weight: 500; }
  .product-description .available p span {
    color: #fc924b; }
	  @media (max-width: 767px) {
.product-description .available {
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
.product-description .available {
  display: none; }
  }
	
	
  @media (max-width: 767px) {
.product-description p.short-description {
    display: none; }
  }
 @media only screen and (min-width: 576px) and (max-width: 767px) {
	.product-description p.short-description {
    display: none; } 
 }
/*nice number previous position */

.product-add .product-add-label {
	width: 20%;
	margin-right: 50px;
}

  @media (max-width: 767px) {
	  .product-add .product-add-label {
	 margin-right: 30px;  }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.product-add .product-add-label {
     margin-right: 30px; } 
 }
 
 .product-add .product-add-btn {
	 width: 80%;

	  }

.product-add .product-add-btn span {
		background-color: #f7f7ff;
		border: 1px solid #bababa;
		padding: 2px 7px;
		border-radius: 3px;
		
}

.product-add .product-add-btn span:hover, span:active {
		
		border: 1px solid #2990E6;
		
}

.product-add .product-add-btn input{

	width: 65px;
	height: 35px;
	border: 1px solid #f7f7ff; /*6E6F7A*/ /* ddd*/
	background-color: #f7f7ff;
	border-radius: 2px;
	color: #000;
	text-align: center;

}


.product-add .product-add-btn a {
	font-size: 9px;
	border: none;
	cursor: pointer;
}


.product-add .product-add-btn i {
border: 7px solid #ddd;
background-color:#ddd;
border-radius:50%;
}

.product-add .product-add-btn i:hover {
	border: 7px solid #2990E6;
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
color: #fff;
background-color:#2990E6;
border-radius:50%;
/*border: 1px solid #2990E6;*/
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*
.qtySec {
		background-color: #f7f7ff;
		width: 130px !important;
		text-align: center;
}*/

 
/* end of spinner / nice number*/
		
		
/*.product-description .product-add .product-add-btn {
  padding-left: 30px; }*/
  
.variantbtn, .btninactive {
  display: inline;
  text-align: center;
  vertical-align: middle;
  margin: 0px 10px 12px 0px;
  border-radius: 3px;
@include user-select(none);
  border: 1px solid #2990E6;
  padding: 0 21px;
  font-size: 16px;
  line-height: 28px;
  color: #2990E6;
  cursor: pointer;
  z-index: 5;
  background-color: #EFEFEF;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
   }
  @media (max-width: 767px) {
    .variantbtn, .btninactive {
      font-size: 14px;
      padding: 0 15px;
      line-height: 28px; }
}
 .btnactive, .variantbtn:hover {
    background-color: #2990E6;
    color: #fff;
    border-color: #2990E6; }


.variantbtn2, .btninactive2 {
  display: inline;
  text-align: center;
  vertical-align: middle;
  margin: 0px 10px 12px 0px;
  border-radius: 3px;
@include user-select(none);
  border: 1px solid #2990E6;
  padding: 0 21px;
  font-size: 16px;
  line-height: 28px;
  color: #2990E6;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
   }
  @media (max-width: 767px) {
    .variantbtn2, .btninactive2 {
      font-size: 14px;
      padding: 0 15px;
      line-height: 28px; }
}
 .btnactive2, .variantbtn2:hover {
    background-color: #2990E6;
    color: #fff;
    border-color: #2990E6; }

.ORmainbtn {
	padding: 10px 25px;
	font-size:20px;
	line-height: 40px;
}
 @media (max-width: 767px) {
.ORmainbtn {

		font-size:20px;
		line-height: 28px;
}
 }

.lazbtn {
border-radius:3px;
margin-right: 10px;
font-size:14px;
line-height:25px;
padding: 2px 20px;
  text-align: center;
  vertical-align: middle;
  /*@inlude*/@include user-select(none);
  border: 1px solid #0f156d;
  color: #0f156d;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fff; } 
  @media (max-width: 767px) {
    .lazbtn {
      font-size: 13px;
      padding: 0 18px;
      line-height: 25px; } }
  .lazbtn i {
    font-size: 13px;
    margin-left: 5px; }
  .lazbtn:hover {
    background-color: #0f156d;
    color: #fff;
    border-color: #0f156d; }
  .lazbtn:focus {
    background-color: #0f156d;
    color: #fff;
    border-color: #0f156d; }
  .lazbtn.lazbtn-2 {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
    .lazbtn.lazbtn-2:hover {
      background-color: #2990E6;
      border-color: #2990E6;
      color: #fff; }
	  



.shopeebtn {
border-radius:3px;
font-size:14px;
line-height:25px;
padding: 1px 20px;
  text-align: center;
  vertical-align: middle;
  /*@inlude*/@include user-select(none);
  border: 1px solid #fa5330;
  color: #fa5330;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fff; }    
  @media (max-width: 767px) {
    .shopeebtn {
      font-size: 13px;
      padding: 0 18px;
      line-height: 25px; } }
  .shopeebtn:hover {
    background-color: #fa5330;;
    color: #fff;
    border-color: #fa5330;; }
.shopeebtn:focus {
    background-color: #fa5330;
    color: #fff;
    border-color: #fa5330; }
  .shopeebtn.shopeebtn-2 {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
    .shopeebtn.shopeebtn-2:hover {
      background-color: #2990E6;
      border-color: #2990E6;
      color: #fff; }
	  	.st0{fill:url(#logowh_1_);}
	.st1{fill:url(#righto_1_);}
	.st2{fill:url(#lefto_1_);}

.shop-review-area {
  padding: 50px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  @media (max-width: 767px) {
    .shop-review-area {
      padding: 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-review-area {
      padding: 30px; } }

@media (max-width: 767px) {
  .shop-reviews .nav .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: 50%; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-reviews .nav .nav-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: left;
    width: auto; } }
.shop-reviews .nav .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-right: -1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .shop-reviews .nav .nav-item a {
      font-size: 16px;
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-reviews .nav .nav-item a {
      font-size: 18px;
      display: inline-block; } }
  .shop-reviews .nav .nav-item a.active {
    background-color: #2990E6;
    color: #fff;
    border-color: #2990E6; }
.shop-reviews .tab-content {
  border: 1px solid #ddd;
  margin-top: -1px; }
  .shop-reviews .tab-content .tab-description {
    padding: 0 50px 50px; }
    @media (max-width: 767px) {
      .shop-reviews .tab-content .tab-description {
        padding: 0 20px 20px; } }
    .shop-reviews .tab-content .tab-description .title {
      font-size: 24px;
      font-weight: 500; }
    .shop-reviews .tab-content .tab-description ul li {
      position: relative;
      margin-top: 10px;
      font-size: 16px;
      color: #777;
      padding-left: 20px; }
      .shop-reviews .tab-content .tab-description ul li::before {
        position: absolute;
        content: '';
        top: 9px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #2990E6; }
  .shop-reviews .tab-content .tab-review {
    padding: 20px 50px 50px; }
    @media (max-width: 767px) {
      .shop-reviews .tab-content .tab-review {
        padding: 0 20px 20px; } }
    .shop-reviews .tab-content .tab-review .review-item ul li .single-review {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .shop-reviews .tab-content .tab-review .review-item ul li .single-review {
          margin-top: 20px; } }
      .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-thumb img {
        border-radius: 50%; }
      .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content {
        padding-left: 30px; }
        @media (max-width: 767px) {
          .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content {
            padding-left: 0;
            padding-top: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content {
            padding-left: 20px;
            padding-top: 0; } }
        .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content .review-name .review-rating li {
          display: inline-block;
          font-size: 15px;
          color: #fc924b; }
        .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content .review-name .name {
          font-size: 18px;
          font-weight: 600;
          padding-bottom: 5px; }
        .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content .review-name span {
          font-size: 15px;
          color: #777; }
		  
		 .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content img {
          width: 60px;
          margin: 8px 8px 0px 0px; }
		  
		   .shop-reviews .tab-content .tab-review .review-item ul li .single-review .review-content p {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; 
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

		  
    .shop-reviews .tab-content .tab-review .review-form .single-review-input {
      margin-top: 30px; }
      .shop-reviews .tab-content .tab-review .review-form .single-review-input textarea, .shop-reviews .tab-content .tab-review .review-form .single-review-input input {
        width: 100%;
        height: 55px;
        border: 1px solid #ddd;
        background-color: #f7f7ff;
        padding: 0 20px; }
      .shop-reviews .tab-content .tab-review .review-form .single-review-input textarea {
        height: 155px;
        padding-top: 10px;
        resize: none; }
      .shop-reviews .tab-content .tab-review .review-form .single-review-input p {
        font-size: 15px; }
      .shop-reviews .tab-content .tab-review .review-form .single-review-input .star-rating {
        padding-left: 10px; 
		display: none; }
		  .shop-reviews .tab-content .tab-review .review-form .single-review-input .star-rating option {
          text-align: center;
 }

	
/*===========================
     7.pdp css 
===========================*/


.pdp-active .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
  }
  .pdp-active .slick-arrow i {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 50px;
    line-height: 40px;
    text-align: center;
	padding-top: 8%;
    background-color: rgba(41, 144, 255, 0.4);
    cursor: pointer; }
  .pdp-active .slick-arrow.next {
    left: auto;
    right: 0; }


.search-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /*@inlude*/@include user-select(none);
  border: 1px solid #2990E6;
  padding: 0 18px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #2990E6; }
  @media (max-width: 767px) {
    .search-btn {
      font-size: 14px;
      padding: 0 12px;
      line-height: 3; } }
  .search-btn i {
    font-size: 18px;
    margin-left: 3px; }
  .search-btn:hover {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
  .search-btn.search-btn-2 {
    background-color: #fff;
    color: #2990E6;
    border-color: #2990E6; }
    .search-btn.search-btn-2:hover {
      background-color: #2990E6;
      border-color: #2990E6;
      color: #fff; }
	  
	 


.paginationjs {
	margin: 30px 0 0 20px;
}

 @media (max-width: 767px) {
.paginationjs {
	margin: 30px 0 0 0px;
 }}
 
.video {
    width: 100%;
    border: 1px solid black;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
}
.playpause {
    background-image:url(playbutton.png);
   background-repeat:no-repeat;
   background-size: 60px 60px;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

.raStars {
	font-size: 18px;
	color: #fc924b;
	cursor: pointer
}
.raStars .starDim {
color: #d3d3d3 !important;
cursor: pointer
}

.raStars .starBryt {
	color: #fc924b !important;
	cursor: pointer
}

  
/* The actual popup */
.popuptext {
visibility: hidden;
  width: 210px;
  background-color: #878787;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 12px 10px;
  position: absolute;
  z-index: 12;
  top: 60px;
  right: 0;
  margin-right: 0px;
  font-size:18px;
}

/* Popup arrow */
.popuptext::after {
  content: "";
  position: absolute;
	top: 0;
	left: 93%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #878787;
	border-top: 0;
	margin-left: -10px;
	margin-top: -10px;
}

@media (max-width: 991px) {
.popuptext {
	  top: 55px;
  right: 5%;
  margin-right: 0px;
}
.popuptext::after {
	top: 0;
left: 73%;

}

}
/* Toggle this class - hide and show the popup */
.showPopup {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.snipcart-button-primary {
background-color: var(--bgColor-buttonPrimary,#2990E6);
}


.snipcart-test-banner {
 display: none !important;
}

.snipcart__font--secondary, .snipcart__font--subtitle, .snipcart__font--subtitle-small, .snipcart-base-button__label, .snipcart-button-link {
    font-family: "Poppins", sans-serif;
}

.snipcart-button-link {
color: var(--color-link,#2990E6);
}


.snipcart-featured-payment-methods__list {
    align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.snipcart-featured-payment-methods__list li {
margin-bottom: 10px;
}

.snipcart-payment__form-container {
/*display: none;*/
}

.errserr {
	/*background-color: #fae7d7;*/
	padding: 5px;
	  animation: shake 0.4s;
}
.errserr button {
    background-color: #ffb8b8;
    color: #ca0707;
    border-color: #ca0707; 
	}
	
	
  
/* The actual popup 
#demo {

  width: 210px;
  background-color: #878787;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 12px 10px;
  position: absolute;
  z-index: 999;
  top: 55px;
  right: 0;
  margin-right: 0px;
  font-size:18px;
}*/

 .form-description ul li {
      position: relative;
      margin-top: 10px;
      font-size: 16px;
      color: #777;
      padding-left: 20px; }
 .form-description ul li::before {
        position: absolute;
        content: '';
        top: 9px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #2990E6; }
		
		
		.formlisub {
			font-size: 10px;
		}




.buynow-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
	@include user-select(none);
  border: 1px solid #2990E6;
	padding: 10px 25px;
	font-size:20px;
	line-height: 40px;
  color: #2990E6;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fff; }
  @media (max-width: 767px) {
    .buynow-btn {
      padding: 10px 25px;
      line-height: 28px;
 } }
  .buynow-btn i {
    font-size: 12px;
    margin-left: 5px; }
  .buynow-btn:hover {
    background-color: #2990E6;
    color: #fff;
    border-color: #2990E6; }
 
.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 24px;
  height: 24px;
  margin: 0 24px;
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
}

.snipcart-form__set--different-shipping {
	display: none;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.shirtQlty button, .shirtSize button, .shirt2Qlty button {
  display: inline;
  text-align: center;
  vertical-align: middle;
  margin: 0px 10px 12px 0px;
  border-radius: 6px;
@include user-select(none);
  border: 1px solid #7f7f7f;
  padding: 0 7px;
  font-size: 13px;
  line-height: 28px;
  color: #7f7f7f;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
   }
  @media (max-width: 767px) {
    .shirtQlty button, .shirt2Qlty button {
      font-size: 11px;
      padding: 0 7px;
      line-height: 28px;
      margin: 0px 5px 10px 0px;
    }
}
/*grayBtnHover temporarily disabled. it is not working either */
.btnSelected {
    background-color: #7f7f7f;
    color: #fff !important;
    border-color: #7f7f7f;
    outline: 3px solid white !important;
  }




  .shirtSize{
    display: flex;
    position: relative;
      margin-top: -30px;
	  
   /* width: calc(100% - 30px);*/
    bottom: 100px;
    left: 2px;


/*	overflow: hidden;*/

  }





.shirtColor{
	 
  float: right;
      position: absolute;
      top: 2px;
      z-index: 7;
      right: 10px;
      height: 100%;
      text-align: center;
  
    }
  
  .shirtColor button {
    
    display: list-item;
        text-align: center;
    margin: 5px 5px;
    vertical-align: middle;
      height: 30px;
      width: 30px;
      font-size: 0; 
      border-radius: 50%;
      border: 1px solid white;
      cursor:pointer;
      opacity: 0.6;
      box-shadow: 2px 2px 2px grey;
  }
  


.shirtColor button:hover {
  height: 33px ;
  width: 33px ;
  border: 2px solid white ;
  opacity: 0.9 ;
  box-shadow: 0px 0px 10px rgb(35, 126, 187) ;

}

.clrSelected {
  height: 33px !important;
  width: 33px !important;
  border: 2px solid white !important;
  opacity: 1.0 !important;
  box-shadow: 0px 0px 10px rgb(35, 126, 187) !important;

}

  .disabledColor { 
  cursor:not-allowed !important;
  opacity: 0.1 !important;
  }

  .disabledColor:hover { 
    cursor:not-allowed !important;
    opacity: 0.1 !important;
    }

/*

.snipcart-featured-payment-methods__title {
  display: none;
}

.snipcart-featured-payment-methods__list {
  display: none;
}
*/
/*
.hidecodform fieldset {
  display: none;
}*/


.titleCOD {
font-family: Open Sans,sans-serif;
font-size: 16px;
}



.customfieldsblock a {
display: inline;
text-align: center;
vertical-align: middle;
margin: 0px 10px 12px 0px;
border-radius: 6px;
border: 1px solid #a0a0a0;
padding: 0 7px;
font-size: 11px;
line-height: 28px;
color: #7f7f7f;
text-wrap: nowrap;

}

.shirtColor button:nth-child(1) {
  background-color: white;
}

.shirtColor button:nth-child(2) {
  background-color: black;
}

.shirtColor button:nth-child(3) {
  background-color: #9a8c8c;
}

.shirtColor button:nth-child(4) {background-color: #676464; }
.shirtColor button:nth-child(5) {background-color: #01154e; }
.shirtColor button:nth-child(6) {background-color: #Ce2930; }
.shirtColor button:nth-child(7) {background-color: #EBBA00; }
.shirtColor button:nth-child(8) {background-color: #06ad0f; }
.shirtColor button:nth-child(9) {background-color: #0b5fdc; }
.shirtColor button:nth-child(10) {background-color: #D02ed0; }


#moreTees {
  color:white;
  line-height: 90px;
  font-size: large;
}
#moreTees:hover {
  color:rgb(23, 92, 161);

}

.detailed-page {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
/*# sourceMappingURL=style.css.map */


.disabled-radio-span {
  opacity: 0.45
}

.nmodalcart {

  width: 100%; display: none; padding: 30px;
position: fixed;
 right: 0; top: 0;
background-color: whitesmoke;
z-index: 9999;
height: 100%;

min-height: 100%;
    overflow-y: auto;
}



.nmodalcart {

  width: 100%; display: none; padding: 30px;
position: fixed;
 right: 0; top: 0;
background-color: whitesmoke;
z-index: 9999;
height: 100%;

min-height: 100%;
    overflow-y: auto;
}



.nmodalcart img {

  width: 150px;

}

@media (max-width: 767px) {
  .nmodalcart img {

    width: 70px;
    margin-top: 14px
  }}