/** Shopify CDN: Minification failed

Line 4776:0 Unexpected "{"
Line 4776:1 Expected identifier but found "%"
Line 4777:0 Unexpected "{"
Line 4777:1 Expected identifier but found "%"
Line 4851:7 Expected identifier but found "{"
Line 4851:8 Unexpected "{"
Line 4851:15 Expected ":"
Line 4851:85 Expected ":"

**/
html,
body {
  height: 100%;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* new added css starts */
#loader {
  position: fixed;
  top: 0
  width: 100%;
  height: 100vh;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff;
}
.announcement-brand .brand div {
  height: 20px;
  max-width: 110px;
}
.announcement-brand .brand div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
img{max-width: 100%;}
/* new added css ends */
h1,
.h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
}
strong {
  font-weight: 700;
}
h2,
.h2 {
  font-size: 34px;
  line-height: normal;
}
h3,
.h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
h4,
.h4 {
  font-size: 20px;
  line-height: normal;
}
h5,
.h5 {
  font-size: 17px;
  line-height: normal;
}
h6,
.h6 {
  font-size: 14px;
  line-height: normal;
}

p {
  font-size: 12px;
  line-height: 20px;
}

.p1 {
  font-size: 15px;
  line-height: 22px;
}
ul {
  list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  padding: 0;
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

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

.weight-800 {
  font-weight: 800;
}
/* 
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
Extra-bold 800

*/
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff url("Winter.gif") no-repeat center;
  z-index: 99999;
}
.global-link {
  color: #00b5e2;
  font-weight: 700;
}
.global-link:hover {
  color: #00b5e2;
}
.btn {
  font-size: 12px;
}

.btn-primary {
  line-height: 40px;
  background: #00b5e2;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}


.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus {
    border: none;
  box-shadow: none;
  background: #00b5e2;
  opacity: 0.8;
  cursor: pointer;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
ul,
ol {
  padding: 0;
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.4;
  font-weight: 500;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.4;
  font-weight: 500;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.4;
  font-weight: 500;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.4;
  font-weight: 500;
}
/*h1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

ul li {
    color: #3a3a3a;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    list-style: disc outside;
    margin: 0 0 8px 12px
}

/* default links */
/*a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    color: #00b5e2;
    text-decoration: none;
}

/* buttons */
/*.global-button {
    height: 40px;
    line-height: 40px;
    background: #00b5e2;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0 30px;
}

.add-to-cart-button {
    height: 44px;
    line-height: 44px;
    background: #84bd00;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    text-transform: uppercase;
}

.out-of-stock-button {
    height: 44px;
    line-height: 44px;
    background: #ccc;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    text-transform: uppercase;
}

/* input, textarea, select common css */
/*input,
select,
textarea {
    border: 1px solid #e8e9eb;
    color: #000000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 16px;
}
/* targus background colors */
h1,.h1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 40px;
    font-weight: 900 !important;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

ul li {
    color: #3a3a3a;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    list-style: disc outside;
    margin: 0 0 8px 12px
}

/* default links */
a {
    font-family: "proxima-nova", sans-serif;    
    color: #00b5e2;
    text-decoration: none;
}

/* buttons */
.global-button {
    height: 40px;
    line-height: 40px;
    background: #00b5e2;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0 30px;
}

.add-to-cart-button {
    height: 44px;
    line-height: 44px;
    background: #84bd00;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    text-transform: uppercase;
}

.out-of-stock-button {
    height: 44px;
    line-height: 44px;
    background: #ccc;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    text-transform: uppercase;
}

/* input, textarea, select common css */
input,
select,
textarea {
    border: 1px solid #e8e9eb;
    color: #000000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 16px;
}

/* targus background colors */
.targus-purple {
    background-color: #4e008e;
    ;
}

.targus-blue {
    background-color: #00b5e2;
}

.targus-green {
    background-color: #84bd00;
    ;
}

.targus-red {
    background-color: #ba0c2f;
}

.targus-orange {
    background-color: #ee7623;
}

.targus-yellow {
    background-color: #ffcd00;
}

.targus-darkgray {
    background-color: #3a3a3a;
}

.targus-gray {
    background-color: #cccccc;
}

.targus-lightgray {
    background-color: #f1f1f1;
}

/* updated css */
h1.main-title{
    font-family: "proxima-nova", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 500;
}

.navbar-nav li.nav-item,.navbar-nav li{
    list-style: none;
    margin: 0;
}
.nav-menu .nav-dropdown .dropdown-content ul li {
  list-style: none;
  margin-left: 0;
  display: inline-block;
  width: 100%;
}
.nav-menu .nav-dropdown .dropdown-content ul li a {
    color: #3a3a3a;
    font-weight: 500;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover{border-bottom: 0!important;}
.header .navbar .navbar-nav .nav-item:hover .nav-link:after{
    background: #4e008e;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.add-to-compare .custom-checkbox li {
    list-style: none;
}
.footer .footer-link .link-list a{font-weight: 500;}

/* pagination css */
.custom-pagination .pagination li{
    list-style: none;
    margin-bottom: 0;
}
.custom-pagination .pagination .page-item .page-link{font-weight: 500;}
.targus-purple {
    background-color: #4e008e;
    ;
}
.targus-blue {
    background-color: #00b5e2;
}

.targus-green {
    background-color: #84bd00;
    ;
}

.targus-red {
    background-color: #ba0c2f;
}

.targus-orange {
    background-color: #ee7623;
}

.targus-yellow {
    background-color: #ffcd00;
}

.targus-darkgray {
    background-color: #3a3a3a;
}

.targus-gray {
    background-color: #cccccc;
}

.targus-lightgray {
    background-color: #f1f1f1;
}

.flag {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 11px;
  background: url("flags.png") no-repeat;
}
.flag.flag-us {
  background-position: 0 -154px;
}

@font-face {
  font-family: "remixicon";
  src: url("remixicon.eot?t=1640106257986");
  /* IE9*/
  src: url("remixicon.eot?t=1640106257986#iefix") format("embedded-opentype"),
    url("remixicon.woff2?t=1640106257986") format("woff2"), url("remixicon.woff?t=1640106257986") format("woff"),
    url("remixicon.ttf?t=1640106257986") format("truetype"), url("remixicon.svg?t=1640106257986#remixicon") format("svg");
  /* iOS 4.1- */
  font-display: swap;
}
[class^="ri-"],
[class*="ri-"] {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:global .ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
:global .ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -0.075em;
}
:global .ri-xxs {
  font-size: 0.5em;
}
:global .ri-xs {
  font-size: 0.75em;
}
:global .ri-sm {
  font-size: 0.875em;
}
:global .ri-1x {
  font-size: 1em;
}
:global .ri-2x {
  font-size: 2em;
}
:global .ri-3x {
  font-size: 3em;
}
:global .ri-4x {
  font-size: 4em;
}
:global .ri-5x {
  font-size: 5em;
}
:global .ri-6x {
  font-size: 6em;
}
:global .ri-7x {
  font-size: 7em;
}
:global .ri-8x {
  font-size: 8em;
}
:global .ri-9x {
  font-size: 9em;
}
:global .ri-10x {
  font-size: 10em;
}
:global .ri-fw {
  text-align: center;
  width: 1.25em;
}

.ri-shopping-cart-line:before {
  content: "\f120";
}

.ri-user-line:before {
  content: "\f264";
}

.ri-search-line:before {
  content: "\f0d1";
}

.ri-arrow-right-s-line:before {
  content: "\ea6e";
}

.ri-arrow-left-s-line:before {
  content: "\ea64";
}
.ri-facebook-box-fill:before {
  content: "\ecb8";
}

.ri-instagram-fill:before {
  content: "\ee65";
}

.ri-twitter-fill:before {
  content: "\f23a";
}

.ri-youtube-fill:before {
  content: "\f2d4";
}

.ri-linkedin-box-fill:before {
  content: "\eeb3";
}
.desktop-video {
  position: relative;
  display: block;
  height: 100vh;
}
.desktop-video video {
  height: calc(100vh - 147px);
  width: 100%;
  object-fit: cover;
  min-height: 100%;
}
/*.desktop-video::after {
  position: absolute;
  content: "";
  height: calc(100vh - 147px);
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}*/

.desktop-video .video-content {
  position: absolute;
  top: 0;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 460px;
}
.desktop-video .video-content h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}
.desktop-video .video-content p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 32px;
  line-height: 25px;
  color: #fff;
}

.custom-header .announcement-bar {  
  padding: 0.5px 0;
}
.custom-header .announcement-bar .announcement-brand .brand {
  position: relative;
  padding: 10px 15px;
}
.custom-header .announcement-bar .announcement-brand .brand img {
  max-height: 20px;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.custom-header .announcement-bar .announcement-brand .brand:hover img,
.custom-header .announcement-bar .announcement-brand .brand:focus img {
  opacity: 1;
}
.custom-header .announcement-bar .announcement-brand .brand:not(:last-child):after {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.4;
  border-right: 1px solid #ccc;
}
.custom-header .announcement-link .link {
  position: relative;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  display: flex;
  align-items: center;
}
.custom-header .announcement-link .link:hover,
.custom-header .announcement-link .link:focus {
  opacity: 1;
}
.custom-header .announcement-link .link:not(:last-child):after {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.4;
  border-right: 1px solid #ccc;
}
.custom-header .announcement-link .link i {
  font-size: 18px;
  margin-right: 5px;
  font-weight: 300;
}
.custom-header .announcement-link .link i.flag {
  transform: scale(1.2);
}

.offer-bar {  
  padding: 0px;
  display: block;
  position: relative;
/*   z-index: -1; */
  z-index:1;
  height: 46px !important;
}
.offer-bar .slider.vertical-slider {
  width: 100%;
}
.offer-bar .slick .item {
  float: left;  
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 8px;
  line-height: 14px;
  
}
.offer-bar .slick .item a {
  font-weight: 600;  
  text-decoration: underline;
}
.search-input {
  position: relative;
}
.search-input .icon-search {
  position: absolute;
  right: 5px;
  top: 3px;
}
.navbar-brand {
  padding: 1rem 0;
}
.header {
  background-color: transparent;
}
.header .navbar .navbar-brand img {
  max-height: 34px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;  
  padding: 16px 20px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  /*border-bottom: 0px solid transparent;*/
  border-bottom:0px !important;
}
.header .navbar .search-input input {
  position: relative;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
}
.header .navbar .search-input input::placeholder {
  font-weight: 400;
  color: #3a3a3a;
}
#scroll {
  position: fixed;
  right: 20px;
  bottom: 65px;
  cursor: pointer;
  color: #00b5e2;
  display: none;
  font-size: 35px;
  z-index: 999;
  /*background: white;*/
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.navbar .megamenu {
  padding: 1rem;
}
.slider-content p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 25px;
  line-height: 25px;
}
.cart-box {
    position: absolute;
    background: white;
    border-top: 2px solid #222;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 450px;
    left: auto;
    z-index: 9;
    right: 30px;
    /* padding: 40px 15px 20px; */
    display: none;
    top: 44px;
/*     height: 350px; */
    overflow-y: scroll;
  }
  .cart-box i {
    position: sticky;
    background: #4e008e;
    display: block;
    width: 100%;
    text-align: right;
    padding: 5px 10px;
    top: 0;
    right: 0;
    font-size: 20px;
    color: white;
  }
  .cart-box .total-checkout {
    position: sticky;
    bottom: 0;
    top: auto;
    background: white;
    padding: 15px 0;
  }
  .cart-box .total-checkout p {
    font-size: 18px;
  }
  .cart-box .total-checkout p,
  .cart-box .total-checkout span {
    text-align: center;
    margin-bottom: 4px;
  }
  .cart-box .total-checkout .cart-checkout {
    display: flex;
    justify-content: center;
  }
  .cart-box .total-checkout .cart-checkout a {
    padding: 10px 30px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
  }
  .cart-box .total-checkout .cart-checkout a + a {
    margin-left: 20px;
  }
  .cart-box .view-cart {
    background-color: #3a3a3a;
  }
  .cart-box .checkout {
    background-color: #84bd00;
  }
  .cart-box .product-price {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e9eb;
  }
  .cart-box .product-price + .product-price {
    margin-top: 7px;
  }
  .cart-box .product-price .product-img {
    height: 100px;
    width: 100px;
    margin-right: 10px;
  }
  .cart-box .product-price .product-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .cart-box .product-price .product-content {
    width: calc(100% - 110px);
  }
  .cart-box .product-price .product-content h6 {
    color: #3a3a3a;
  }
  .cart-box .product-price .product-content h6,
  .cart-box .product-price .product-content p {
    font-weight: bold;
    margin-bottom: 2px;
  }
  .cart-box .product-price .product-content span {
    font-weight: normal;
  }
  .cart-display {
    display: block;
  }

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  .section-3 .section-info-left .section-heading {
    text-align: left;
  }
  .section-3 .section-info-left .section-content {
    text-align: left;
  }
  .section-3 .section-info-left .arrival-btn {
    display: flex;
    justify-content: flex-start;
  }
  .section-3 .section-info-left .arrival-btn .btn-primary {
    margin: 0;
  }
  .text-sm-display {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
.top-slider .carousel .carousel-item {
  position: relative;
  /* max-height: 700px; */
  background-color: #f4f4f4;
}
.top-slider .carousel .carousel-item img {
  max-height: 700px;
}

.product-wrap .section-heading h3 {
  font-size: 26px;
  font-weight: 700;
  color: #3a3a3a;
  line-height: 28px;
  margin-bottom: 3rem;
}
.product-wrap .product-info {
  position: relative;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
  border-radius: 10px;
}
.product-wrap .product-info .desc {
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  padding: 20px;
}
.product-wrap .product-info .desc h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3a3a3a;
  margin: 0 0 15px 0 !important;
  padding: 0;
  text-transform: uppercase;
}
.product-wrap .product-info .desc p {
  font-size: 17px;
  font-weight: 300;
  color: #3a3a3a;
  margin-bottom: 20px;
}
.product-wrap .product-info .desc .btn-primary {
  line-height: 40px;
  background: #00b5e2;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}
.product-wrap .product-info .desc .btn-primary:hover {
  opacity: 0.8;
}

.section-4 {
  border-bottom: 1px solid #f1f1f1;
}

.section-4 .section-heading {
  font-size: 26px;
  font-weight: 700;
  color: #3a3a3a;
  line-height: 28px;
  margin-bottom: 3rem;
}
.section-4 .product-item .title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin: 15px 0;
  color: #3a3a3a;
  margin-top: 20px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;min-height: 48px;
}

.section-4 .product-item p {
  font-weight: 300;
  font-size: 16px;
  color: #3a3a3a;
  opacity: 0.8;
  line-height: 20px;
  margin: 1em 0;
}
.section-4 .product-item .btn-primary {
  line-height: 40px;
  background: #00b5e2;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
  width: 100%;
}
.section-4 .product-item .btn-primary:hover {
  opacity: 0.8;
}
.section-4 .product-item .product-price-wrapper {
  font-size: 16px;
/*   font-weight: 600; */
  margin-bottom: 10px;
  text-align: center;
}
.section-4 .product-item .product-price-wrapper .rating-reviews {
  margin-top: 10px;
}
.section-4 .product-item .product-price-wrapper .rating-reviews .ratings i {
  color: #3a3a3a;
}
.section-4 .product-item .product-price-wrapper .rating-reviews .ratings i.yellow {
  color: #ffcd00;
}
.section-4 .product-item .add-to-compare {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.section-4 .product-item .quick-view-btn {
  width: 100%;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 45%;
  bottom: auto;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  line-height: 20px;
  display: none;
}
.section-4 .product-item .add-to-compare input {
  height: 15px;
  width: 15px;
}
.section-4 .product-item.listing-product-item:hover .quick-view-btn {
  display: block;
}
.section-4 .product-item .product-price-wrapper span + span {
  margin-left: 5px;
}
.section-4 .product-item .product-price-wrapper .original-price {
  text-decoration: line-through;
  color: #000;
}
.section-4 .product-item .product-price-wrapper .sale-price {
  color: #ba0c2f;
}
.section-4 .section-btn .btn-primary {
  line-height: 40px;
  background: transparent;
  font-size: 14px;
  color: #00b5e2;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: 2px solid #00b5e2;
  border-radius: 0;
}
.section-4 .section-btn .btn-primary:hover {
  opacity: 0.8;
}

.blog-wrap .section-heading {
  font-size: 26px;
  font-weight: 700;
  color: #3a3a3a;
  line-height: 28px;
  margin-bottom: 3rem;
}
.blog-wrap .blog-item .image {
  margin-bottom: 18px;
  text-align: center;
}
.blog-wrap .blog-item a {
  color: #3a3a3a !important;
}
.blog-wrap .blog-item p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
  color: #3a3a3a !important;
  margin-bottom: 20px;
  min-height: 70px;
  margin-bottom: 20px;
}
.blog-wrap .blog-item .blog-link {
  line-height: 40px;
  background: #00b5e2;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}
.blog-wrap .blog-item .blog-link:hover {
  opacity: 0.8;
}
.blog-wrap .section-btn .btn-primary {
  line-height: 40px;
  background: #4e008e;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}
.blog-wrap .section-btn .btn-primary:hover {
  opacity: 0.8;
}
/* .wrapper section {
  padding: 64px 0;
} */
.wrapper .top-slider {
  padding: 0px;
}
.product-feature-slider {
  background-color: #4e008e;
  color: #ffffff;
  padding: 4rem 0 5rem 0;
}
.product-feature-slider .carousel-item .slider-content h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px !important;
}
.product-feature-slider .carousel-item .slider-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 28px;
}
.product-feature-slider .carousel-item .slider-content .btn-primary {
  line-height: 40px;
  background: #00b5e2;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}

.product-feature-slider .carousel-item .slider-content .btn-primary:hover {
  opacity: 0.8;
}

.ctm {
  background-color: #f1f1f1;
}
.ctm .ctm-content {
  text-align: center;
}
.ctm .ctm-content img {
 /* max-height: 48px;*/
  margin-bottom: 28px;
}
#shopify-section-template--14526882283568__165047086429a091c9 .ctm .ctm-content img {
 max-height: 48px;
}
.ctm .ctm-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 24px;
}
.ctm .ctm-content .btn-primary {
  line-height: 40px;
  background: #4e008e;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}
.ctm .ctm-content .btn-primary:hover {
  opacity: 0.8;
}
.slider-content h1,
.product-feature-slider .carousel-item .slider-content h2 {
  line-height: 1.5;
  font-weight: 500;
}
.ads-section .section-heading {
  color: #3a3a3a;
  margin-bottom: 20px !important;
}
.ads-section .ads-item {
  position: relative;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
  border-radius: 10px;
}

.ads-section .ads-item .product-item-clickable {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  
}
.ads-section .ads-item .desc {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%); */
  padding: 20px;
  z-index: 1;
  text-align: center;
}
.ads-section .ads-item .desc .btn-primary {
  line-height: 40px;
  background: #00b5e2;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
  max-width: 130px;
  white-space: nowrap;  
}
.ads-section .ads-item .desc .btn-primary:hover {
  opacity: 0.8;
}

.section-3 {
  padding: 10rem 0;
}
.section-3 .section-info-right .info-img {
  margin-right: 20px;
  height: 150px;
  width: 150px;
  border: 2px solid #6b6b6b;
  padding: 20px;
  border-radius: 5px;
}

.section-3 .section-info-right .info-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-3 .section-info-right .info-content {
  width: calc(100% - 170px);
}

.sign-up-offer {
  background-color: #f1f1f1;
}
.sign-up-offer .logo {
  margin-bottom: 1rem;
}
.sign-up-offer .logo img {
  max-height: 100px;
}
.sign-up-offer p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 24px;
  margin-top: 32px;
}
.sign-up-offer .btn-primary {
  line-height: 40px;
  background: #4e008e;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}
.sign-up-offer .btn-primary:hover {
  opacity: 0.8;
}
/* .footer .container {
  margin-top: 16px;
} */
.footer {
  padding: 3em 0 0; 
}
.footer .logo {
  display: block;
  margin-bottom: 2rem;
}
.footer .logo img {
  max-height: 36px;
}
.footer .social-link {
  display: flex;
}
.footer .social-link a {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  margin-right: 1rem;
}
.footer .subscribe-section {
  max-width: 360px;
  text-align: left;
  color: #ffffff;
}
.footer .subscribe-section .footer-heading {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1rem;
}
.footer .subscribe-section .subheading {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}
.footer .subscribe-section .subscribe-form .input-group input {
  border-radius: 0;
  background-color: #cccccc;
  font-size: 16px;
}
.footer .subscribe-section .subscribe-form .input-group input:focus {
  background-color: #fff;
}
.footer .subscribe-section .subscribe-form .input-group .btn {
  /*color: #fff;
  background-color: #4e008e;
  border-color: #4e008e;*/
  border-radius: 0;
  font-size: 16px;
}
.footer .footer-link {
  color: #fff;
  text-align: left;
}
.footer .footer-link h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.footer .footer-link .link-list a {
  /*color: #cccccc;*/
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  transition: all 300ms ease-in-out;
}
.footer .footer-link .link-list a:focus,
.footer .footer-link .link-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer address {
  color: #cccccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.footer .payment-list li {
  padding-right: 5px;
}
.footer .payment-list li:last-child {
  padding-right: 0;
}
.footer .footer-btm {
  /*background-color: #4e008e;
  color: #fff;*/
}
.footer .footer-btm a {
  /*color: #ffffff;*/
  line-height: 1;
}

.section-content {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.para-content {
  color: #3a3a3a;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 30px;
  margin-bottom: 32px !important;
  text-transform: uppercase;
  color: #3a3a3a;
}
.section-3 .mb-2 {
  margin-bottom: 1.5rem !important;
}

/*# sourceMappingURL=style.css.map */

/* css changes made by shejal */

/* banner css */
.banner-section {
  /*background: url("/cdn/shop/collections/iPad-Cases-2000x500-558800_1512x.jpg?v=1625677851");*/
  padding: 200px 0;
  background-size: cover;
  background-position: top;
  position: relative;  
  display: none;
}
.banner-section::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4); 
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section .banner-content {
  position: relative;
  z-index: 1;
  padding-left: 8%;
  max-width: 480px;
}
.banner-section .banner-content h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner-section .banner-content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 20px;
}

/* filter mobile open */
.filteroption {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #eff1f2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.filteroption a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.filteroption .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* pagination css */
.custom-pagination .pagination {
  align-items: center;
}
.custom-pagination .pagination .page-item.prev-next .page-link {
  background-color: #dee2e6;
  border-color: #dee2e6;
  color: #3a3a3a;
  font-size: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}
.custom-pagination .pagination .page-item .page-link {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #3a3a3a;
}
.custom-pagination .pagination .page-numbers {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  background: #dee2e6;
  border-radius: 50px;
}
.custom-pagination .pagination .page-item.active .page-link {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 0;
}

/* custom checkbox css */
/* The container */
.custom-checkbox .container {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}

/* Hide the browser's default checkbox */
.custom-checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 3px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox .container input:checked ~ .checkmark {
  background-color: #00b5e2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-btn {
  background: #00b5e2;
  padding: 10px;
  color: #fff;
  border: 1px solid transparent;
}
.filter-btn:hover {
  border: 1px solid #00b5e2;
  color: #00b5e2;
  background: transparent;
}
/* for top slider */
.top-slider {
  position: relative;
}
.top-slider::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.8); */
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%);
  top: 0;
}
.top-slider .set-bg-img .container {
  position: relative;
  z-index: 8;
  /* z-index: -1; */
  height: 100%;
  display: flex;
  align-items: center;
}
.top-slider .set-bg-img .slider-content {
  color: #fff;
}
.top-slider #overview-slider .carousel-indicators {
  margin-bottom: 30px;
}
.top-slider #overview-slider .carousel-control-prev,
.top-slider #overview-slider .carousel-control-next {
  width: 77px;
}
.top-slider #overview-slider .carousel-control-prev {
  transform: scaleX(-1);
}
.top-slider #overview-slider .carousel-indicators .active {
  border: 3px solid #fff;
  background-color: transparent;
}
/*.top-slider #overview-slider .top-carousel-img-one {
  background-image: url("desktop-banner3.jpg");
}
.top-slider #overview-slider .top-carousel-img-two {
  background-image: url("desktop-banner2.jpg");
}
.top-slider #overview-slider .top-carousel-img-three {
  background-image: url("desktop-banner1.jpg");
}
.top-slider #overview-slider .top-carousel-img-four {
  background-image: url("desktop-banner2.jpg");
}*/
.top-slider #overview-slider .set-bg-img {
  background-repeat: no-repeat;
  /* background-size: cover; */
  padding: 100px 0 130px 0;
  background-position: center;
  height: calc(100vh - 147px);
  max-height: 500px;
}
.top-slider #overview-slider .set-bg-img .slider-content {
/*   max-width: 460px; */
  max-width: 650px;
  padding-left: 8%;
}
.top-slider #overview-slider .set-bg-img .slider-content h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 10px;
  text-transform: uppercase;
 
}

/* for features slider */
.product-feature-slider .carousel-control-prev,
.product-feature-slider .carousel-control-next {
  width: 77px;
}
.product-feature-slider .carousel-control-prev {
  transform: scaleX(-1);
}
.product-feature-slider .carousel-indicators {
  bottom: -60px;
}
.product-feature-slider .carousel-indicators .dots-color {
  background-color: #fff;
}
.product-feature-slider .carousel-indicators .active {
  background-color: transparent;
  border: 3px solid #fff;
}
.product-feature-slider .slider-image {
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
}
.product-feature-slider .slider-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* carousel indicators */
.carousel-indicators [data-bs-target] {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid transparent;
  opacity: 1;
  text-indent: 0;
}

/* product wrap section */
.product-wrap .section-heading h2 {
  margin-bottom: 20px !important;
}

/* toggle css */
header .navbar-toggler {
  border: 1px solid;
}
header .navbar-toggler:focus {
  box-shadow: none;
}

/* section 4 product section */
.section-4 .product-item.d-flex.flex-column .image {
  height: 260px;
  width: 260px;
  cursor: pointer;
  padding: 40px;
  /* background: #f4f4f4; */
  position: relative;
  margin: 0 auto;
}
.section-4 .product-item.d-flex.flex-column .image::after {
  position: absolute;
  background: #c20130;
  content: "Sale";
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
}
.section-4 .product-item.d-flex.flex-column.align-items-center .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.product-wrap .product-info .desc {
  width: 100%;
  z-index: 1;
}
.section-4 .product-item {
  margin-bottom: 0;
  position: relative;
  margin-bottom: 20px;
}

/* add section csss */
.ads-section .ads-item {
  height: auto;
}
.ads-section .ads-item .desc h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3a3a3a;
  margin: 0 0 15px 0 !important;
  padding: 0;
  text-transform: uppercase;
}
.ads-section .ads-item .desc p {
  font-size: 17px;
  font-weight: 300;
  color: #3a3a3a;
  margin-bottom: 20px;
}
.product-wrap .product-info {
  height: auto;
}

.blog-wrap .blog-item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.product-wrap .product-info .product-item-clickable {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
}
.product-wrap .product-info img,
.ads-section .ads-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.product-wrap .product-info img{
  /* max-height:400px; */
  /* object-fit: unset; */
}

/* header css */
.fixed-header {
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
  animation: smoothScroll 1s forwards;
  top: 0 !important;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header .top-header-nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cross-icon,
.color-overlay {
  display: none;
}
.header {
  position: relative;
}
.header .top-header-nav-menu .tab-menu-open {
  font-size: 25px;
  color: #3a3a3a;
  display: none;
}
.header .mobile-icons {
  display: none;
}
.header .mobile-icons ul {
  display: flex;
}
.header .mobile-icons ul li + li {
  margin-left: 15px;
}
.header .mobile-icons ul li a {
  font-size: 25px;
  color: #3a3a3a;
}
.header .mobile-icons ul li .closebtn {
  font-size: 45px;
}
.header .for-mobile-flex {
  width: 100%;
}
.mmenu-brand-icons {
  background-color: #3a3a3a;
}
.mmenu-brand-icons .m-brand-icon {
  height: auto;
  width: 100px;
  /* display: block; */
  padding: 10px;
}
.mmenu-brand-icons .m-brand-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.header .top-header-nav-menu .mobile-account-lang,
.header .top-header-nav-menu .mobile-logo-icons {
  display: none;
}
.header .top-header-nav-menu .mobile-logo-icons {
  padding: 15px 10px;
  background-color: #3a3a3a;
}
.header .top-header-nav-menu .mobile-logo-icons a {
  height: auto;
  width: 100px;
  display: block;
}
.header .top-header-nav-menu .mobile-logo-icons a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.search-overlay-open {
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
  height: 62px;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
}
.search-overlay-open .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  color: black;
  z-index: 999;
}
.search-overlay-open input {
  border-radius: 0;
  height: 100%;
  font-size: 30px;
  font-weight: 600;
}
.search-overlay-open input::placeholder {
  font-size: 20px;
}
.nav-menu .nav-dropdown .dropdown-content {
  display: none;
  position: absolute;  
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 20px 0;
}
.nav-menu .nav-dropdown .dropdown-content h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav-menu .nav-dropdown:hover .dropdown-content {
  display: block;opacity:1;
}
.cross-icon-mobile i {
  position: absolute;
  right: 5px;
  font-size: 25px;
  z-index: 3;
  top: 5px;
}

/* footer css */
footer .footer-link-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
  place-items: flex-start;
}
footer .footer-link-flex .link-list-one {
  margin: 25px 20px 0 20px;
}

/* listing page css starts */
.filter-sec .breadcrum-with-sortby {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  flex-wrap: wrap;
}
.theme-card .filter-button {
  display: none;
}
.filter-sec .breadcrum-with-sortby .select-option {
  display: flex;
  align-items: center;
}
.theme-card .select-option {
  display: flex;
  align-items: center;
}
.theme-card .select-option .dropdown .btn {
  border: 1px solid #00b5e2 !important;
  padding: 10px 15px;
  color: #00b5e2;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.theme-card .select-option .dropdown .dropdown-toggle::after {
  background: url(chevron.svg) no-repeat;
  background-size: 13px auto;
  height: 15px;
  width: 15px;
  border: 0;
  margin-top: 5px;
  margin-left: 10px;
}
.theme-card .select-option .sort-by-box {
  border: 1px solid #00b5e2;
  padding: 5px;
}
.theme-card .select-option .selectpicker {
  border: none;
  background: transparent;
  color: #00b5e2;
}
.theme-card .select-option p {
  margin-right: 15px;
  font-size: 14px;
  font-weight: normal;
}
.theme-card .select-option .selectpicker option {
  color: #000;
  width: 100%;
}
.filter-sec .breadcrum-with-sortby .select-option .dropdown .dropdown-toggle {
  padding: 10px 20px;
  border: none;
  background-color: #00b5e2;
  color: #fff;
}
.filter-sec .breadcrum-with-sortby .select-option .dropdown .dropdown-menu {
  width: 100%;
}
.select2-search--dropdown {
  padding: 0;
}

.filter-sec .breadcrumb {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.filter-sec .breadcrumb .list-item {
  position: relative;
  display: inline-block;
/*   margin-right: 20px; */
  margin: 0 0 0px 12px; 
}
.filter-sec .breadcrumb .list-item .link {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  /*text-transform: uppercase;*/
  font-weight: 700;
}
.filter-sec .breadcrumb .list-item::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -13px;
  width: 6px;
  height: 11px;
  background-image: url("breadcrumb-divider.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.filter-sec .breadcrumb .list-item:last-child::after {
  content: none;
}
.filter-sec .breadcrumb:hover {
  color: #000;
  background-color: transparent;
  border: 0;
}

.select2 .select2-selection {
  background-color: #00b5e2;
  padding: 10px 15px;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #000;
}
.select2 .select2-selection .select2-selection__rendered {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-right: 44px;
  padding-left: 0;
  text-align: left;
}
.select2 .select2-selection .select2-selection__arrow {
  top: -2px;
  right: 14px;
  display: flex;
  height: 100%;
  align-items: center;
}
.select2 .select2-selection .select2-selection__arrow b {
  background-image: url("chevron.svg");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
  height: 10px !important;
  width: 16px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}
.select2.select2-container--open .select2-selection {
  background-color: #00b5e2;
}
.select2.select2-container--open .select2-selection .select2-selection__rendered {
  color: #fff;
}
.select2.select2-container--open .select2-selection .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-dropdown {
  border: 1px solid #ececec;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown .select2-results .select2-results__option {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding: 10px 15px;
  text-align: left;
}
.select2-dropdown .select2-results .select2-results__option.select2-results__option--selected {
  /* color: #84bd00; */
  background-color: #f5f5f5;
}
.select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  background-color: #f5f5f5;
}
.select2-dropdown .select2-results .select2-results__option:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.category-list .multi-select-wrap .select-box-top .select-box {
  /* width: 24%; */
  margin-bottom: 15px;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-body ul li {
  display: flex;
  align-items: center;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-body ul li + li {
  margin-top: 5px;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-body {
  padding: 10px;
}

.category-list .multi-select-wrap .select-box-top .select-box .accordion-body ul li label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.red-color {
  background-color: red;
}
.blue-color {
  background-color: blue;
}
.gray-color {
  background-color: gray;
}
.green-color {
  background-color: green;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-button {
  font-size: 15px;
  color: #00b5e2;
  padding: 10px;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-button.bluecolor {
  color: #00b5e2 !important;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-button.bluecolor::after {
  background-image: url("chevron.svg") !important;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-button.collapsed {
  font-size: 15px;
  color: #3a3a3a;
  padding: 10px;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-button:not(.collapsed) {
  background-color: #fff;
  /* font-size: 15px; */
  color: #3a3a3a;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-button::after {
  background-image: url("chevron-blue.svg");
  background-position: center;
  background-size: 15px auto;
}
.category-list .multi-select-wrap .select-box-top .select-box .accordion-button:focus {
  border: none;
}
.category-list .multi-select-wrap .select-box-top .select-box .dropdown-toggle {
  border: none;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: #00b5e2;
  color: white;
  font-size: 16px;
  border-radius: 0;
}
.category-list .multi-select-wrap .select-box-top .select-box .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 17px;
}
.category-list .multi-select-wrap .select-box-top .select-box .dropdown-menu {
  width: 100%;
}
.category-list .multi-select-wrap .filter-btn {
  width: 6%;
}
.category-list .select-box {
  position: relative;
}
.category-list .select2 .select2-selection .select2-selection__rendered {
  font-size: 16px;
}
.category-list .filter-icon {
  background-color: #00b5e2;
  color: #fff;
  line-height: 44px;
  display: inline-block;
  font-size: 16px;
  width: 80%;
  margin-left: 10px;
}

.product-description-section .section-image {
  margin: 0 auto;
  height: 500px;
  max-width: 100%;
}
.product-description-section h3 {
  color: #3a3a3a;
  line-height: 28px;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.product-description-section .section-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* modal css */
.custom-modal .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
}

.match-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

/* theme card section css */
/* .theme-card .product-item {
  margin-bottom: 3rem;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 19%);
} */
.theme-card .product-item .product-image {
  margin-bottom: 5px;
  height: 338px;
  width: 338px;
  padding: 50px;
}
.theme-card .product-item .product-content {
  padding: 15px 20px;
}
.theme-card .product-item .product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.theme-card .product-item .tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4e008e;
  margin-bottom: 10px;
}
.theme-card .product-item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.theme-card .product-item .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #4e008e;
}
.theme-card .product-item .btn-green {
  line-height: 40px;
  background: #84bd00;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}
.theme-card .product-item .btn-green:hover {
  opacity: 0.8;
}
.theme-card .product-item .view .btn {
  font-size: 18px;
  padding: 0 16px;
}
.theme-card .custom-modal .modal {
  padding-right: 0 !important;
}
.theme-card .custom-modal .modal .modal-dialog {
  max-width: 650px;
}
.theme-card .custom-modal .view-img-content {
  display: flex;
}
.theme-card .custom-modal .view-img-content .view-image {
  height: auto;
  width: 210px;
  margin-right: 15px;
}
.theme-card .custom-modal .view-img-content .view-content {
  width: calc(100% - 225px);
}
.theme-card .custom-modal .view-img-content .view-content .view-cart {
  background: #3a3a3a;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: white;
}
.theme-card .custom-modal .view-img-content .view-content .qty-with-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-card .custom-modal .view-img-content .view-content .qty-with-cart .full-view-btn a {
  background: #00b5e2;
  color: white;
  border-radius: 5px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-quantity {
  display: flex;
  align-items: center;
  width: 35%;
}
.theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-quantity span {
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}
.theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-quantity .input-group {
  flex-wrap: nowrap;
}
.theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-quantity input {
  border: 1px solid #ced4da;
}
.theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-quantity .input-group span {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-cart i {
  margin-right: 5px;
}
.theme-card .custom-modal .view-img-content .view-content h5,
.check-availabilty {
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
.theme-card .custom-modal .view-img-content .view-content .check-availabilty {
  padding: 15px 0;
}
.theme-card .custom-modal .view-img-content .view-content h6 span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.theme-card .custom-modal .view-img-content .view-content .modal-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.theme-card .custom-modal .view-img-content .view-content p {
  font-weight: normal;
  font-size: 15px;
  padding: 10px 0;
}
.theme-card .custom-modal .view-img-content .view-content .quick-view-price {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.theme-card .custom-modal .view-img-content .view-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-targus-product .product-box {
  border: 1px solid #cecece;
}
.why-targus-product .product-box h5 {
  width: 100%;
  background: #3a3a3a;
  color: #fff;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 22px;
  padding: 17px 20px;
  margin-top: 0;
}
.why-targus-product .product-box .product-content {
  padding: 20px;
}
.why-targus-product .product-box .product-content p {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 15px;
}
.why-targus-product .product-box .product-content strong {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: block;
}
/* listing page css ends */

/* product details page css starts*/
.sub-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.details-section-one p {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}
.details-section-one .section-one-left-content h5 {
  font-size: 25px;
  line-height: 30px;
}
.details-section-one .top-content {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.details-section-two .section-two-image {
  height: 480px;
  width: 480px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.details-section-two p {
  font-weight: normal;
  font-size: 16px;
}
.details-section-two .section-two-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.details-section-two .section-two-content {
  width: 70%;
  margin: 0 auto;
}
.product-details-tab {
  background-color: #4e008e;
}
.product-details-tab p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 28px;
  color: #fff;
}
.product-details-tab #productTabSlider .details-tab-content h5 {
  font-size: 36px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.product-details-tab #productTabSlider .carousel-indicators {
  top: 0;
  bottom: auto;
}
.product-details-tab #productTabSlider .carousel-indicators [data-bs-target] {
  height: 40px;
  width: 100px;
  border-radius: 0;
  background-color: #00b5e2;
  font-size: 15px;
  border: 1px solid transparent;
  margin: 0 10px;
  color: #fff;
}
.product-details-tab #productTabSlider .carousel-indicators .active {
  background-color: #fff;
  color: #00b5e2;
  border: 1px solid #00b5e2;
}
.product-details-tab #productTabSlider .row.align-items-center {
  padding-top: 90px;
}
.product-details-tab #productTabSlider .carousel-control-prev,
.product-details-tab #productTabSlider .carousel-control-next {
  width: 77px;
}
.product-details-tab #productTabSlider .carousel-control-prev {
  transform: scaleX(-1);
}
.details-section-three {
  background-image: url("/cdn/shop/articles/how-targus-supports-hotdesking_1200x1200.jpg?v=1643742311");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: flex-end;
}
.details-section-three .section-three-content {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.details-section-three .section-three-content h2 {
  font-size: 30px;
}
.details-section-three .section-three-content p {
  font-size: 20px;
  line-height: 1.5;
}
.details-section-three .section-three-image {
  height: 100%;
  width: 100%;
}
.details-section-three .section-three-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* banner section */
.mobile-slider {
  display: none;
}
/* product details page css ends*/
/* shejal media queries */
@media screen and (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 16px 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .main-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .product-feature-slider .carousel-control-prev,
  .product-feature-slider .carousel-control-next {
    width: 27px !important;
  }
  .top-slider #overview-slider .carousel-control-prev,
  .top-slider #overview-slider .carousel-control-next {
    width: 30px !important;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 16px 14px;
  }
}
@media screen and (min-width: 768px) {
  .theme-card .d-flex.justify-content-between {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-wrap .product-info .desc h2 {
    font-size: 20px !important;
  }
  .product-wrap .product-info .desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product-feature-slider .carousel-item .slider-content h2 {
    display: none;
  }
  .product-feature-slider.trending-product .carousel-item .slider-content h2 {
    display: block;
  }
  .product-feature-slider .carousel-control-prev,
  .product-feature-slider .carousel-control-next {
    display: none;
  }
  .product-feature-slider .carousel-item .slider-content.text-start {
    text-align: center !important;
    margin-top: 20px;
  }
  .product-feature-slider .slider-order-sm-2 {
    order: 2;
  }
  .product-feature-slider .slider-order-sm-1 {
    order: 1;
  }
  .main-title {
    font-size: 25px;
  }
  .footer .footer-btm .col-12.col-lg-6 {
    text-align: center;
  }
  .footer .subscribe-section {
    max-width: 100%;
  }
  .footer .logo {
    text-align: center;
  }
  .footer .social-link {
    justify-content: center;
  }
  .footer .subscribe-section {
    text-align: center;
  }
  header .navbar {
    box-shadow: 0px 0px 11px rgb(0 0 0 / 20%);
  }
  .search-input {
    padding-bottom: 15px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
    border-bottom: 1px solid #3a3a3a;
  }
  .header .navbar .search-input input {
    padding: 15px 0;
    /*border-bottom: 1px solid #3a3a3a;*/
  }
  .header .navbar .search-input input::placeholder {
    color: #3a3a3a;
    font-weight: 700;
  }
  .search-input .icon-search {
    top: 10px;
  }
  .announcement-bar nav.announcement-link.d-flex.align-items-center.justify-content-end {
    justify-content: center !important;
  }
  .announcement-bar .announcement-brand {
    justify-content: center;
  }
  .top-slider #overview-slider .carousel-control-prev,
  .top-slider #overview-slider .carousel-control-next {
    display: none;
  }

  .custom-header .announcement-bar {
    display: none;
  }
  .header .top-header-nav-menu .nav-menu.nav-menu-none {
    display: none;
  }
  .header .top-header-nav-menu .nav-menu {
    position: fixed;
    background: #f4f4f4;
    height: 100vh;
    left: 0;
    top: 0;
    width: 55%;
    z-index: 99;
    overflow: auto;
  }
  .header .top-header-nav-menu .nav-menu.tab-menu-display {
    display: block !important;
  }
  .header .top-header-nav-menu .navbar-nav {
    padding-top: 40px;
  }
  .cross-icon {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #3a3a3a;
    top: 5px;
  }
  .cross-icon,
  .header .top-header-nav-menu .tab-menu-open,
  .header .mobile-icons {
    display: block !important;
  }
  .no-search-mobile {
    display: none;
  }
  .header .top-header-nav-menu .nav-menu {
    display: none;
  }
  .header .top-header-nav-menu {
    justify-content: flex-start !important;
  }
  .header .top-header-nav-menu .navbar-brand {
    margin: 0 auto;
  }
  .header .for-mobile-flex {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .color-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 45%;
    right: 0;
    z-index: 9999;
    top: 0;
  }
  .header .top-header-nav-menu .mobile-account-lang {
    display: block !important;
    padding: 15px 10px;
    background: white;
  }
  .header .top-header-nav-menu .mobile-account-lang .account-lang-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .top-header-nav-menu .mobile-account-lang .account-lang-flex a {
    display: flex;
    align-items: center;
    color: #3a3a3a;
  }
  .header .top-header-nav-menu .mobile-account-lang .account-lang-flex a i {
    margin-right: 5px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid #4e008e;
  }
  .header .top-header-nav-menu .nav-menu-parent {
    display: none;
  }
  .header .top-header-nav-menu .nav-menu-parent.is-active {
    display: block;
  }
  .header .overlay-parent {
    display: none;
  }
  .header .overlay-parent.is-active {
    display: block;
  }
  .body-event.is-active {
    overflow: hidden;
  }

  /* listing page  */
  /* .category-list .multi-select-wrap .select-box-top .select-box {
    width: 48%;
  } */
  .category-list .multi-select-wrap {
    flex-direction: column;
  }
  .category-list .multi-select-wrap .select-box-top,
  .category-list .multi-select-wrap .filter-btn {
    width: 100%;
  }
  .category-list .filter-icon {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px !important;
    font-weight:bold !important;
  }
  .product-wrap .section-heading h2 {
    font-size: 24px !important;
    font-weight:bold !important;
  }
  .section-3 .section-info-left h2,
  .blog-wrap .section-heading,
  .section-4 .section-heading,
  .ads-section .section-heading {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .product-feature-slider .carousel-item .slider-content h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-content,
  .para-content {
    font-size: 15px;
  }
  .product-feature-slider .carousel-item .slider-content p {
    font-size: 15px;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }

  .top-slider #overview-slider .set-bg-img {
    padding: 50px 0 80px 0 !important;
    height: 80vh;
  }
  .top-slider .set-bg-img .container {
    height: 100%;
    display: flex;
  }

  .top-slider #overview-slider .set-bg-img .slider-content p {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
  .top-slider #overview-slider .set-bg-img .slider-content {
    max-width: 100% !important;
    padding-left: 0 !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .theme-card .custom-modal .view-img-content {
    flex-direction: column;
  }
  .theme-card .custom-modal .view-img-content .view-image {
    width: 100%;
    margin-right: 0;
  }
  .theme-card .custom-modal .view-img-content .view-content {
    width: 100%;
    margin-top: 20px;
  }
  .theme-card .filter-button {
    display: block;
  }
  .no-mobile-filter {
    display: none;
  }
  .desktop-video .video-content h3 {
    font-size: 30px;
  }
  .desktop-video .video-content p {
    font-size: 16px;
    margin-top: 20px;
  }
  .support-box-2-4{width:100%;}
}
@media screen and (max-width: 480px) {
  .section-3 .section-info-right .info-list {
    flex-direction: column;
  }
  .section-3 .section-info-right .info-content {
    width: 100%;
  }
  .section-3 .section-info-right .info-img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .para-content {
    text-align: center;
  }
  .product-wrap .product-info .desc p {
    margin-bottom: 20px;
  }
  .product-wrap .product-info .desc h2 {
    margin-bottom: 20px !important;
  }
  .color-overlay {
    width: 0;
  }
  .header .top-header-nav-menu .nav-menu {
    width: 100%;
  }
  /*.top-slider #overview-slider .top-carousel-img-one {
    background-image: url("mobile-banner1.jpg");
  }
  .top-slider #overview-slider .top-carousel-img-two {
    background-image: url("mobile-banner2.jpg");
  }
  .top-slider #overview-slider .top-carousel-img-three {
    background-image: url("mobile-banner1.jpg");
  }
  .top-slider #overview-slider .top-carousel-img-four {
    background-image: url("mobile-banner2.jpg");
  }*/

  /* listing page */
  .category-list .multi-select-wrap .select-box-top .select-box {
    width: 100%;
  }
  .theme-card .custom-modal .view-img-content .view-content .qty-with-cart {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-quantity {
    width: 60%;
  }
  .theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-quantity {
    margin-bottom: 20px;
  }
  .theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-cart i {
    display: none;
  }
  .theme-card .custom-modal .view-img-content .view-content .qty-with-cart .view-cart {
    display: block;
    width: 100%;
    text-align: center;
  }
  .desktop-video {
    display: none;
  }
  .mobile-slider {
    display: block;
  }
  .theme-card .select-option p {
    display: none;
  }

  /* pagination css */
  .custom-pagination .pagination .page-item.prev-next .page-link,
  .custom-pagination .pagination .page-item .page-link {
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  .custom-header .announcement-bar .announcement-brand .brand {
    height: auto;
    width: 100px;
  }
  .custom-header .announcement-bar .announcement-brand .brand img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .custom-header .announcement-link .link {
    padding: 10px;
  }
  .header .top-header-nav-menu .mobile-logo-icons a {
    width: 80px !important;
  }
  .top-slider #overview-slider .set-bg-img .slider-content p {
    font-size: 16px;
  }

  .product-wrap .product-info .desc h2,
  .ads-section .ads-item .desc h2 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
  }
  .product-wrap .product-info .desc p,
  .ads-section .ads-item .desc p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

/* discount section css starts */
.discount-section .discount-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discount-section .discount-content {
  width: 46%;
  padding-left: 100px;
}
.discount-section .discount-content .btn-primary {
  background-color: #4e008e;
}
.discount-section .discount-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 28px;
}
.discount-section .discount-img {
  width: 50%;
  height: 400px;
}
.discount-section .discount-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .discount-section .discount-content h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .discount-section .discount-content p {
    font-size: 15px;
  }
  .discount-section .discount-flex {
    flex-direction: column;
  }
  .discount-section .discount-content {
    width: 100%;
    order: 2;
    padding: 30px 20px 50px;
    text-align: center;
  }
  .discount-section .discount-img {
    width: 100%;
  }
}
/* discount section css ends */

/* return section css starts */
.shipping-return-section {
  background-color: #4e008e;
}
.shipping-return-section .return-flex {
  display: flex;
  justify-content: space-between;
}
.shipping-return-section .return-flex .shipping-img-content .shipping-img {
  height: 150px;
  width: 230px;
  margin: 0 auto;
}
.shipping-return-section .return-flex .shipping-img-content .shipping-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.shipping-return-section .return-flex .shipping-img-content {
  width: 50%;
}
.shipping-return-section .return-flex .shipping-img-content .shipping-content {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.shipping-return-section .return-flex .shipping-img-content .shipping-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
.shipping-return-section .return-flex .shipping-img-content .shipping-content p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#CustomerLoginForm p {
    color: #788188;
    margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .shipping-return-section h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .shipping-return-section .return-flex .shipping-img-content .shipping-content h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .shipping-return-section .return-flex {
    flex-direction: column;
  }
  .shipping-return-section .return-flex .shipping-img-content {
    width: 100%;
  }
  .shipping-return-section .return-flex .shipping-img-content + .shipping-img-content {
    margin-top: 20px;
  }
}
/* return section css ends*/

/* Trending products css starts */
.trending-product .modal-number {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  color: #000;
  font-weight: 300;
}
.trending-product .slider-content h3 {
/*   font-size: 36px; */
  font-size: 30px;
/*   font-weight: 800; */
  font-weight: 300;
  line-height: 38px;
  color: #000;
  margin-bottom: 5px;
}
.trending-product .rating-reviews {
  margin-bottom: 5px;
  color: #000;
}
.trending-product .original-price {
  font-size: 26px;
  color: #000;
  
  text-decoration: line-through;
}
.trending-product .sale-price {
  font-size: 26px;
  color: #ba0c2f;
/*   font-weight: 700; */
  margin-left: 10px;
}
.product-feature-slider.trending-product {
  background-color: #f1f1f1;
}
.product-feature-slider.trending-product .carousel-item .slider-content p {
  margin-top: 10px;
}
.product-feature-slider.trending-product .carousel-item .slider-content h2,
.product-feature-slider.trending-product .carousel-item .slider-content p {
  color: #000;
}
.product-feature-slider.trending-product .carousel-indicators .dots-color {
  background-color: #000;
}
.product-feature-slider.trending-product .carousel-indicators .active {
  border: 3px solid #000;
  background-color: transparent !important;
}
.dropdown-content li{margin:15px 0;}
.nav-menu .nav-dropdown .dropdown-content ul li a{font-size:16px;white-space: nowrap;}
/*collection page pdp*/
.pdp-premium-content-new {
    padding-top: 30px;
    margin-bottom: 40px;
}
.pdp-premium-content {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    max-width: 1320px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    vertical-align: middle;
}
.pdp-premium-padding-right {
    padding-right: 32px;
}
.pdp-premium-content-text {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.pdp-premium-content h3 {
    font-family: proxima-nova,sans-serif;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 2px 0;
    color: #000;
    text-align: left;
}
.pdp-premium-content-text p, .topic-page .pdp-premium-content-text p {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 10px;
}
#plp-premium-content-wrap #plp-premium-content a, .pdp-premium-content-new .pdp-premium-content a {
    color: #00b5e2;
    font-weight: 700;
}
.pdp-premium-padding-right {
    padding-right: 32px;
}
.pdp-premium-content-image {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.pdp-premium-content-image img {
    width: 100%;
}
.pdp-premium-content img {
    max-width: 100%;
}
#plp-premium-content-wrap {
    padding-top: 0!important;
}
#plp-premium-content-wrap, .plp-premium-content-wrap {
    padding: 20px 0;
}
#plp-premium-content, .plp-premium-content {
    max-width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #cecece;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
#plp-premium-content #plp-premium-content-heading {
    margin-bottom: 20px;
}
#plp-premium-content-heading h2, .plp-premium-content-heading h2 {
    width: 100%;
    min-height: 50px;
    background: #3a3a3a;
    color: #fff;
    font-size: 16px;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    line-height: 22px;
    padding: 17px 20px;
    margin-top: 0;
}
#plp-premium-content p, .plp-premium-content p {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 0 20px 0 20px;
}
#plp-premium-content p, #plp-premium-content ul, .plp-premium-content p, .plp-premium-content ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#plp-premium-content strong, .plp-premium-content strong {
    font-size: 16px;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    color: #000;
}
.product__info-wrapper{background: #f1f1f1;padding:35px 40px 0px 40px;box-sizing: border-box;margin-bottom: 80px;}
.mainproductdiv{margin-top:30px;}
.product-images li, #detail .product-images figure, .product-images a,.product-images img {
  display: block;
  outline: none;
  border: none;
}
.product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
.product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  margin-top:30px;
}
.product-images .thumb-nav.slick-slider .slick-prev,.product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
/*.product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
.product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}*/
.product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
.product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
.product-images .thumb-nav li.slick-current img {
  border-color: #f1f1f1;
}
.product__title{color: #000;
    font-family: proxima-nova,sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;text-transform: none;
    margin-bottom: 0;}
#pdp-tagline {
    font-family: proxima-nova,sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #3a3a3a;
    margin-bottom: 12px;
}
#pdp-product-sku {
    margin-bottom: 12px;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
#pdp-product-sku-label {
    font-weight: 800;
    float: left;
    margin-right: 8px;
}
#pdp-product-sku-value {
    font-weight: 300;
    float: left;
    color: #3a3a3a;
}
.pdp-feature-divider {
    border-top: 1px solid #cecece;
    padding-top: 20px;
    margin-top: 20px;
}
#pdp-price-wrap {
    width: 100%;
    display: table;
    vertical-align: middle;
}
#pdp-prices {
    display: table-cell;
    vertical-align: middle;
}
#pdp-prices {
    min-width: 140px;
    max-width: 150px;
}
.product-single__price {
    color: #788188;    
    font-weight:400;
}
.product-price__price {
    color: #000;
    font-family: proxima-nova,sans-serif;
    font-size: 26px;
    font-weight: 700;
}
.product-single__price {
    float: left;
    width: 100%!important;
    margin-bottom: 0;display: inline-block;
    padding-bottom: 0;
}
.hide {
    display: none!important;
}
#cart-button-wrap {
    width: 100%;
    display: table;
    margin-top: 15px;
    margin-bottom: 10px;
}
#ComparePrice-product-template {
    color: #6d6d6d;
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
#extend-offer {
    display: none;
    padding-bottom: 5px;
}
#pdp-quantity-wrap {
    width: auto;
    float: none;
    display: table-cell;
    vertical-align: middle;position: relative;
    margin-top: 18px;
}
.product-form__item--quantity {
    -moz-flex: 0 0 100px;
    flex: 0 0 100px;margin-bottom: 10px;
  width: 90px;
}
.quantity-wrap input {
    width: calc(100% - 20px);
    height: 44px;
    float: left;
    display: block;
    padding: 0 18px 0 0;
    margin: 0 10px 0 0;
    background: #fff;
    color: #000;
    font-size: 18px;
    text-align: center;
    border: 0;
}
.quantity-nav {
    float: left;
    position: relative;
    height: 44px;
    margin-right: 10px;
    background: #fff;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 30px;
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: "Trebuchet MS",Helvetica,sans-serif!important;
    line-height: 20px;
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
}
input[type=number] {
    -moz-appearance: textfield;
}
#cart-button {
    width: 100%;
    display: table-cell;
  
}
.product-form__cart-submit {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    margin-top: 0;
    background: #EE7622;
    padding: 10px 18px;
    border-radius: 2px;
    color:#fff;
    min-height: 44px;
  text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
  font-family: Proxima-Nova, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 16px;
}
#pdp-short-description {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
}
#pdp-features {
    width: 100%;
    float: left;
}
#pdp-features-heading {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    float: left;
    font-weight: 800;
    width: 100%;
    margin-bottom: 4px;
}
#pdp-feature-list {
    float: left;
    margin-bottom: 20px;
}
#pdp-feature-list ul {
    padding: 0;
    margin: 0 0 5px 0;
}
#pdp-feature-list li {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    list-style: disc outside;
    margin: 0 0 8px 12px;
    color: #000;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
#pdp-feature-less, #pdp-feature-more {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #00b5e2;
    cursor: pointer;
    margin-top: -2px;
    margin-bottom: 8px;
    display: block;
}
.product__media-wrapper .slick-arrow{width: 24px;
    height: 24px;
    border-radius: 3px;
    background: rgba(255,255,255,.75);
    box-shadow: 0 0 1px #99999980;
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;cursor: pointer !important;margin: auto;
    opacity: .6;left: auto;
    right: 0;
    top: 50%;
    bottom: 0;z-index: 120;}
.product__media-wrapper .slick-next:before {   
  -webkit-transform: translate(-50%,-50%) rotateZ(135deg);
    transform: translate(-50%,-50%) rotate(135deg);
  content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    border-width: 3px;
    border-color: #31333d99;
    border-style: solid;
    border-right: none;
    border-bottom: none;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}
.product__media-wrapper .slick-prev:before {   
  content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    border-width: 3px;
    border-color: #31333d99;
    border-style: solid;
    border-right: none;
    border-bottom: none;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;left: 62%;
    -webkit-transform: translate(-50%,-50%) rotateZ(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
.product__media-wrapper .slick-prev
{
left: -100%;
}

.pdp-content-heading-wide {
    font-family: proxima-nova,sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
    text-align: center;
}
.pdp-content-heading-wide span {
    background: #fff;
    padding: 0 20px;
    text-align: center;
}
.pdp-content-heading-wide+* {
    border-top: solid 1px #cecece;
    padding-top: 28px;
    margin-top: -14px;
}
.overview-title{
  line-height:0px;
}
#pdp-long-description p {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;margin: 0 0 20px;
}
#pdp-video-wrap {
    margin-bottom: 50px;
    font-size: 12px;
}
#pdp-video-main {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.vid-thumb-main {
    margin: 18px auto 5px auto;
    overflow: hidden;
    border: 0;
    max-width: 800px;
    position: relative;
}
.vid-thumb-main iframe {
    width: 100%;
    min-height: 449px;
}
#pdp-video-title {
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
}
#pdp-video-thumbs {
    width: 100%;
    text-align: center;
}
#pdp-long-description{margin-bottom:70px;margin-top:50px;}
#pdp-specifications {
    width: 100%;
    float: left;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
#pdp-specifications-list {
    width: 100%;
    float: left;
}
#pdp-specs-ul {
    margin: 22px 0 32px 0;
    width: 100%;
    float: left;
}
.pdp-spec-li {
    width: 100%;
    float: left;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    margin-bottom: 6px;
}
.pdp-spec-label {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 12px;
    font-weight: 700;
    color: #000;
}
.pdp-spec-value {
    width: 50%;
    max-width: 320px;
    float: left;
    padding-left: 12px;
    color: #3a3a3a;
    font-weight: 300;
}
.pdp-premium-content h3 {
    font-family: proxima-nova,sans-serif;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 2px 0;
    color: #000;
    text-align: left;
}
.pdp-premium-content-text p, .topic-page .pdp-premium-content-text p {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 10px;
}
.pdp-premium-content {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    max-width: 1160px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    vertical-align: middle;
}
.pdp-premium-content-new {
    padding-top: 30px;
    margin-bottom: 40px;
}
.pdp-premium-padding-right {
    padding-right: 32px;
}
.pdp-premium-content-image {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.pdp-premium-padding-left {
    padding-left: 32px;
}
.pdp-premium-content-text {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.cart td {
    padding: 22px;
}

.hide-icon {
  display: none;
}

@media screen and (max-width: 767px) {
    
  .hide-icon {
    display: block;
    float: right;
    margin-right: 4rem;
    margin-top: -1rem;
  }
  .remove-hide {
    display: none;
  }
}

.cart table {
    margin-bottom: 27.5px;
    width: 100%;
}
.cart th {
    font-weight: 400;
    padding: 27.5px 0;
}
.cart td, .cart th {
    border: 0;
}
.cart__image-wrapper {
    width: 130px;
}
.cart__image {
    max-height: 95px;
}
.list-view-item__title, .list-view-item__title a{min-width: 100px;font-weight: 700;color:#3d4246;font-size:16px;}
.cart .btn--small {
    background: #aaa;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    margin: 0;color:#fff;
    padding: 0 10px;
}
.cart__qty-label {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.cart__qty-input {
    text-align: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
  padding: 10px 5px;
}
.text-right {
    text-align: right!important;
}
#cart__special .cart__special_panel {
    margin-left: 20px;
}
#cart__special .cart__special_panel {
    margin-left: 20px;
}
.product-form__item--submit {
    -moz-flex: 1 1 300px;
    flex: 1 1 300px;margin-bottom: 10px;width: 200px;
}
.product-single__title {
    margin-bottom: 0;
}
.max200{    max-width: 200px;
    max-height: 200px;position: relative;
    margin: 0;width:200px;
    padding: 10px 10px 10px 10px;
opacity: 1;
    transition: opacity .3s;}
/*#AddToCart-cart-template,.product-form__cart-submit{
    margin-top: 20px;
}*/
p.shipping-savings-message-success {
    margin-bottom: 21px;
    color: #84bd00;
    font-size:16px;
    font-weight: 400;
    margin: 8px; 
    float: right;
}
.cart__footer {
    padding-bottom: 40px;padding-top: 10px;
}
.cart__subtotal {
    padding-left: 55px;
    min-width: 150px;
    display: inline-block;
}
.cart__shipping {
    font-style: italic; font-size:16px;   
    padding: 18px 0 20px;
}
.cart__footer p {
    font-family: proxima-nova,sans-serif;
    color: #000;
  margin: 0 0 20px;font-size:16px;
}
.cart__footer .btn--secondary {
    background-color: #00b5e2;
    color: #fff;
    border-color: var(--settings-color_borders);
}
.cart__footer .btn{width: auto;
    height: 40px;
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    line-height: 40px;
    display: inline-block;letter-spacing: .08em;
    white-space: normal;vertical-align: middle;
    cursor: pointer;    text-decoration: none;
    padding: 0 30px;
    border: 0;
    border-radius: 0;margin-right: 10px;}
.cart__footer a:focus,.cart__footer a:hover {
    opacity: .6;
}
.cart__footer .checkout-button {
    background: #84bd00;margin-right:0px;
}
.btn:focus, .btn:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    opacity: .6;
}
.form-vertical input, .form-vertical select, .form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 19.4444444444px;
}
label {
    display: block;
    margin-bottom: 5px;
}
#CustomerLoginForm a,.default-link{font-family: proxima-nova,sans-serif;
    font-weight: 700;font-size:16px;
    color: #00b5e2;}
input, textarea {
    padding: 10px 18px;
}
input, select, textarea {
    border: 1px solid #e8e9eb;
    color: #3d4246;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
}
body, button, input, select, textarea {
    font-size: 16px;
    font-family: Proxima-Nova, sans-serif;
    color: #3d4246;
    line-height: 1.5;
}
.global-button {
    width: auto!important;
    height: 40px;
    line-height: 40px;
    background: #00b5e2;
    border: 2px solid #00b5e2;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    color: #fff!important;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0 30px;border-radius: 2px;
    -webkit-appearance: none;
}
.d-inline {
    display: inline!important;
}
#pgs-header #pgs-hero__image, #pgs-header .pgs-hero__image, .landing-pages-business #pgs-hero__image, .landing-pages-business .pgs-hero__image {
    min-height: 160px;
    max-height: 380px;
    height: 100vh;
}
#pgs-banner-text-wrap-wrap, .pgs-banner-text-wrap-wrap {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}
#pgs-hero__image, .pgs-hero__image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    max-width: 100%;
    margin: 0 auto;
    opacity: 1;
}
#pgs-banner-text-wrap, .pgs-banner-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
#pgs-banner-text, .pgs-banner-text {
    width: 100%;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8%;
}
#pgs-banner-description, #pgs-banner-title, .pgs-banner-description, .pgs-banner-title {
    width: 100%;
    max-width: 480px;
    color: #fff;
}
#pgs-banner-title h1, .pgs-banner-title h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
    max-width: 480px;
    margin: 0 auto 10px;
    font-family: proxima-nova,sans-serif;
}
#pgs-banner-description, .pgs-banner-description {
    color: #fff;
    font-family: proxima-nova,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;width: 100%;
    max-width: 480px;
}
#pgs-banner-description p, #pgs-banner-description span, .pgs-banner-description p, .pgs-banner-description span {
    color: #fff;
    width: 100%;
    margin: 20px auto 0;
    font-family: proxima-nova,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}
.banner-section .banner-content p{color:#fff;}
#prs-wrap {    
    margin: 32px auto 0 auto;
}
#prs-nav {
    text-align: center;
    margin-bottom: 40px;
}
#prs-nav a {
    font-family: proxima-nova,sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #aaa;
    margin: 0 30px 0 0;
}
#plp-pagination {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 40px 0;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
  float:none;clear:both;
  
}
#plp-pagination .page.current,.pagination .page.current, #prs-content #plp-pagination .page.current {
    background: #3a3a3a;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -khtml-border-radius: 15px;
    padding: 0;
}
#plp-pagination .page{
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
}
.prs-content-post-date {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #3a3a3a;
}
.prs-content-post-date {
    margin-top: 24px;
}
.article__grid-excerpt {
    margin-bottom: 24px;
}
.mt20{margin-top:20px;}
.article__grid-excerpt {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  word-wrap: break-word;
}
.prs-content-post-heading a, .prs-content-post-heading h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 25px;
  color: #000!important;
  text-transform: none;
}
#prs-nav a {
    margin: 0 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
#prs-nav #prs-nav-selected {
    color: #000;
    border-bottom: 3px solid #00b5e2;
}
#plp-pagination .deco, #plp-pagination .next a, #plp-pagination .page a{
    color: #3a3a3a;
}
#blog-single-heading {   
    margin: 32px 0 0 0;
}
#blog-single-heading h1 {
    font-family: proxima-nova,sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    color: #000;
    margin: 0 0 24px 0;
}
#blog-content-post-date {
    font-size: 14px;
    font-family: proxima-nova,sans-serif;
    color: #3a3a3a;
    font-weight: 400;
    margin-bottom: 40px;
}
#prs-single-image {
    margin-bottom: 20px;
}
#prs-single-content, #prs-single-content i, #prs-single-content p {
    color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;margin: 0 0 20px;
}
#prs-single-content h3 {
    display: block;
    font-size: 1.17em;
    margin:1em 0;
    font-weight: bold;
}
#blog-subscribe {
    width: 100%;
    background: #f1f1f1;
    margin-top: 30px;
    padding: 4px 20px 7px 20px;
}
.mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0;
}
#blog-subscribe #mc_embed_signup_scroll h2, #blog-subscribe .mc_embed_signup_scroll h2 {
    font-family: proxima-nova,sans-serif!important;
    font-size: 22px!important;
}
.mc_embed_signup input.email {
    font-size: 15px;
    border: 1px solid #ABB0B2;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 40px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0 -5px 0 0!important;
    width: 350px!important;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mc_embed_signup .clear {
    display: inline-block;
}
.mc-field-group.input-group {
    margin-top: 30px;
}
.mc-field-group {
    display: inline-block;
}
#blog-subscribe .input-group strong {
    font-family: proxima-nova,sans-serif!important;
    font-size: 16px!important;
    display: block;
    margin-top: -5px;
}
#blog-subscribe .mc-field-group.input-group ul {
    padding: 0;
    margin: 0;
}
#blog-subscribe .input-group li {
    margin: 20px 7px 0 7px;
    display: inline-block;
}
#blog-subscribe .input-group input {
    width: 15px;
    height: 15px;
    margin-top: -2px;float: left;
    padding: 0;
}

.mc-field-group.input-group {
    margin-top: 30px;display: inline-block;
}
#blog-subscribe .input-group strong {
    font-family: proxima-nova,sans-serif!important;
    font-size: 16px!important;
    display: block;
    margin-top: -5px;
}
#blog-subscribe .input-group label {
    font-family: proxima-nova,sans-serif!important;
    font-size: 13px!important;
    font-weight: 500!important;
    float: left;margin-left: 5px;display: block;padding-bottom: 10px;
}
#blog-after-content {
    width: 100%;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 30px auto;
    padding: 10px 0;
}
#blog-post-next, #blog-post-previous {
    font-size: 14px;
    margin-top: 3px;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}
#blog-post-next a, #blog-post-previous a {
    color: #00b8e4;
    font-weight: 700;
}
#blog-post-tags {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    color: #cecece;margin-bottom:30px;
}
#blog-post-tags a {
    color: #00b8e4;
    margin: 0 8px;
    font-weight: 600;
    white-space: nowrap;
}
#prs-content {
    width: 70%;
    padding-right: 30px;
    float: left;
    border-right: 1px solid #ccc;
}
#prs-sidebar {
    width: 30%;
    padding-left: 30px;
    float: left;
}
.article__list-image-wrapper {
    float: left;
    margin-right: 20px;
}
.prs-content-post-heading a, .prs-content-post-heading h2 {
    font-family: proxima-nova,sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color: #000!important;
}
.prs-content-post-date {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #3a3a3a;
}
.article--listing{clear:both;float:none;padding-top: 25px;margin-bottom: 25px;}
.btn--secondary {
    background-color: #3a3a3a;
    color: #fff;
    border-color: var(--settings-color_borders);padding: 8px 10px;
}
#prs-sidebar-about h2, #prs-sidebar-contacts h2, #prs-sidebar-press h2 {
    font-family: proxima-nova,sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin: 1px 0 15px 0;
    color: #000;
}
.prs-sidebar-contact {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.prs-sidebar-contact-img {
    float: left;
    margin-right: 15px;
}
.prs-sidebar-contact-name {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #000;
}
.prs-sidebar-contact-title {
    font-family: proxima-nova,sans-serif;
    font-size: 13px;
    line-height: 15px;
}
.prs-sidebar-contact-phone {
    font-family: proxima-nova,sans-serif;
    font-size: 13px;
    color: #000;
    margin-top: 15px;
}
.prs-sidebar-contact-email {
    font-family: proxima-nova,sans-serif;
    font-size: 13px;
    color: #00b8e4;
    font-weight: 600;
}
#prs-sidebar-about p{margin-bottom:20px;color:#788188;font-family: proxima-nova,sans-serif;
    font-size: 13px;
    line-height: 22px;}
#prs-content #plp-pagination .next, #prs-content #plp-pagination .prev {
    display: inline-block;
}
.offer-bar p{line-height:24px;}
#menu{display:none;}
.mm-wrapper--opened #menu{display:block;}
@media screen and (min-width: 769px)
{
.medium-up--hide {
    display: none!important;
}  
  .cart__meta {
    max-width: 300px;
}
}
@media screen and (max-width: 767px) {
  .trending-product .slider-content h3 {
    font-size: 26px;
  }
  .trending-product .modal-number {
    font-size: 15px;
  }
  .trending-product .original-price,
  .trending-product .sale-price {
    font-size: 16px;
  }
  .product-feature-slider.trending-product .carousel-item .slider-content p {
    margin-top: 10px !important;
  }
  .pdp-premium-content-image img,.pdp-premium-content-image{width: 100%;}
  .pdp-premium-content img,.pdp-premium-content {max-width: 100%;}
  .pdp-premium-content-new {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
  .pdp-premium-content, .pdp-premium-content h3 {
    text-align: center;
}
  .pdp-premium-content-image {
    width: 100%;
    float: left;
}
  .pdp-premium-content-text {
    width: 100%;
    float: right;
    margin: 16px 0 64px 0;
}
}

/* Trending products css ends */
.dropdown-content .container{max-width:960px;}

#pdp-feature-list ul li:nth-child(n+4){
  display:none;
}
/*------------------------- new css ------------- 
header.header .nav-menu .nav-dropdown .dropdown-content {
  background-color: #fff !important;
}
.extra-padding{
  padding-left:70px;
}
.dropdown-close {
  font-size: 30px;
  color: #3a3a3a;
  position: absolute;
  right: 30px;
  top: 20px;
}*/
/* .nav-menu .nav-dropdown .dropdown-content {
  height: 70vh;
} */
.nav-menu .nav-dropdown .dropdown-content {
/*   height: 70vh; */
/*   min-height: 65vh; */
/*   height:50vh; */
  transition-duration: 0.5s;
  transition: left .3s;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.set-height{
  padding:0 50px 50px 50px;	
  height:500px;
}

.nav-menu .nav-dropdown .dropdown-content .list-category li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right-border {
  position: relative;
}

.right-border::after {
  position: absolute;
  content: "";
}

.dropdown-close {
  font-size: 20px;
  color: #3a3a3a;
}

.dropdown-close:hover {
  color: #3a3a3a;
}

.open {
  /* display: block; */
  visibility: visible;
}

.close {
  /* display: none; */
  visibility: hidden;
  transition: 0s !important;
}

.image-container .close {
  display: none !important;
}

.right-border {
  border-right: 1px solid gray;
}

.list-category {
  position: relative;
  width: 225px;
}

.list-category li {
  cursor: pointer;
}

.list-category li+li {
/*   margin-top: 20px; */
}

.image-container {
  position: absolute;
  right: 20%;
  top: 66px;
}
.list-category{
/*   min-width:160px;
  width:50%; */
}

.image-container::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #201f1f;
  content: "";
  left: -50px;    
  top: 0;
}

.image-container ._listImage {
  padding-left: 70px;
}

.list-category li ul {
  min-width: 418px;
  position: absolute;
  top: 0;
  left: 270px;
  /* transform: translateX(25px);
  transition: all .3s ease; */
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);

  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition-delay: 20s;
  transition: transform .1s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .1s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: left .3s;
}



.list-category li:hover > ul.animation {
/*   transform: translateX(0); */
  opacity: 1;
  transform-origin: left;
  animation: flyout .2s ease-out;
}

.list-category li .default-opacity {
  opacity: 1 !important;
}
.toplevellink:hover,
.addActiveColor>a{    
  font-weight: bold !important;
  /*     border-bottom: 1px dashed; */
/*   padding: 0px 0 7px 0;     */
  color: #4e008e !important;
}

.list-category li:hover > .right-arrow{
  transition-delay: 0.2s, 0.2s;
}

/* .dropdown-content >ul >li >a:before, .dropdown-content >ul >li >a:after {
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;
}
 */
.image-container{
  width:250px;
}
/* .imageelementmenu{
  width:300px;
  height: 300px;
} */
._listItem li,
.list-category li{
  padding:7px 10px;
  margin:0;  
}
._listItem li:hover{
  background-color: #f1f1f1;
  border-radius: 8px;
}

#products-accessories ._listItem{
  column-count:2;
}
._listItem li,
.list-category li{
  padding:7px 10px;
  margin:0;  
}
._listItem li:hover{
  background-color: #f1f1f1;
  border-radius: 8px;
}
#products-accessories ._listItem li{
  display: inline-block;
  margin:0;
}
.nav-menu .nav-dropdown .dropdown-content{min-height:350px;}
@media only screen and (min-width: 1150px) and (max-width:1500px){
  .image-container{
  	right: 14%;
  }
  .list-category li ul{
    min-width: 380px;
  }
}
@media only screen and (min-width: 992px) and (max-width:1149px){
  .image-container{
    right: 5%;
  }
  .list-category li ul{
    min-width: 380px;
  }
}
p:last-child{
   margin-bottom: 0px!important;
}

/* zoom window background */
.fancybox__backdrop {
 background:rgba(255,255,255, 0.9) !important;
}
/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:50px !important; 
  height:50px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:50px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

@media screen and (max-width: 767px) {   
    .cart-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
  .cart td {
      padding: 22px 0;
  }
  .cart__image {
    max-height: none;
  }
  td.cart__price-wrapper.cart-flex-item {
    font-size: 20px;
    font-weight: 500;
    margin-left: 28px;
    padding-top: 2.5rem;  
  }
  .cart__qty {
    margin-right: 10rem;
  }

  .icon-small  {
  float: right;
  margin-left: 10rem;
  margin-top: -5.5rem; 
  width: 80%;
}
  .shipping-savings-message-success { 
     float: none;
  }
}

/*---- carousel css - To Fix overlap text issue when click next & previous slide---   */

#trending-slider .carousel-item,
#protection-slider .carousel-item{
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity ease-out .10s, transform .6s ease-in-out;
  /* transition: transform .6s ease-in-out; */
}
#trending-slider .carousel-item.active,
#trending-slider .carousel-item-next.carousel-item-left,
#trending-slider .carousel-item-prev.carousel-item-right,
#protection-slider .carousel-item.active,
#protection-slider .carousel-item-next.carousel-item-left,
#protection-slider .carousel-item-prev.carousel-item-right{
  opacity: 1;
  transform: translateX(0);

}

#protection-slider .carousel-item-next,
#protection-slider .carousel-item-prev,
#trending-slider .carousel-item-next,
#trending-slider .carousel-item-prev{
  transform: translate3d(0, 0, 0);
}

#trending-slider .carousel-item-next.carousel-item-left,
#trending-slider .carousel-item-prev.carousel-item-right,
#protection-slider .carousel-item-next.carousel-item-left,
#protection-slider .carousel-item-prev.carousel-item-right{
  transform: translate3d(0, 0, 0);
}
#protection-slider .carousel-control-prev,
#protection-slider .carousel-control-next,
#trending-slider .carousel-control-prev,
#trending-slider .carousel-control-next{
  z-index: 1;
}

#trending-slider .carousel-control.disabled,
#protection-slider .carousel-control.disabled{
  pointer-events: none;
  opacity: 0.5;
}

.lion-notification-list {
  display: none !important;
}
.custom-header .slick-slider .slick-list,.custom-header .slick-slider .slick-track{height:43px !important;}
.custom-header .slick-slider .offer_slick{margin:0px 0px !important;}
.roundborder img{border: 1px solid rgb(120, 129, 136);border-radius: 50% !important;width:50% !important;height: auto !important;}
.roundborder{text-align: center;margin: 0 auto;height: 250px !important;position: relative;left: 25%;}
#s-daa596b6-357a-4851-9d4a-f4f4cd9210ed p,#s-e2cda958-1fb9-4047-8600-1589fd63d359 p,#s-688dbe8a-1a63-4724-a89c-578886c80fae p,#s-32ece94d-e728-42f9-8ac7-9120766155dd p,#s-36e951b8-5db2-4265-a8fe-ca62d9f8d631 p{font-weight: normal;margin-bottom:8px;font-size: 18px;color:#3a3a3a;line-height:22px;}
@media screen and (max-width: 767px) {
div#products-laptop-bags-backpacks-image.imageelementmenu.showtemp.showelement   {
   display: none !important;
  }
}

.reward-italic {
  color: red;
}

.frame {
  background-color: #4e008e !important;
}



 #overview-slider.slick-dots {
      position: absolute;
      bottom: -25px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      bottom: 10%;
      font-size: 20px;
    }
#overview-slider.slick-dots li button:before {
      font-family: 'slick';
      font-size: 6px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 40px !important;
      height: 40px !important;
      content: '•';
      text-align: center;
      opacity: 1;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px !important;
    }
#overview-slider.slick-dots {
      position: absolute;
      bottom: 8% !important;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
    }
#overview-slider.slick-dots li.slick-active button:before {
      opacity: 1;
      color: #000;
    }
  
    @media(min-width:600px){
#overview-slider.top-slider #overview-slider .set-bg-img {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px 0 0px 0 !important;
        background-position: center;
        height: auto !important;
    }
#overview-slider.top-slider .set-bg-img .container {
      position: absolute;
      z-index: 8;
      height: 100%;
      display: flex;
      align-items: center;
      top: 0;
      left: 10%;
    }
  }
  
    @media(max-width:599px){
#overview-slider.top-slider #overview-slider .set-bg-img {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px 0 0px 0 !important;
        background-position: center;
        height:379px;
    }
#overview-slider.top-slider .set-bg-img .container {
      position: absolute;
      z-index: 8;
      height: 100%;
      display: flex;
      align-items: center;
      top: 0;
    }
  }
.icon-section-layout .icon-item .icon-text-lable .icon-lable{
  color:#000;
}
.icon-item{
  width:115px;
}
@media screen and (min-width: 768px) {   
  .two-column-list{
    column-count: 2;
  }
}
.wrap-container {
  width: 85% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  
}

/* collection new title styles */


 .s-content {
   margin-top: 2rem; 
   margin-bottom: 2rem; 
   margin-left: 8rem;
 }


@media screen and (max-width: 468px) {
.s-content {
   margin-left: 1rem !important;
 }
}
.wrap-container .product-info .wrap-content{
  min-height: 90px;
  margin-bottom: 20px;
}


