/** Shopify CDN: Minification failed

Line 5253:0 Unexpected "{"
Line 6124:2 Expected identifier but found "*"

**/
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 {
    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;    
    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;
}
.flag.flag-gu{background-position:-96px -55px}.flag.flag-mn{background-position:-208px -88px}.flag.flag-va{background-position:-48px -154px}.flag.flag-tibet{background-position:-32px -143px}.flag.flag-fo{background-position:-64px -44px}.flag.flag-th{background-position:-16px -143px}.flag.flag-tr{background-position:-144px -143px}.flag.flag-tl{background-position:-80px -143px}.flag.flag-kz{background-position:-144px -77px}.flag.flag-zm{background-position:-16px -165px}.flag.flag-uz{background-position:-32px -154px}.flag.flag-dk{background-position:-64px -33px}.flag.flag-scotland{background-position:-176px -121px}.flag.flag-gi{background-position:-224px -44px}.flag.flag-gy{background-position:-128px -55px}.flag.flag-bj{background-position:-112px -11px}.flag.flag-fr{background-position:-80px -44px}.flag.flag-mo{background-position:-224px -88px}.flag.flag-ir{background-position:-112px -66px}.flag.flag-io{background-position:-80px -66px}.flag.flag-tm{background-position:-96px -143px}.flag.flag-ch{background-position:-96px -22px}.flag.flag-mt{background-position:-32px -99px}.flag.flag-nl{background-position:-240px -99px}.flag.flag-gp{background-position:-16px -55px}.flag.flag-im{background-position:-48px -66px}.flag.flag-tv{background-position:-176px -143px}.flag.flag-mu{background-position:-48px -99px}.flag.flag-pe{background-position:-96px -110px}.flag.flag-vi{background-position:-112px -154px}.flag.flag-hn{background-position:-176px -55px}.flag.flag-ss{background-position:-128px -132px}.flag.flag-ae{background-position:-16px 0}.flag.flag-td{background-position:-240px -132px}.flag.flag-pw{background-position:0 -121px}.flag.flag-nu{background-position:-32px -110px}.flag.flag-bt{background-position:-208px -11px}.flag.flag-ms{background-position:-16px -99px}.flag.flag-cv{background-position:-240px -22px}.flag.flag-es{background-position:-224px -33px}.flag.flag-mh{background-position:-144px -88px}.flag.flag-la{background-position:-160px -77px}.flag.flag-vn{background-position:-128px -154px}.flag.flag-py{background-position:-16px -121px}.flag.flag-br{background-position:-176px -11px}.flag.flag-ye{background-position:-224px -154px}.flag.flag-ie{background-position:0 -66px}.flag.flag-gh{background-position:-208px -44px}.flag.flag-cg{background-position:-80px -22px}.flag.flag-cu{background-position:-224px -22px}.flag.flag-hu{background-position:-224px -55px}.flag.flag-sg{background-position:-224px -121px}.flag.flag-at{background-position:-176px 0}.flag.flag-lk{background-position:-224px -77px}.flag.flag-vu{background-position:-144px -154px}.flag.flag-bo{background-position:-160px -11px}.flag.flag-jo{background-position:-208px -66px}.flag.flag-er{background-position:-208px -33px}.flag.flag-za{background-position:-256px -154px}.flag.flag-rs{background-position:-80px -121px}.flag.flag-nr{background-position:-16px -110px}.flag.flag-ls{background-position:-256px -77px}.flag.flag-jm{background-position:-192px -66px}.flag.flag-tz{background-position:-208px -143px}.flag.flag-ki{background-position:-16px -77px}.flag.flag-sj{background-position:0 -132px}.flag.flag-cz{background-position:-16px -33px}.flag.flag-pg{background-position:-128px -110px}.flag.flag-lv{background-position:-32px -88px}.flag.flag-do{background-position:-96px -33px}.flag.flag-lu{background-position:-16px -88px}.flag.flag-no{background-position:-256px -99px}.flag.flag-kw{background-position:-112px -77px}.flag.flag-mx{background-position:-96px -99px}.flag.flag-yt{background-position:-240px -154px}.flag.flag-ly{background-position:-48px -88px}.flag.flag-cy{background-position:0 -33px}.flag.flag-ph{background-position:-144px -110px}.flag.flag-my{background-position:-112px -99px}.flag.flag-sm{background-position:-48px -132px}.flag.flag-et{background-position:-240px -33px}.flag.flag-ru{background-position:-96px -121px}.flag.flag-tj{background-position:-48px -143px}.flag.flag-ai{background-position:-64px 0}.flag.flag-pl{background-position:-176px -110px}.flag.flag-kp{background-position:-64px -77px}.flag.flag-uy{background-position:-16px -154px}.flag.flag-gb{background-position:-112px -44px}.flag.flag-gs{background-position:-64px -55px}.flag.flag-kurdistan{background-position:-96px -77px}.flag.flag-rw{background-position:-112px -121px}.flag.flag-ec{background-position:-128px -33px}.flag.flag-mm{background-position:-192px -88px}.flag.flag-pa{background-position:-80px -110px}.flag.flag-wales{background-position:-160px -154px}.flag.flag-kg{background-position:-256px -66px}.flag.flag-ve{background-position:-80px -154px}.flag.flag-tk{background-position:-64px -143px}.flag.flag-ca{background-position:-16px -22px}.flag.flag-is{background-position:-128px -66px}.flag.flag-ke{background-position:-240px -66px}.flag.flag-ro{background-position:-64px -121px}.flag.flag-gq{background-position:-32px -55px}.flag.flag-pt{background-position:-256px -110px}.flag.flag-tf{background-position:-256px -132px}.flag.flag-ad{background-position:0 0}.flag.flag-sk{background-position:-16px -132px}.flag.flag-pm{background-position:-192px -110px}.flag.flag-om{background-position:-64px -110px}.flag.flag-an{background-position:-112px 0}.flag.flag-ws{background-position:-192px -154px}.flag.flag-sh{background-position:-240px -121px}.flag.flag-mp{background-position:-240px -88px}.flag.flag-gt{background-position:-80px -55px}.flag.flag-cf{background-position:-64px -22px}.flag.flag-zanzibar{background-position:0 -165px}.flag.flag-mw{background-position:-80px -99px}.flag.flag-catalonia{background-position:-32px -22px}.flag.flag-ug{background-position:-240px -143px}.flag.flag-je{background-position:-176px -66px}.flag.flag-km{background-position:-32px -77px}.flag.flag-in{background-position:-64px -66px}.flag.flag-bf{background-position:-48px -11px}.flag.flag-mc{background-position:-80px -88px}.flag.flag-sy{background-position:-192px -132px}.flag.flag-sn{background-position:-64px -132px}.flag.flag-kr{background-position:-80px -77px}.flag.flag-eu{background-position:-256px -33px}.flag.flag-bn{background-position:-144px -11px}.flag.flag-st{background-position:-144px -132px}.flag.flag-england{background-position:-192px -33px}.flag.flag-lc{background-position:-192px -77px}.flag.flag-dm{background-position:-80px -33px}.flag.flag-be{background-position:-32px -11px}.flag.flag-ni{background-position:-224px -99px}.flag.flag-ua{background-position:-224px -143px}.flag.flag-mz{background-position:-128px -99px}.flag.flag-pf{background-position:-112px -110px}.flag.flag-tn{background-position:-112px -143px}.flag.flag-ee{background-position:-144px -33px}.flag.flag-xk{background-position:-208px -154px}.flag.flag-sx{background-position:-176px -132px}.flag.flag-sd{background-position:-192px -121px}.flag.flag-gd{background-position:-128px -44px}.flag.flag-ci{background-position:-112px -22px}.flag.flag-sz{background-position:-208px -132px}.flag.flag-cl{background-position:-144px -22px}.flag.flag-fi{background-position:0 -44px}.flag.flag-ga{background-position:-96px -44px}.flag.flag-jp{background-position:-224px -66px}.flag.flag-de{background-position:-32px -33px}.flag.flag-np{background-position:0 -110px}.flag.flag-re{background-position:-48px -121px}.flag.flag-bg{background-position:-64px -11px}.flag.flag-sc{background-position:-160px -121px}.flag.flag-ng{background-position:-208px -99px}.flag.flag-qa{background-position:-32px -121px}.flag.flag-mk{background-position:-160px -88px}.flag.flag-aw{background-position:-208px 0}.flag.flag-kn{background-position:-48px -77px}.flag.flag-al{background-position:-80px 0}.flag.flag-bw{background-position:-240px -11px}.flag.flag-um{background-position:-256px -143px}.flag.flag-ky{background-position:-128px -77px}.flag.flag-tt{background-position:-160px -143px}.flag.flag-so{background-position:-80px -132px}.flag.flag-lt{background-position:0 -88px}.flag.flag-by{background-position:-256px -11px}.flag.flag-bb{background-position:0 -11px}.flag.flag-us{background-position:0 -154px}.flag.flag-md{background-position:-96px -88px}.flag.flag-ag{background-position:-48px 0}.flag.flag-hm{background-position:-160px -55px}.flag.flag-as{background-position:-160px 0}.flag.flag-eg{background-position:-160px -33px}.flag.flag-sv{background-position:-160px -132px}.flag.flag-sl{background-position:-32px -132px}.flag.flag-fk{background-position:-32px -44px}.flag.flag-am{background-position:-96px 0}.flag.flag-ck{background-position:-128px -22px}.flag.flag-tw{background-position:-192px -143px}.flag.flag-kh{background-position:0 -77px}.flag.flag-to{background-position:-128px -143px}.flag.flag-se{background-position:-208px -121px}.flag.flag-cd{background-position:-48px -22px}.flag.flag-pn{background-position:-208px -110px}.flag.flag-gr{background-position:-48px -55px}.flag.flag-id{background-position:-256px -55px}.flag.flag-vc{background-position:-64px -154px}.flag.flag-somaliland{background-position:-96px -132px}.flag.flag-bi{background-position:-96px -11px}.flag.flag-pk{background-position:-160px -110px}.flag.flag-pr{background-position:-224px -110px}.flag.flag-bd{background-position:-16px -11px}.flag.flag-co{background-position:-192px -22px}.flag.flag-fm{background-position:-48px -44px}.flag.flag-bm{background-position:-128px -11px}.flag.flag-ar{background-position:-144px 0}.flag.flag-bv{background-position:-224px -11px}.flag.flag-sb{background-position:-144px -121px}.flag.flag-mq{background-position:-256px -88px}.flag.flag-eh{background-position:-176px -33px}.flag.flag-bh{background-position:-80px -11px}.flag.flag-it{background-position:-144px -66px}.flag.flag-hr{background-position:-192px -55px}.flag.flag-sa{background-position:-128px -121px}.flag.flag-mv{background-position:-64px -99px}.flag.flag-mg{background-position:-128px -88px}.flag.flag-dz{background-position:-112px -33px}.flag.flag-gg{background-position:-192px -44px}.flag.flag-gm{background-position:-256px -44px}.flag.flag-af{background-position:-32px 0}.flag.flag-li{background-position:-208px -77px}.flag.flag-sr{background-position:-112px -132px}.flag.flag-vg{background-position:-96px -154px}.flag.flag-cr{background-position:-208px -22px}.flag.flag-tc{background-position:-224px -132px}.flag.flag-ao{background-position:-128px 0}.flag.flag-ma{background-position:-64px -88px}.flag.flag-mr{background-position:0 -99px}.flag.flag-gn{background-position:0 -55px}.flag.flag-ne{background-position:-176px -99px}.flag.flag-nf{background-position:-192px -99px}.flag.flag-wf{background-position:-176px -154px}.flag.flag-hk{background-position:-144px -55px}.flag.flag-gf{background-position:-160px -44px}.flag.flag-ps{background-position:-240px -110px}.flag.flag-ic{background-position:-240px -55px}.flag.flag-cw{background-position:-256px -22px}.flag.flag-ml{background-position:-176px -88px}.flag.flag-ax{background-position:-224px 0}.flag.flag-gl{background-position:-240px -44px}.flag.flag-dj{background-position:-48px -33px}.flag.flag-cn{background-position:-176px -22px}.flag.flag-ht{background-position:-208px -55px}.flag.flag-lr{background-position:-240px -77px}.flag.flag-tg{background-position:0 -143px}.flag.flag-ba{background-position:-256px 0}.flag.flag-ge{background-position:-144px -44px}.flag.flag-bz{background-position:0 -22px}.flag.flag-au{background-position:-192px 0}.flag.flag-iq{background-position:-96px -66px}.flag.flag-cm{background-position:-160px -22px}.flag.flag-gw{background-position:-112px -55px}.flag.flag-az{background-position:-240px 0}.flag.flag-na{background-position:-144px -99px}.flag.flag-fj{background-position:-16px -44px}.flag.flag-zw{background-position:-32px -165px}.flag.flag-bs{background-position:-192px -11px}.flag.flag-il{background-position:-16px -66px}.flag.flag-nz{background-position:-48px -110px}.flag.flag-me{background-position:-112px -88px}.flag.flag-si{background-position:-256px -121px}.flag.flag-nc{background-position:-160px -99px}.flag.flag-lb{background-position:-176px -77px}
.fflag {
    background-image:url(custom-flags.png);
    background-repeat:no-repeat;
    background-size: 100% 49494%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
    height: 15px;
    width: 20px;
    margin-right: 5px;
}
.fflag-CA {background-position:center 0.2287%}
.fflag-MX {background-position:center 0.4524%}
.fflag-US {background-position:center 0.6721%}
.fflag-GB {background-position:center 0.8958%}
.fflag-AU {background-position:center 1.1162%}
.fflag-EU {background-position:center 1.3379%}

.fflag.ff-sm {width: 18px;height: 11px}
.fflag.ff-md {width: 27px;height: 17px}
.fflag.ff-lg {width: 42px;height: 27px}
.fflag.ff-xl {width: 60px;height: 37px}

@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;
}
.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: 30px;
}
.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 !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;
    min-height: 200px;
    max-height: 575px;
    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,
  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: 0px;
  }
  .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;
  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;
  align-self: center;
}
.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("https://cdn.shopify.com/s/files/1/0121/0014/1114/collections/iPad-Cases-2000x500-558800_1512x.jpg?v=1625677851");*/
  padding: 200px 0;
  background-size: cover;
  background-position: top;
  position: relative;  
}
.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-slide {
    /* background-size: cover; */
}
.top-slider #overview-slider .set-bg-img .slider-content {
  /*max-width: 460px;*/
  /* max-width: 600px; */
  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;
}

/* 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: 0px !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: 99;
  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: 3px;
  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.shopify.com/s/files/1/0121/0014/1114/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 h3 {
    font-size: 35px !important;
    text-align: center;
  }
  .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;
  }
}
@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;
  }
  .top-slider #overview-slider .set-bg-img .slider-content h3 {
    font-size: 30px !important;
  }
  .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, .discount-section .discount-img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.discount-img:nth-child(odd), .discount-content:nth-child(odd) {
  padding-right: 20px;
}
.discount-img:nth-child(even), .discount-content:nth-child(even) {
  padding-left: 20px;
}

.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 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 {
  min-height: 150px;
  max-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;
}
.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: 30px;
    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 {
    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: #84bd00;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 0;
}
.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;
    float: right;
    color: #84bd00;font-size:16px;
    font-weight: 400;
}
.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: #3a3a3a;
    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 auto 0 auto;
}
#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;
}
/*--------------------- pages - cs-codes  */
#sheerid-image-mobile {
  display: none;
}
#sheerid-content h2 {
  font-family: proxima-nova,sans-serif;
  font-weight: 800 !important;
  line-height: 40px;
  color: #000;
  text-transform: none;
  letter-spacing: -.5px;
}
#sheerid-content p {
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 30px;
  color: #3a3a3a;
}
#sheerid-content a.cta-button {
  background: #84bd00;
  height: 44px!important;
  font-size: 15px;
  line-height: 44px!important;
  padding: 0px 40px!important;
  margin: 0 auto;
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color:#fff;
}
.page-width .main-page-title{
  display:none;
}
#pdp-disclaimer, #pdp-disclaimer p {
  font-family: proxima-nova,sans-serif!important;
  font-size: 16px!important;
  font-weight: 100!important;
  line-height: 25px!important;
  margin-bottom: 30px!important;
  color: #3a3a3a!important;
  margin: 40px 0 0 0;
}

#pgs-hero, .pgs-hero {
  position: relative;
  overflow: hidden;
}

#pgs-hero__image:after, .pgs-hero__image:after {
  content: " ";
  z-index: 1;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
/*   background: rgba(0,0,0,.5); */
}

/*--------------------- pages - Email Signup----------------------------  */
.template-email-signup .rte p, .template-email-signup .rte ul{
  color: #3a3a3a;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.template-email-signup h1 {
  font-family: proxima-nova,sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 34px;
  color: #000;
  margin-bottom: 18px;
}
.template-email-signup .rte .listing_items{
  margin-bottom: 20px;
  list-style: disc outside;
  margin: 0 0 17.5px 35px;
  padding:0;
}
.template-email-signup .rte .listing_items li {
  margin-bottom: 4px;
  list-style: inherit;
  line-height: 26px;
}
#mc_embed_signup {
  clear: left;
  width: 100%;
}
#mc_embed_signup_scroll .mc-field-group ul li,
#mc_embed_signup_scroll .mc-field-group ul{
  list-style: none;
}
#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}
.template-email-signup .rte strong{
  color: #000;
}
.template-email-signup .rte{
  margin-bottom: 20px;
}
#mc-embedded-subscribe-form input[type=password], #mc-embedded-subscribe-form input[type=text], #mc-embedded-subscribe-form select, #mc-embedded-subscribe-form textarea {
  height: 30px;
  padding: 0 8px;
}
.template-email-signup input:focus, .template-email-signup select:focus, .template-email-signup textarea:focus {
  border-color: 1px solid #000;
}
.template-email-signup .mc-field-group.input-group {
  margin-top: 30px;
}
.template-email-signup input, .template-email-signup select, .template-email-signup textarea {
  border: 1px solid #e8e9eb;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
}
.template-email-signup #mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
.template-email-signup .mc-field-group.input-group label {
  margin-left: 5px;
}
#mce-FNAME, .mce-FNAME,
#mce-LNAME, .mce-LNAME
{
  width: 49%;
  float: left;
  margin: 5px 1% 0 0;
  color: #484848;
  font-size: 14px;
}
.template-email-signup input:focus,
input:focus
{
  outline: 2px solid black;
}
#mc_embed_signup input.email {
  border-radius: 3px;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}
#mc_embed_signup input.email, .mc_embed_signup input.email {
  border: 1px solid #cecece!important;
  border-radius: 0!important;
  height: 40px!important;
  padding: 0 10px!important;
  margin-right: -5px!important;
}
#mc_embed_signup input::placeholder {
  color: #3a3a3a;
}
/*---------------- landing page - iPad Pro Launch 2018  */
.landing-box-image {
  text-align: center;
}
.landing-box-image img, .landing-box-image video {
    margin-bottom: 50px;
}
.landing-page-row-double img {
    max-width: 325px;
    width: 100%;
}
.landing-page-row-double .landing-box-text {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.landing-box-text h4 {
  font-family: proxima-nova,sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  margin: 0;
  text-align: center;
  color: #000;
}
/* ------ Support Page---------------  */
#support-top-section {
  border-bottom: 1px solid #e8e9eb;
}
#main-page .rte #support-wrap a{
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  color: #00b5e2;
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
}

#support-wrap img {
  max-width: 100%;
}
#support-wrap h3 {
  font-size: 22px;
  color: #000;
  margin: 5px 0;
  font-weight: 800;
  line-height: 26px;
}

#support-wrap .support-box-2-4,
#support-wrap .support-box-1-4{
  padding:20px;
}
#support-wrap .support-box-1-2 h2{
  margin-top: 32px;
}
#support-bottom-section {
  margin-bottom: 24px;
}
#support-wrap ul li{
  list-style: disc outside;
  font-size: 13px;
  line-height: 17px;
}
#support-wrap h4 {
  font-size: 16px;
  color: #000;
  margin: 20px 0 5px 0;
  font-weight: 600;
}
#main-page p, #main-page ul {
  color: #3a3a3a;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
}
.config-faq-answer {
  color: #3a3a3a;
  font-weight: 300;
  margin-bottom: 20px;
}
/*-------------- ipad do have ---------------------- */
.landing-page-row-double, .landing-page-row-single, .landing-page-row-triple {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  display: inline-block;
}
.ipad-model-chart {
  width: 100%;
  max-width: 650px;
  margin: 20px auto 0 auto;
  padding: 10px;
  background: #fff;
}
.chart-row-wrap {
  float: left;
  width: 100%;
  font-family: proxima-nova,sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.chart-row-wrap:nth-child(odd) {
    background: #ffffff;
}
.chart-row-left {
  float: left;
  width: 35%;
  text-align: left;
  font-weight: 700;
}
.chart-row-middle {
  float: left;
  width: 40%;
  text-align: left;
  padding: 0 10px;
}
.chart-row-right {
  float: left;
  width: 25%;
  text-align: center;
}
.landing-box-text, .landing-page-form-text {
  padding: 0 20px;
}
#config-options {
  width: calc(100% + 2%);
  float: left;
  margin-left: -1%;
  margin-right: -1%;
}
.config-option {
  width: 31.3333%;
  float: left;
  text-align: center;
  margin: 1%;
}
.config-option-text {
  color: #000;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 10px 0;
}
.lity-hide {
  display: none;
}
.lightbox-modal {
  max-width: 80vw;
  max-height: 80vh;
  min-width: calc(50vw - 60px);
  min-height: calc(50vh - 40px);
  margin: 0 auto;
}
.lightbox-modal iframe {
  width: 100%;
  height: 100%;
  min-width: 70vw;
  min-height: 70vh;
  overflow: auto;
}

#config-content-view-all, #config-content-3m{
  padding: 20px 0 0 0;
}
#config-faq{
  margin-top: 30px;
}
#config-faq .config-faq-question {
  color: #000;
  font-weight: 700;
}
/* -------------- legal Page --------- */
.legal-block-row{
  margin-bottom: 16px;
}
.legal-block:nth-child(odd) {
  padding-right: 40px;
}
.legal-block:nth-child(even) {
  padding-left: 40px;
}
#main-page .legal-block h2 {
  padding: 0;
  margin: 40px 0 0px 0;
  margin-bottom: 10px !important;
}
/*----------------------- Parents Pages --------------*/
.bolder-txt strong{
  font-weight: bolder;
}
#main-page .rte ul {
  list-style: disc outside;
}
/*------------------------ epp pages ------------------------  */
.page-epp-image img{
  width: 100%;
  height: auto;
}

.page-epp-image-text h3{
  margin-top: 10px;
  text-align: center;
  font-family: proxima-nova,sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
}


/*------------------- Docking Stations---------------  */
.pgs-text-block-image-bg-0 {
  padding: 60px 0;
}
.pgs-text-block h3, .pgs-text-block h3 {
  font-family: proxima-nova,sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 5px;
}
#b-heading {
  margin: 80px auto 0;
  text-align: center;
}
#main-page .pgs-feature-slidein h3, .pgs-feature-slidein h3 {
  border-bottom: 1px solid #000;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
  color: #323230;
  font-weight: 800;
  margin-bottom: 32px;
}
.pgs-bg-color {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pgs-text-block {
  padding: 40px 20px;
  text-align: center;
}
.pgs-dock-icon-image {
  padding: 0 30px;
}
.pgs-dock-icon-text {
  color: #fff;
  padding: 10px;
  white-space: nowrap;
}
#pgs-signup-form {
  width: 100%;
  background: #fff;
  padding: 40px;
}
#pgs-signup-form #mc_embed_signup_scroll {
  max-width: 380px;
  margin: 0 auto;
}
#pgs-signup-form h3 {
  font-family: proxima-nova,sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  margin: 0 auto 5px;
  max-width: 800px;
  text-align: center;
}
#pgs-signup-form .indicates-required {
  color: #3a3a3a!important;
  margin: 5px auto 20px!important;
  float: none;
  text-align: center;
}
#pgs-signup-form .mc-field-group {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
#pgs-signup-form .mc-field-group input, #pgs-signup-form .mc-field-group select {
  width: 100%!important;
  height: 30px!important;
  font-family: proxima-nova,sans-serif!important;
  font-size: 14px!important;
  font-weight: 400!important;
}
#pgs-signup-form #mce-FNAME, #pgs-signup-form #mce-LNAME, #pgs-signup-form #mce-TITLE, #pgs-signup-form #mce-EMAIL, #pgs-signup-form #mce-PHONE, #pgs-signup-form #mce-SCHOOL {
  margin: 0!important;
  padding: 0 0 0 10px!important;
}
#pgs-signup-form .mc-field-group label {
  display: block;
  font-family: proxima-nova,sans-serif!important;
  font-size: 16px;
  color: #3a3a3a!important;
  padding: 0!important;
  margin: 0 0 3px!important;
  font-weight: 600!important;
  text-align: left;
}
#carousel .slide-text h3 {
  border-bottom: 1px solid #000;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
  font-weight:800;
  margin-bottom:20px;
}
.landing-page-nav, .landing-page-nav-new {
  width:100%;
  min-height: 60px;
  background: #f1f1f1;
  display: flex;
  z-index: 99999;
  box-shadow: 0 6px 6px -6px #666;
  padding: 0;
}
#shopify-section-work-reimagined-customizable .feature-block .page-width::after,
#shopify-section-landing-works-with-chromebook .page-width::after
{
  content: "";
  display: table;
  clear: both;
}
#shopify-section-landing-works-with-chromebook .grid::after {
  content: "";
  display: table;
  clear: both;
}
#shopify-section-work-reimagined-customizable .feature-block .page-width {
  max-width: 1160px!important;
}
.rte-setting {
  margin-bottom: 19.4444444444px;
}
#pgs-wrap p{
  font-weight: 300;
  line-height: 25px;
  font-size:16px;
}
#main-page h2, #main-page h3 {
  font-family: proxima-nova,sans-serif;
  margin-bottom: 32px !important;
  margin-top: 32px;
  font-weight:700;
}
.template-careers ul li{
  list-style: unset;
}
.faq_heading{
  font-weight:bold;
}
.rewards-faqs h3.heading-medium,
.rewards h3{
  font-weight: 700;
}

#CustomerLoginForm p,
.rewards-faqs p,
.rewards p{
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.rewards-icon h4.heading-medium{
  font-weight:bold;
}
.sitemap-list-wrap ul li{
  font-size:16px;
  line-height:24px;
}
.sitemap-list-wrap ul {
  margin: 0 0 17.5px 35px;
}

/*----------------- Keep Your Business Your Business-------------------  */
.banner_logo {
  max-width: 50%;
  margin: 0 auto;
}
.keep-your-business-your-business.text-image-1 .pgs-text-block-center-wrap .pgs-text-block h3,
.keep-your-business-your-business.text-image-1 .pgs-text-block-center-wrap .rte-setting p{
  color: #fff;
}
.keep-your-business-your-business.text-image-1 .pgs-text-block-center-wrap{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.keep-your-business-your-business.text-image-1 .pgs-feature-slidein-text{
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.keep-your-business-your-business.text-image-1 .pgs-text-block-image-bg-0{
  padding:0;
}
.keep-your-business-your-business.text-image-1 .pgs-text-block-center-wrap .pgs-feature-slidein-text .pgs-text-block{
  max-width: 800px;
  margin: 0 auto;
}
.resources-slideshow .slick-slide {
  float: none;
  padding: 0 40px;
}
.resources-slideshow img {
  margin: 0 auto;
/*   width:75%; */
}
.resources-slideshow {
  margin: 0 20px;
}
#shopify-section-keep-your-business-your-business-slideshow {
  background: #f1f1f1;
}

/*------------------ Pages - Privacy Screens  */
#shopify-section-lp-form-privacy-screen #mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}
#shopify-section-lp-form-privacy-screen #mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
#shopify-section-lp-form-privacy-screen #mc_embed_signup h2{
  margin-top:0px;
  margin-bottom:10px;
}
#pgs-3-block-wrap {
  border-bottom: 1px solid #ccc;
  margin: 22px 0 48px 0;
  padding-bottom: 40px;
}
/* --------------  For Business - Healthcare ----------  */
.template-business-healthcare .pdp-premium-content,
.template-business-enterprise .pdp-premium-content{
  max-width: unset;
}
.for-mobile-flex .mobile-icons ul li{
  list-style: none;
  margin-bottom:0;
}

.offer-bar .vertical-slider .slick-slide{
  display: flex!important;
  align-items: center;
  justify-content: center;
  height: 4vh !important;
}
.feature-block .col-image{
  max-width: 75%;
  margin: 0 auto;
}
/*-------- Blogs ---------------------  */
#prs-wrap .page-width .article--listing .article__meta-buttons li{
  list-style: none;
}

/*----------- landing page  */
.landing-page-row-single-bg {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
}
.landing-page-row-single-bg {
  background: #ddd;
  float: left;
  overflow: auto;
}
.landing-page-full-banner .landing-box-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.landing-page-row-single .landing-box-text, .landing-page-row-single-bg .landing-box-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.landing-page-row-single .landing-box-text p, .landing-page-row-single-bg .landing-box-text p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.landing-page-full-banner {
  display: table;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
}
.landing-box-text p, #pgs-wrap ul {
  color: #3a3a3a;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
/* .header .navbar .top-header-nav-menu .navbar-nav .nav-item:nth-last-child(2) .nav-link{
  color:red;
} */
.header .navbar .top-header-nav-menu .navbar-nav .nav-item:nth-last-child(6) .dropdown-content  ul{
/*   column-count: 2; */
}
.header .navbar .top-header-nav-menu .navbar-nav .nav-item:nth-last-child(6) .dropdown-content .col-lg-6:nth-child(2) ul,
.header .navbar .top-header-nav-menu .navbar-nav .nav-item:nth-last-child(6) .dropdown-content .col-lg-4:nth-child(3) ul{
  column-count: unset;
}
.banner-section .banner-content .coll-description{
/*   color: #fff; */
}
.banner-section .banner-content{
  max-width: unset;
}
#pdp-specifications-list #pdp-specs-ul .pdp-spec-li,
#pdp-specifications-list #pdp-specs-ul li{
  list-style: none !important;
  margin-left: 0px;
}
.isp_related_wrapper .isp_related_wrapper_container .isp_related_title span,
{
  display:none;
}
.footer .footer-link .link-list a {
  font-weight: 300;
}
.footer .subscribe-section .subheading p{
  font-size: 16px;
  font-weight: 300;
}

#protection-slider .carousel-item{
  width: 100%; 
  height: 500px; 
  overflow: hidden;
}
#protection-slider .carousel-item .fixed-image{
  height:500px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 888;
  transition: all .45s cubic-bezier(.29, .63, .44, 1);
}
.empty-page-content .cart__continue-btn .icon{
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 9px;
  vertical-align: middle;
}
.empty-page-content .cart--empty-message{
  font-size:16px;
  font-weight:300;
}
#mini-cart .cart-heading{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 5px 10px;
    background: #4e008e;
    color: #fff;
    position: sticky;
    z-index: 1;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}
#mini-cart #cart-dropdown-x-out{
  display: inline-block;
  float: right;
}

#blog-content .page-width .article__grid-meta--has-image .list--inline li{
  list-style: none;
}
.isp_related_products .isp_related_product_name a{
  color: #000!important;
}
.cart-items .cart__items [type=checkbox]+label, .cart-items .cart__items [type=radio]+label {
  display: inline-block;
  margin-bottom: 0;
}
/*------------ Product Page -----------  */
.pdp-premium-video-wrap video {
  max-width: 100%;
}
.isp_related_title span{
  display:none;
}
.product-feature-slider.trending-product .carousel-indicators .dots-color {
  background-color: #000;
}
.announcement-bar-text p{
  display: block;
  align-items: center;
  margin-right:5px;
}
.announcement-bar-text span{
  display: flex;
}
#isp-related-widget-1{
  padding-bottom:50px;
}
#pdp-no-stock-heading {
  color: #ba0c2f;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
#BIS_trigger{
  min-height: 44px!important;
  border-radius: 0!important;
  font-family: proxima-nova,sans-serif!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 40px;
  background: #00b5e2;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 30px;
  border: none;
}
#pdp-short-description p:first-of-type{
  font-family: proxima-nova,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 300;
}
.swatchProductColor {
  border-radius: 0!important;
  border: 0!important;
  margin: 0 12px 14px -3px!important;
  box-shadow: 0 0!important;
  -moz-box-shadow: 0 0!important;
  -webkit-box-shadow: 0 0!important;
}
.swatchProductColor.currentSwatch {
  border-left: 0!important;
  border-right: 0!important;
  border-top: 0!important;
  border-bottom: 2px solid #000!important;
  padding-bottom: 5px!important;
  margin: 7px 12px 14px -3px!important;
  background: #fff!important;
}
div[class*=webyze-product-colors], div[id^=webyze-product-colors] {
  margin-bottom: -3px;
}
/* .pdp-feature-divider{
  margin-top:10px;
} */
.webyzeTooltip {
  display: none!important;
}
.site-header__cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  background: #84bd00;
  color: #fff;
  padding: 2px 2px;
  border-radius: 20px;
  border: none;
  z-index: 8999;
  top: 4px;
  left: 24px;
}
/*------------- cart page-----  */
#cross-sell {
  margin-bottom: 15px;
}
#cross-sell .collection-header+* {
  border-top: solid 1px #cecece;
  padding-top: 28px;
  margin-top: -14px;
}
.cross-sell {
  text-align: center;
  margin-bottom: 40px;
}
#cross-sell .collection-header .section-header h1 {
  font-family: proxima-nova,sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
  text-align: center;
  background: #fff;
  padding: 0 20px;
  text-align: center;
  display: inline;
}
#cross-sell .medium-up--one-quarter {
  width: 208px;
  margin: 4px;
}
#cross-sell .grid-view-item {
    text-align: center;
    margin: 0 auto;
}
.cross-sell .grid-view-item__image-wrapper {
  width: auto!important;
  max-width: 142px;
  max-height: 142px;
  margin: 0;
  position: relative;
}
#cross-sell .grid-view-item__title {
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}
#cross-sell .grid-view-item__meta {
  text-align: center;
  margin: 0;
}
#cross-sell .product-price__price {
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #3a3a3a;
}
#_ua_bannerAcceptButton {
  background: #00b5e2!important;
  font-family: proxima-nova,sans-serif!important;
  font-weight: 600!important;
  border: 0!important;
  border-radius: 0!important;
  padding: 3px 20px!important;
  font-size: 14px!important;
}
.upsell-gdpr-banner-message {
  font-family: proxima-nova,sans-serif!important;
  font-size: 14px!important;
  margin-left: 3.5rem;
}
.lion-loyalty-widget__title {
  font-family: proxima-nova,sans-serif!important;
  font-size: 16px!important;
}
.mm-slideout{
  z-index: auto !important;
}

/*---------- pages - ecosmart-laptop-bags ---------  */
/* #PageContainer #pgs-wrap .section-2-col-image-text .grid__item img{
  max-height: 500px;
  width: auto;
  margin: 0 auto;
  text-align: center;
} */

/*----------------- miralogic----------------  */
.already-visible {
  transform: translateY(0);
  -webkit-animation: none;
  animation: none;
}
.fade-in-animate {
  -webkit-animation: 2s ease 0s normal forwards 1 fadein;
  animation: 2s ease 0s normal forwards 1 fadein;
  opacity: 1;
}
.hero--medium {
  height: 357px;
}
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 55px 0;
  color: #fff;
  z-index: 2;
}
#shopify-section-template--14526882218032__main #pdp-long-description .pdp-content-heading-wide{
  line-height: 0px;
}
#shopify-section-template--14526882218032__main #pdp-specifications .pdp-content-heading-wide{
  line-height: 25px;
}
#shopify-section-template--14526882218032__main #pdp-long-description{
  margin-top: 90px;
}
#ProductInfo-template--14526882218032__main .product__title{
  text-transform: none;
}
#prs-wrap .article__grid-meta  .prs-content-post-heading h2{
/*   min-height: 50px; */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
#prs-wrap .article__grid-meta  .article__grid-excerpt{
/*   min-height: 100px; */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
#blog-content .page-width .article__grid-meta--has-image .list--inline li {
  margin-left:0;
}
/*--------------- Education Solution-------  */
#PageContainer #pgs-wrap.page-education p, #PageContainer #pgs-wrap.page-education ul {
  color: #3a3a3a;
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
#pgs-wrap.page-education .global-button a{
  color:#fff;
}
#prs-sidebar-press h2{
  margin-top:45px;
  margin-bottom:15px!important;
}
#prs-sidebar-press p, #prs-sidebar-about p {
  margin-bottom: 20px;
  color: #788188;
  font-family: proxima-nova,sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight:300;
}
#blog-items .article_img{
  width: 100%;
  height: 14vw;
  object-fit: cover;
} 
#shopify-section-blog-press-template .article--listing  .article__meta-buttons li a.btn{
  text-transform: uppercase;
}
#Collection-Content{
  margin-top:30px;
}
#Collection-Content  #plp-premium-content ul li a strong{
  color: #00b5e2;
}
#Collection-Content #plp-premium-content .content-list,
#Collection-Content #plp-premium-content div ul,
#plp-premium-content ul{
  padding: 13px 20px 0 20px;
  margin-left: 20px;
}
#Collection-Content #plp-premium-content div ul li,
#Collection-Content #plp-premium-content .content-list li{
  color: #3a3a3a;
  font-family: "proxima-nova",sans-serif;
  font-size: 16px;
  font-weight: 300;
}
#Collection-Content #plp-premium-content h4,
#Collection-Content #plp-premium-content h3
{
  font-weight: 700;
  color: #000;
  padding: 0 20px;
}
/* #Collection-Content #plp-premium-content * + h2, */
#plp-premium-content #plp-premium-content-heading  ~ h2
{
  padding:0 20px;
}
div#plp-premium-content-heading + strong:first-of-type,
div#plp-premium-content-heading h2 + strong:first-of-type,
div#plp-premium-content-heading br + strong:first-of-type{
  padding-left: 20px;
  padding-right: 20px;
}
#plp-premium-content .faqs{
  margin-top: 20px;
}
#plp-premium-content .faqs .faq-item h4{
  font-size:16px;
}
/*------------------------- shogun pages--------------------------------  */
.shg-rich-text.shg-theme-text-content p{
  font-size:16px;
  margin: 0 0 19.4444444444px;
  font-weight:normal;
}
.shg-rich-text.shg-theme-text-content h4{
  font-size:16px;
  font-weight: 700;
  margin: 0 0 19.4444444444px;
}
.shg-box-content .shg-rich-text p{
  line-height: 1.5;
}
.shogun-heading-component h2{
  margin-bottom:0px !important;
}
#main-page .rte a{
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #00b5e2;
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
}
/*------------------- Support Page ----------------------------------------  */
#support-top-section, #support-bottom-section {
  width: 100%;
  text-align: center;
  display: table;
  vertical-align: middle;
}
.support-box-2-4 {
  width: 50%;
  text-align: center;
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#support-wrap img {
  max-width: 100%;
}
.support-box-1-2 {
  width: 50%;
  float: left;
}
#support-bottom-section .support-box-1-4 {
  text-align: left;
  vertical-align: top;
}
.support-box-1-4 {
  width: 25%;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 20px;
}
/*------------- epp ------------------  */
#sheerid-content {
  width: 66%;
  display: table-cell;
  vertical-align: middle;
}
#sheerid-image {
  width: 34%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#sheerid-content a.cta-button {
  background: #84bd00;
  height: 44px !important;
  font-size: 15px;
  line-height: 50px !important;
  padding: 15px 40px !important;
  line-height: 44px!important;
  margin: 0 auto;
  color:#fff;
}
/*------------------------ complexity Update Page-------------------------------  */
#config-content-view-all {
  width: 100%;
  max-width: 1160px;
  text-align: center;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  clear: both;
}
.connect-without-complexity-update-hero .ratio-container:after {
  content: "";
  display: block;
  height: 0 !important;
  width: 100%;
  padding-bottom: 50%;
  background: none !important;
}
.landing-page-row-triple .landing-page-row-box {
  width: 33%;
  float: left;
}
#pgs-wrap .landing-page-row-triple h2 {
  font-family: proxima-nova,sans-serif;
  font-size: 30px;
  font-weight: 800 !important;
  line-height: 34px !important;
}
.landing-page-row-triple .landing-box-text {
  max-width: 300px;
  margin: 0 auto;
}
.landing-page-row-triple .landing-box-text h3{
  margin-bottom: 32px;
  margin-top: 32px;
}
.pgs-feature-slidein-wrap  .pgs-feature-slidein-text .rte-setting p{
  color:#3a3a3a !important;
}
.resources-slideshow img.slide {
  height: 60px;
  margin: 0 auto;
}
.resources-slideshow .slick-slide {
    float: left !important;
}
.resources-slideshow h5{
  margin:20px 0;  
}
/*--------------------------- Accessory Finder Pages ----------------  */
.lity.lity-opened {
  opacity: 1;
}
.lity {
  z-index: 999999999;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0,0,0,.9);
  outline: 0!important;
  opacity: 0;
  transition: opacity .3s ease;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: 0!important;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: calc(100% - 40px);
  max-height: 100%;
  outline: 0!important;
  margin: 20px;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform .3s ease;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.lightbox-modal {
  max-width: 80vw;
  max-height: 80vh;
  min-width: calc(50vw - 60px);
  min-height: calc(50vh - 40px);
  margin: 0 auto;
}
.lity * {
  box-sizing: border-box;
}
.lightbox-modal iframe {
    width: 100%;
    height: 100%;
    min-width: 70vw;
    min-height: 70vh;
    overflow: auto;
}
.lity-close {
    z-index: 9994;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: -1px -1px 0 0;
    color: #000;
    font-style: normal;
    font-size: 25px;
    font-family: Arial,Baskerville,monospace;
    line-height: 25px;
    border: 0;
    background: 0 0;
    outline: 0;
    box-shadow: none;
}
/*-------------------------------- business-home-----------------------  */
.landing-page-row-double-half-image {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}

.landing-box-image {
  text-align: center;
}
.landing-page-row-double-half-image .landing-box-image img {
  margin-bottom: 0;
}
.landing-page-row-double-half-image img {
  max-width: 600px;
  width: 100%;
}
.landing-page-row-double-half-image .landing-box-text {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 20px;
}
/*--------------------------legal-----------------  */
.legal-block-row {
  width: 100%;
  float: left;
}
.legal-block {
  width: 50%;
  float: left;
}
.landing-page-row-double .landing-page-row-box {
  width: 50%;
  float: left;
}
.landing-page-row-wrap .landing-box-text .global-button a{
  color:#fff !important;
}
/* ---------------------------- Collection list homepage --------------------------------- */
.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.collection-grid-item__title {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  transform: translateY(-50%);
  transition: .1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 15px rgb(0 0 0 / 10%);
  font-weight: 500;
  z-index:2;
}

.collection-grid-item__link {
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
/*   margin-bottom: 22px; */
}
/*--------------------------------- business home---------------  */
.landing-page-nav-cta-text {
  font-size: 14px;
  color: #000;
  float: left;
  line-height: 60px;
}
#main-page{
  margin-top:26px;
}
/*---------------------------------article page ---------------------  */
.press_article_images{
  max-width:300px;
  max-height:300px;
  width:300px;
}
.articles_button li{
  list-style: none;
}
/*------ Free Shipping message ---- PDP page---------------------  */
#pdp-price-difference {
  width: 100%;
  font-family: "proxima-nova",sans-serif;
  color: #ba0c2f;
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin: -5px 0 0 0;
}
#pdp-free-shipping{
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: right;
}
#pdp-no-stock-notification {
  width: 100%;
  display: table;
  vertical-align: middle;
  margin-top: 10px;
}
#pdp-no-stock-text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
#BIS_trigger{
  padding: 0px 18px !important;
}
#pdp-b2b-form-notification #pdp-b2b-form-button a.btn{
  font-size: 16px;
  text-transform: uppercase;
}
#pdp-long-description table {
  margin-bottom: 27.5px;
  width: 100%;
}
#pdp-long-description tbody, 
#pdp-long-description td, 
#pdp-long-description tfoot, 
#pdp-long-description th, 
#pdp-long-description thead, 
#pdp-long-description tr{
  text-align: left;
  border: 1px solid #e8e9eb;
  padding: 10px 14px;
}
.isp_product_image_href .prod_badge_container, .isp_quick_view_image_wrapper .prod_badge_container, .product-images .prod_badge_container, .isp_related_product_image_wrapper a .prod_badge_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.isp_product_image_href .prod_badge_container .prod_badge, .isp_quick_view_image_wrapper .prod_badge_container .prod_badge, .product-images .prod_badge_container .prod_badge, .isp_related_product_image_wrapper a .prod_badge_container .prod_badge {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #eaeaea;
    margin: 4px;
}
.product-images .prod_badge_container, .isp_quick_view_image_wrapper .prod_badge_container {
  left: 20px;
}
.product-images  {
    position: relative;
}
.product__info-wrapper  .product__info-container #pdp-short-description p,
.product__info-wrapper  .product__info-container #pdp-short-description strong
{
  font-weight: normal;
}

.product__info-wrapper .product__info-container #pdp-short-description p{
  margin-bottom:12px;
}
/* ---------------------------- footer flag------------------------------- */
.footer-flag img.flag-image {
  width: 22px;
  height: 21px;
  margin:0 5px;
}
/*---------------------------------- minicart------------------------------  */
.cart-dropdown-product-wrap .cart-dropdown-remove a {
  color: #000;
}
.cart-dropdown-arrow-up {
  border-color: transparent transparent #3a3a3a;
  border-style: solid;
  border-width: 6px;
  height: 0px;
  width: 0px;
  display: inline-block;
  background: white;
  margin-bottom: 7px;
}
.cart-dropdown-arrow-down {
  border-color: #3a3a3a transparent transparent;
  border-style: solid;
  border-width: 6px;
  height: 0px;
  width: 0px;
  margin-top: 7px;
  display: inline-block;
  background: white;
}
.cart-dropdown-quantity .cart-dropdown-qty-value {
  border: 1px solid #e2e2e2;
  font-size: 14px;
}
.cart-dropdown-quantity{
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  text-align: center;
}
.cart-dropdown-quantity .cart-dropdown-qty-value input{
  max-width: 100% !important;
  text-align: center;
  border: none !important;
  line-height: 1;
  font-size: 14px;
  padding: 6px 0;
  border-radius: 0px;
}
.cart-dropdown-remove{
  display: table-cell;
  vertical-align: middle;
  width: 15px;
}
.shogun-root{
  margin:15px 0;
}
/*------------------------------------ Product reviews - PDP page -----------------------------------  */
.spr-icon.spr-icon-star::before {
  color: #ffcd00;
}
.spr-icon.spr-icon-star-empty::before {
  content: "";
  color: rgb(204, 204, 204);
  opacity: 1;
}
.spr-container .spr-header-title{
  display:none;
}
.spr-icon.spr-icon-star-half-alt::before {
  content: "";
  color: rgb(255, 205, 0);
}
/*------------------------------------shogun pages ----------  */
.shogun-root .shg-box-vertical-align-wrapper .shg-box-content .page-width {
  *zoom: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.shogun-root .shg-box-vertical-align-wrapper .shg-box-content .shg-rich-text p{
   margin-bottom:20px !important; 
}
.top-slider .set-bg-img .slider-content h1{
  line-height: 1.2;
  font-weight: 800;
}
#trending-slider .carousel-inner .slider-content  p strong{
  font-weight: 300;
}
/*----------------BG color text overlay &  Text with BG Image --------------------------------------- */
.hero__inner{
  padding: 30px 0;
  margin: 0 auto;
  display: block;
}
.hero__inner.hero-center{
  display: table-cell !important;
  padding: 55px 0;
  color:#fff;
  z-index: 2;
}
.hero__inner .tgs-main-image-subtext p{
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.hero__inner .tgs-main-image-button{
  margin-top: 1em;
}
.hero__inner .tgs-main-image-heading h2{
  margin-bottom: 18px !important;
}
.tgs-main-image-subtext {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero--x-small {
  height: 94px;
}
.hero--small {
  height: 225px;
}
.hero--large {
  height: 488px;
}
.hero--medium {
  height: 357px;
}
.hero--x-large {
  height: 582px;
}
.tgs-main-text-block .hero__inner .tgs-main-image-subtext {
  max-width: 960px;
}
.hero__inner.hero-center .tgs-main-image-heading h2{
  color:#fff;
}
.discount-section{
  display: table;
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
}
.collection-grid-item__overlay.box.ratio-container.lazyload-.js.lazy:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 0px;
}
.template-which-ipad-do-i-have .chart-row-wrap.odd {
  background: #f1f1f1;
}
.template-which-ipad-do-i-have .chart-row-wrap.even {
  background: #fff;
}
.template-which-ipad-do-i-have .chart-row-wrap.odd, .chart-row-wrap.even {
  padding: 5px 10px;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
}
#pdp-image-gallery .prod_badge_container .prod_badge{
  width: 70px;
  height: 70px;
}
.custom-payment-icons .payment-icon.diners_club, .custom-payment-icons .payment-icon.jcb, .custom-payment-icons .payment-icon.venmo, .custom-payment-icons .payment-icon.maestro, .custom-payment-icons .payment-icon.shopify_pay {
  display: none;
}
.py-6{
  padding:4rem 0;
}
.top-slider #overview-slider .carousel-inner .slider-content {
  text-align:left;
}
.vertical-slider .item p{
  font-weight:normal;
}
.shogun-form .shogun-form-submit-container .shogun-form-submit{
  height: 40px;
  background: #00b5e2;
  border: 2px solid #00b5e2;
  color: #fff!important;
  font-family: proxima-nova,sans-serif;
  font-size: 14px;
}

/* Responsive Devices -------- */

@media only screen and (max-width: 768px) {
  #PopupSignupForm_0 .mc-banner {
    top: auto!important;
    bottom: 350px!important;
    max-width: calc(100% - 60px);
    margin: 0 30px;
  }
  .support-box-2-4.contact {
    padding-top: 20px;
    display: table-header-group;
  }
  .support-box-1-4 {
    width: 50%;
    float: left;
  }
  
  #main-page h1{
    font-size: 28px;
  }
  #sheerid-image {
    display: none;
  }
  #sheerid-image-mobile {
    display:block;
    text-align:center;
  }
  .landing-page-nav-text {
    display: none;
  }
 
  #pgs-banner-text-wrap, .pgs-banner-text-wrap {
    text-align: center;
  }
  #pgs-banner-text, .pgs-banner-text {
    padding-left: 0;
  }
  #pgs-banner-description, #pgs-banner-title, .pgs-banner-description, .pgs-banner-title {
    margin: 0 auto;
  }
  #pgs-banner-description p{
    font-size: 15px;
    line-height: 18px;
  }
  #mc_embed_signup input.email, .mc_embed_signup input.email {
    width: 100%!important;
    margin-bottom: 5px !important;
  }
  .landing-page-row-double .landing-box-text, .landing-page-row-double-half-image .landing-box-text, .landing-page-row-single .landing-box-text, .landing-page-row-single-bg .landing-box-text, .landing-page-row-triple .landing-box-text {
    width: 100% !important;
    max-width: 800px !imoportant;
    margin: 0 auto !important;
  }
  .landing-page-row-single-bg .landing-box-text h4, .landing-page-row-single-bg .landing-box-text p {
    padding: 0 20px!important;
  }
  .landing-page-row-double .landing-page-row-box, .landing-page-row-double-half-image .landing-page-row-box, .landing-page-row-single .landing-page-row-box, .landing-page-row-triple .landing-page-row-box {
    width: 100%;
    padding: 0 5%;
  }
  .landing-page-row-double, .landing-page-row-single, .landing-page-row-triple {
    padding: 50px 0;
  }
  .support-box-2-4.icons {
    width: 100%;
  }
  .legal-block:nth-child(odd) {
    padding-right: 0;
  }
  .legal-block:nth-child(even) {
    padding-left: 10.5px;
  }
  #pgs-banner-title h1, #pgs-banner-description,
  #pgs-banner-title h1 span,
  #pgs-banner-description span{
    color: #fff!important;
  }
  #pgs-banner-description {
    width:100%;
    font-size:13px;
    line-height:16px;
  }
  #main-page.template-benefits-docking-stations h1 {
    font-family: proxima-nova,sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
    color: #000;
    margin-bottom: 18px;
  }
  #main-page .pgs-feature-slidein-section-2 .pgs-feature-slidein-text h3, #main-page .pgs-feature-slidein-section-3 .pgs-feature-slidein-text h3 {
    padding-top: 30px;
  }
  .pgs-feature-slidein-text  h3, .pgs-feature-slidein-text p{
    text-align:center;
  }
  .pgs-text-block{
    padding: 15px 20px;
  }
  .text-media-center{
    text-align:center;
  }
  .landing-page-nav-cta{
    margin: 0 auto;
  }
  #sheerid-wrap{
  	justify-content: center;
  }
  .pdp-premium-padding-left{
    padding-left: 20px;
  }
  .pdp-premium-padding-right{
  	padding-right: 20px;
  }
  .keep-your-business-your-business.text-image-1 .pgs-feature-slidein-text{
  	width: 75%;
  }
  .keep-your-business-your-business .resources-slideshow .slick-prev:before, .slick-next:before{
    font-size: 25px;
    color: #aaa;
  }
  .keep-your-business-your-business .resources-slideshow .slick-prev{
    left: 0;
  }
  .keep-your-business-your-business .resources-slideshow .slick-next{
    right: 0;
  }
  .resources-slideshow .slick-slide{
  	padding: 0 20px;
  }
  .feature-block .col-image{
    max-width: 100%;
    margin: 0 auto;
  }
/*------------- Blogs page --------------    */
  #shopify-section-blog-press-template #prs-content,
  #shopify-section-blog-press-template #prs-sidebar{
    width: 100%;
    padding:0;
    border-right: none;
  }
  #protection-slider .carousel-item .fixed-image{
    height:330px;
  }
  #protection-slider .carousel-item{
    height: 100%;
  }
  .search-overlay-open input:focus{
    border:none;
    outline: none;
  }
  .search-overlay-open input{
    border:none;
  }
  #shopify-section-ecosmart-cypress-hero .page-width {
    margin: 0 20px;
    padding: 0 20px
  }
  .shopify-section.section-2-col-image-text .pgs-feature-slidein{
  	text-align:center;
  }
  #prs-sidebar-about h2, #prs-sidebar-contacts h2, #prs-sidebar-press h2{
  	line-height: 28px;
  }
  #blog-items .article_img{
  	height:auto;
  }
  #template--14708621213744__165047086429a091c9 .ctm-content img{
    max-width: 215px;
  }
  .discount-img:nth-child(odd), .discount-content:nth-child(odd) {
    padding-right: 0px;
  }
  .discount-img:nth-child(even), .discount-content:nth-child(even) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 468px){
  
  #main-page #carousel .slick-dots{
    margin-top:0 !important;
  }
  #main-page h1{
    font-size: 24px;
  }
  .w-50{
    width:100% !important;
  }
  #pgs-banner-description, #pgs-banner-title {
    width: 80%;
  }
   .pdp-premium-content.odd {
    display: flex;
    flex-direction: column-reverse;
  }
  .chart-row-left {
    float: left;
    width: 50%;
    text-align: left;
  }
  .chart-row-middle {
    float: left;
    width: 50%;
    text-align: right;
    padding: 0;
  }
  .chart-row-right {
    float: left;
    width: 100%;
    text-align: left;
  }
  li.noti-badge [data-badge]:after{
    right: 0px !important;
  }
  .config-option {
    width: 98%;
    margin-bottom: 33px;
  }
  #sheerid-button{
  	text-align:center;
  }
  .pdp-content-heading-wide{
  	margin-top:30px;
  }
  .pgs-feature-slidein-section-2 .pgs-feature-slidein-image, .pgs-feature-slidein-section-3 .pgs-feature-slidein-image, .pgs-feature-slidein-wrap .pgs-feature-slidein-image {
    display: table-header-group;
  }
  .pgs-feature-slidein-section-2 .pgs-feature-slidein-text, .pgs-feature-slidein-section-3 .pgs-feature-slidein-text, .pgs-feature-slidein-wrap .pgs-feature-slidein-text {
    display: table-footer-group;
  }
  
  .pgs-feature-slidein{
    width: 100%;
    padding: 20px;
    display: table;
    vertical-align: middle;
  }
  .pgs-feature-slidein-text .rte-setting{
    text-align:center;
  }
  .pdp-premium-padding-right,
  .pdp-premium-padding-left{
  	padding: 0;
  }
  .keep-your-business-your-business.text-image-1 .pgs-feature-slidein-text{
    width:100%;
  }
  .feature-block .col-image{
    max-width: 50%;
    margin: 0 auto;
  }
   #prs-wrap .page-width .article--listing .article__meta-buttons li,
  #prs-wrap .article--listing .article__meta-buttons li{
    margin: 7px 0 0 0;
  }
  #prs-wrap .page-width .article--listing .article__list-image-wrapper,
  #prs-wrap .article--listing .press_article_images .article__list-image-wrapper
  {
    margin-right: 0px;
    margin-bottom:15px;
  }
  #prs-wrap .page-width .article--listing .prs-content-post-heading h2,
  #prs-wrap .article--listing .prs-content-post-heading h2
  {
  	margin-bottom:15px !important;
  }
  #prs-wrap .page-width .article--listing .prs-content-post-date,
  #prs-wrap .article--listing .prs-content-post-date
  {
    margin-top: 0px;
  }
  .collection-header .filters-toolbar__item .filters-toolbar__input{
  	padding: 10px 3px;
  }
  #overview-slider .set-bg-img .slider-content{
    margin:0 auto;
  }
  #protection-slider .carousel-item .fixed-image{
    height:300px;
  }
  .cart-box {
    width: calc(100vw - 40px);
    max-width: 400px;
    top: 47px;
    margin-top: 12px;
    z-index: 999999;
    left: 30px;
  }
  .product__media-wrapper .main-img-slider .slick-prev{
    left: 0;
    right: auto;
  }
  .isp_related_wrapper{
    padding: 0 12px;
  }
  .isp_related_wrapper .slick-prev {
    left: -5px!important;
  }
  .isp_related_wrapper .slick-next {
    right: -5px!important;
  }
  .product__media-wrapper .slick-prev{
    margin: 0;
    left: 5px;
    right: auto;
  }
  .product__media-wrapper .slick-next{
    margin: 0 !important;
    left: auto !important;
    right: 5px!important;
  }
  .pdp-premium-content-text ol li
  {
    list-style: none;
    list-style-type: upper-alpha;
    margin-left: 20px;
    text-align: left;
  }
  .mobile_search_form{
    height: 62px;
  }
  .cart__qty-input{
    width: 40px;
  }
  .cart__blocks{
    text-align:center;
  }
  .cart__footer .checkout-button{
    margin-top:25px;
  }
  .cart__price-total-wrapper, .cart__row.cart__header{
    display:none;
  }
  .cart__footer .cart__update--large{
    display: block;
    margin: 15px auto 0;
  }
  #pdp-prices, #pdp-free-shipping {
    min-width: 100%;
    display: inline-block;
    text-align: center;
    margin-top:10px;
  }
  #pdp-prices, #pdp-free-shipping {
    min-width: 100%;
    display: inline-block;
    text-align: center;
  }
  #pdp-long-description{
    margin-top:0;
    margin-bottom:20px;
  }
  #pdp-long-description .pdp-content-heading-wide{
    margin-top:0px;
  }
  .top-slider .set-bg-img .slider-content h1{
    text-align: center;
  }
  .py-6{
    padding:2rem 0;
  }
  .collection-grid-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width:1023px){
  #protection-slider .carousel-item .fixed-image{
    height:330px;
  }
  #protection-slider .carousel-item{
    height: 530px;
  }
  #prs-sidebar-about h2, #prs-sidebar-contacts h2, #prs-sidebar-press h2{
  	line-height: 28px;
  }
}



@media screen and (max-width: 600px){
 .offer-bar .vertical-slider .slick-slide{
   height: 6vh !important;
  }
  .top-slider #overview-slider .set-bg-img .slider-content{
    margin: 0 auto;
    text-align:center;
  }
  #pdp-specifications-list #pdp-specs-ul .pdp-spec-label{
  	width: 50%;
    padding:0px;
    text-align: center;
  }
  #pdp-specifications-list #pdp-specs-ul .pdp-spec-value{
    width: 50%;
    padding:0px;
    text-align: left;
  }
/*   .site-header__cart-count{
    top: 9px;
    left: auto;
    right: 5px;
  } */
  #prs-content, #prs-sidebar{
  	width: 100%;
  }
  .content-center{
    text-align:center;
  }
  #prs-sidebar{
  	padding-left:0;
  }
  #prs-content{
    border-right: none;
    padding-right: 0;
  }
  .trending-product .slider-content h3{
 	font-size: 20px;
  }
}
@media screen and (max-width: 575px){
  .site-header__cart-count{
    top: 9px;
    left: auto;
    right: 5px;
  }
}
@media screen and (max-width: 991px){
  .site-header__cart-count{
    top: 9px;
    left: auto;
/*     right: 5px; */
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
  .site-header__cart-count{
    top : 2px;
    left : 25px;
  }
  #prs-sidebar-about h2, #prs-sidebar-contacts h2, #prs-sidebar-press h2{
  	line-height: 28px;
  }
}


@media only screen and (min-width: 769px){
  .slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: 0;
  }
  .hero--x-small {
    height: 125px;
  }
  .hero--small {
    height: 300px;
  }
  .hero--large {
    height: 650px;
  }
  .hero--medium {
    height: 475px;
  }
  .hero--x-large {
    height: 775px;
  }
  .slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-slider .slick-dots li button::before {
    width: 12px;
    height: 12px;
  }
  
  .landing-page-row-double-half-image, .landing-page-row-double-half-image img {
    float: left;
  }
  .landing-page-row-double-half-image .landing-page-row-box {
    width: 100% !important;
    display: inline-block;
    clear: both;
    height: 100%;
  }
  .landing-page-row-double-half-image .landing-box-image {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
  }
  .landing-page-row-double-half-image .landing-box-text {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 50%;
  }
  .collection-grid-item__title {
    padding: 0 15px;
}
  .collection-grid .grid__item.collections_items_images{
    padding:0 0px !important;
  }
  
}
@media only screen and (min-width: 769px) and (max-width:1200px){
  section.product-wrap .product-info .desc{
    min-height: 229px;
  }
  .trending-product .slider-content h3{
  	font-size: 26px;
  }
}
@media only screen and (min-width: 280px) and (max-width:350px){
  .offer-bar .vertical-slider .item{
    float: none;
    padding: 0px 10px;
    display: block !important;
    height: 10vh !important;
  }
}


/* .main-dropdown {
  position: relative;
}
.main-dropdown .sub-dropdown {
  display: none;
  left: 120%;
  top: -43px;
  width: 100%;
  position:absolute;
}
.main-dropdown:hover > .sub-dropdown {
  display: block;
}
.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
} */


/*------------------------- 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 20px 50px;	
  height:350px;
}

.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:10px;
  margin:0;  
}
._listItem li:hover{
  background-color: #f1f1f1;
  border-radius: 8px;
}

#products-accessories ._listItem{
  column-count:2;
}
._listItem li,
.list-category li{
  padding: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;}
.threecoumnmenu{column-count:3;}
.threecoumnmenu ._listItem li{
  display: inline-block;
  margin:0;
}
.twocoumnmenu{
  column-count:2;
}
.twocoumnmenu ._listItem li{
  display: inline-block;
  margin:0;
}
/* .nav-menu .nav-dropdown .dropdown-content {
    background-color: rgba(253,253,253,0.9) !important;
} */
.opacity0{opacity:0 !important;}
.opacity1{opacity:1 !important;}

.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 {
  visibility: visible;
}
.close {
  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;
}
.image-container {
  position: absolute;
  right: 20%;
  top: 66px;
}
.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:400px;
  position: absolute;
  top: 0;
  left: 270px;
  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 {
  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;
  color: #4e008e !important;
}
.list-category li:hover > .right-arrow{
  transition-delay: 0.2s, 0.2s;
}
.image-container{
  width:250px;
}
._listItem li,
.list-category li{
  padding:10px;
  margin:0;  
}
._listItem li:hover{
  background-color: #f1f1f1;
  border-radius: 8px;
}

#products-accessories ._listItem{
  column-count:2;
}
._listItem li,
.list-category li{
  padding:10px;
  margin:0;  
}
._listItem li:hover{
  background-color: #f1f1f1;
  border-radius: 8px;
}
#products-accessories ._listItem li{
  display: inline-block;
  margin:0;
}

.weglot-container{z-index:999 !important;}


.custom-dropdown-nav .tab-content {
    width: calc(100% - 25%);
}

.custom-dropdown-nav .tab-content .tab-pane {
    display: flex;
    justify-content: space-between;
    border: 2px solid #e1e2e3;
    padding: 20px;
    /* border-radius: 18px; */
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  max-height: 450px;min-height:450px;
}
.custom-dropdown-nav .tab-content .tab-pane.fade:not(.show){
    display: none!important;
}
.custom-dropdown-nav .tab-content .tab-pane .open-dropdown-items{
    padding-left:0px;
    display: flex;width:75%;
}
.custom-dropdown-nav .tab-content .tab-pane .open-dropdown-items ul + ul{
    margin-left: 20px;
}
.twocoumnmenu{
  column-count:2;
}
.custom-dropdown-nav .parent-nav .nav .nav-button{
    text-align: left;
    padding: 20px 0 20px 20px!important;
    border: 1px dashed #e1e2e3;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 17px;
}
.custom-dropdown-nav .parent-nav .nav .nav-button:hover{
    /* border: none!important;
    border-radius: 0; */
    color: #3a3a3a!important;
}
.custom-dropdown-nav .parent-nav .nav .nav-button:hover::after{
    background: transparent!important;
}
.custom-dropdown-nav .parent-nav .nav .nav-button.active{
    background-color: transparent;
    border: 2px solid #e1e2e3!important;
    border-right: 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    position: relative;
    font-weight: 700;
}

.custom-dropdown-nav .parent-nav .nav .nav-button:hover{
    border-right: 0;
}

.custom-dropdown-nav .parent-nav .nav .nav-button.active ~ .nav-button{
    border-bottom: 0;
}

.custom-dropdown-nav .parent-nav .nav .nav-button.active + .nav-button{
    border-top: 0;
}

.custom-dropdown-nav .parent-nav .nav .nav-button.active::after{
    position: absolute;
    content: "";
    background: white;
    height: 65px;
    width: 10px;
    right: -5px;
    top: 0px;
}
.custom-dropdown-nav .parent-nav .nav .nav-button.active:hover::after{
    background-color: #fff!important;
}

.custom-dropdown-nav .parent-nav .nav {
    width: 25%;
}
.dropdown-close{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    font-weight: normal;
}
.hideelement{display:none;}
.showelement{display:block;}
.imageelementmenu .Image_text{text-align:center;margin-top:10px;}
.imageelementmenu .Image_text h5{font-weight:normal;margin-bottom:10px;}
.nav-menu .nav-dropdown .dropdown-content {padding-bottom: 3.5rem;}

@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;
  }
}
/*@media only screen and (max-width:600px){
.cartelements{height:500px;}
}*/
.plp-premium-content-top p{color: #3a3a3a;
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin:0 0 15px 0;
    }
.plp-premium-content-top{margin-bottom:20px;}
p:last-child{
  margin-bottom:0px!important;
}
#protection-slider .carousel-control-prev path,#protection-slider .carousel-control-next path{fill:#2a2828}
/* #plp-premium-content ul{padding:0 25px;} */
@media only screen and (max-width:600px){
.cart-box {min-height:200px;max-height:400px;}
  .press_article_images{width:100%;max-width:100%;}
}

/*---- 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);
  pointer-events: none;
}

#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;
}
/*------- Product Specification Section on Product Details Page-----------  */
@media screen and (min-width: 768px) {   
  .two-column-list{
    column-count: 2;
  }
  .three-column-list{
    column-count: 3;
  }
}