:root {
  --generalSpacing: 100px;
  --accent: #013049;
  --lightBlue: #F8F2E9;
  --grayBlue: #1E1E1E;
  --black: #1e1e1e;
  --green: #2FAC8E;
  --green: #2FAC8E;
  --darkGreen: #2FAC8E;
  --red: #e74c3c;
  --orange: #F4B544;
  
  --rgb_accent: 47, 174, 242;
  --rgb_lightBlue: 242, 250, 254;
  --rgb_grayBlue: 115, 119, 134;
  --rgb_black: 54, 56, 66;
  /*   --rgb_green: 46, 204, 113; */
  --rgb_green: 86, 236, 150;
  --rgb_darkGreen: 0, 182, 122;
  --rgb_red: 231, 76, 60;
  --rgb_orange: 255, 179, 0;
}
body{
  font-size: 15px;
	color: var(--black);
}
.ul-reset{
  margin: 0;
  padding: 0;
  list-style: none;
}
a, a:hover{
	color: var(--black);
}
.general-content{
	color: var(--grayBlue);
}
.accent{
	color: var(--accent) !important;
}
.accent-bg{
	background: var(--accent) !important;
}
a.btn-dev{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border: none;
	-webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
	        box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 0 25px;
  height: 45px;
  color: #fff;
}
a.btn-dev.disabled{
	opacity: 1;
}
a.btn-wide{
	padding: 0 40px;
}
a.btn-large{
	height: 58px;
}
.standard-input.dev{
	border: 0;
  outline: 0;
  border-radius: 4px;
  background: #fff;
  height: 45px;
  -webkit-box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
          box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
  padding: 0 15px;
}
.total-overlay{
	z-index: 99;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background: rgba(22,46,79,0.3);
}
.total-overlay.active{
  opacity: 1;
  visibility: visible;
}
.div-shadow{
	background: url('shadow.svg');
  background-size: 100%;
  background-position: center;
  width: 40px;
}
@media(max-width: 767px){
	a.btn-wide{
    padding: 0 15px;
  }
  a.btn-dev{
    height: 41px;
  }
  .standard-input.dev{
  	height: 41px;
  }
}
/*** Header - Start ***/
/* USP bar - start */
#header.dev .header-fixed-wrap.fixed {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#header.dev .usp-bar{
	padding: 15px 0;
  height: unset;
}
#header.dev .usp-bar ul.usp-wrap{
	margin: 0;
}
#header.dev .usp-bar .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
#header.dev .usp-bar .item span{
  font-weight: bold;
}
#header.dev .usp-bar .item i{
/* 	min-height: 19px;
  max-height: 19px;
  min-width: 19px;
  max-width: 19px; */
/*   border-radius: 100%;
  background: #fff; */
  color: var(--accent);
/*   border: 1px solid var(--accent); */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
}
/* #header.dev .usp-bar .item i:after{
	content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  min-height: calc(100% + 4px);
  max-height: calc(100% + 4px);
  min-width: calc(50% + 4px);
  max-width: calc(50% + 4px);
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  opacity: 0.4;
  z-index: -1;
} */
#header.dev .reviews-top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#header.dev .reviews-top .stars i{
  min-height: 18px;
  max-height: 18px;
  min-width: 18px;
  max-width: 18px;
  font-size: 12px;
  border-radius: 0;
/*   background: none; */
}
#header.dev .reviews-top .stars .full{
	background: var(--darkGreen);
}
#header.dev .reviews-top .stars .half{
	background: red;
  opacity: 0.4;
}
#header.dev .reviews-top .stars .empty{
	background: #DCDCE6;
  opacity: 0.4;
}
@media(max-width: 1199px){
  #header.dev .usp-bar{
  	padding: 12px 0;
  }
	#header.dev .usp-bar .item{
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
}
@media(max-width: 991px){
  #header.dev .usp-bar{
  	padding: 10px 0;
  }
}
/* USP bar - end  */
/* Header Main - Start */
#header.dev .main-header{
	-webkit-box-shadow: -2px 2px 10px rgba(38, 63, 77, 0.08);
	        box-shadow: -2px 2px 10px rgba(38, 63, 77, 0.08);
}
#header.dev .main-menu ul li .sub-menu ul{
	padding: 30px 80px;
  margin: -25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#header .main-menu ul li .sub-menu ul li{
	-webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	        flex-grow: unset;
  width: calc(100% / 6);
  padding: 25px;
}
#header.dev .main-menu ul li .sub-menu ul li a{
  padding: 0;
}
#header.dev .main-menu ul li .sub-menu ul li .title{
  font-weight: normal;
  font-size: 1em;
  margin-top: 20px;
}
#header.dev .main-menu ul li .sub-menu ul li:hover .title{
	font-weight: 400;
  color: var(--accent);
}
#header.dev .logo img{
	height: 25px;
  width: auto;;
}
#header.dev .main-menu{
  padding-left: 20px;
  font-size: 1.000em;
  letter-spacing: unset;
  font-weight: 500;
}
#header.dev .main-menu > ul > li a {
    padding: 30px 8px;
    color: #fff;
}
#header.dev .logo-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header.dev .header-icons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header.dev .header-icons .header-search a{
	font-size: 20px;
}
#header.dev .main-header .search-bar{
	z-index: 1;
  top: 0;
  height: 100%;
  background: #fff;
  padding: 30px 0;
}
#header.dev .main-header .search-bar input{
  color: #848484;
  padding: 0 40px;
  height: auto;
}
#header.dev .main-header .search-bar .submit-search{
  width: auto;
  height: auto;
	right: unset;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  padding: 0;
  padding-right: 20px;
}
#header.dev .main-header .search-bar .close-search{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #D0D0D0;
  font-size: 1.467em;
}
#header.dev ul.cart-account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
#header.dev ul.cart-account-wrap li {
	padding: 0;
}
#header.dev ul.cart-account-wrap li:last-child {
	margin-left: 22px;
  position: relative;
  font-size: 24px;
}
#header.dev ul.cart-account-wrap li > a {
	color: var(--black);
}
#header.dev ul.cart-account-wrap li a .icon {
	position: relative;
}
#header.dev ul.cart-account-wrap li a .icon .items {
  position: absolute;
  top: 0;
  right: -4px;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  background: #F4B544;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
}
#header.dev ul.cart-account-wrap .my-account{
  font-weight: bold;
}
#header.dev .header-icons i.icon, #header.dev .header-icons i.icon21.icon21-account {
    color: #fff;
}
@media(max-width: 1199px){
	#header.dev ul.cart-account-wrap{
  	margin-left: unset;
  }
  #header.dev ul.cart-account-wrap li:last-child{
  	margin-left: 15px;
  }
  #header.dev .open-menu .menu-button li{
  	background: #fff;
    width: 19px;
  }
  #header.dev .open-menu .menu-button li:first-child{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #header.dev .open-menu .menu-button li:nth-child(2){
  	width: 100% !important;
  }
  #header.dev .logo{
  	width: unset;
  }
  #header.dev .mobile-icons-wrap{
  	padding-right: 15px;
  }
}
@media(max-width: 767px){
	#header.dev .header-icons .header-search a,
  #header.dev ul.cart-account-wrap li a .icon{
  	font-size: 18px;
  }
  #header.dev ul.cart-account-wrap li a .icon .items{
  	top: -5px;
    font-size: 11px;
  }
}
/* Header Main - End */
/* Mobile - Menu */
.mobile-menu.dev{
	left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0;
  visibility: hidden;
  background: var(--lightBlue);
}
.mobile-menu.dev.menu-open{
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.mobile-menu.dev .menu-tab{
  background: #fff;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu.dev .menu-tab ul li{
	padding: 15px 0;
  font-weight: bold;
}
.mobile-menu.dev .menu-tab.top{
	-webkit-box-shadow: -2px 2px 10px rgba(38, 63, 77, 0.08);
	        box-shadow: -2px 2px 10px rgba(38, 63, 77, 0.08);
}
.mobile-menu.dev .menu-tab.top .title{
  color: var(--accent);
}
.mobile-menu.dev .mobile-main-menu > ul > li > a{
	border-bottom: 1px solid #E1E1E1;
}
.mobile-menu .mobile-main-menu ul li a{
  margin: 0 15px;
  font-weight: bold;
}
.mobile-menu.dev .mobile-main-menu > ul > li:last-child > a{
	border-bottom: 0;
}
.mobile-menu.dev .mobile-main-menu ul li a.active{
  color: var(--accent);
}
.mobile-menu .mobile-main-menu ul li.active > a{
	background: none;
}
.mobile-menu.dev .mobile-main-menu ul.subs li a{
	font-weight: normal;
  font-size: 14px;
}
.mobile-menu.dev .mobile-main-menu ul li > .more-cats i{
  font-size: 50%;
  color: var(--black);
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
.mobile-menu.dev .mobile-main-menu ul li.active > .more-cats{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.mobile-menu.dev .mobile-main-menu ul li.active > .more-cats i{
  color: var(--accent);
}
.mobile-menu.dev .menu-tab.bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: -2px 2px 10px rgba(38, 63, 77, 0.08);
          box-shadow: -2px 2px 10px rgba(38, 63, 77, 0.08);
}
.mobile-menu.dev .menu-tab.bottom ul.left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu.dev .menu-tab.bottom ul.left li a{
  display: block;
}
.mobile-menu.dev .menu-tab.bottom ul.left li:last-child{
	margin-left: 30px;
}
.mobile-menu.dev .menu-tab.bottom ul.right li.cart-link a .icon{
	position: relative;
  font-size: 22px;
}
.mobile-menu.dev .menu-tab.bottom ul.right li.cart-link a .icon .items{
  position: absolute;
  top: 0;
  right: -6px;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  background: #2faef2;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
}
.mobile-menu.dev .menu-tab.top i{
  margin-right: 15px;
  color: #353843;
  font-size: 16px;
}
.body-wrap.dev.menu-open{
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#header.dev .body-wrap.menu-open{
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
@media(max-width: 767px){
	.mobile-menu.dev .mobile-main-menu ul li a{
  	font-size: 14px;
  }
}
/* Mobile Menu - End */
#header.dev .mobile-categories-slider{
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
  display: block;
}
#header.dev .mobile-categories-wrap{
	background:var(--lightBlue);
}
#header.dev .mobile-categories-wrap .inner{
	padding: 10px 0;
}
#header.dev .mobile-categories-wrap .sub-item a{
  color: #1e1e1e;
}
#header.dev .mobile-categories-slider .owl-stage-outer{
	overflow: visible;
}
#header.dev .mobile-categories-slider .owl-stage{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header.dev .mobile-categories-slider .owl-stage .owl-item{
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
  white-space: nowrap;
}
#header.dev .mobile-categories-slider .sub-item.active{
	font-weight: bold;
}
@media(max-width: 991px){
	#header.dev .mobile-icons-wrap a{
  	padding: unset;
  }
  #header.dev .main-header .search-bar{
  	padding: 20px 0;
  }
}
@media(max-width: 767px){
	#header.dev .logo img{
  	height: 15px;
    width: unset;
  }
  #header.dev .open-menu .menu-button{
  	height: 17px;
  }
  #header.dev .main-header .search-bar input{
  	padding: 0 30px;
  }
  #header.dev .mobile-categories-wrap{
  	margin-right: -25%;
  }
  #header.dev .mobile-categories-wrap .sub-item a{
  	font-size: 0.9em;
  }
  #header.dev .main-header .search-bar{
  	padding: 15px 0;
  }
}
/*** Header - End ***/
/*** Footer - Start ***/
#footer.dev.productpage{
	margin-top: 0px;
}
#footer.dev .footer-service{
	background: var(--lightBlue);
  -webkit-box-shadow: -5px 10px 20px rgba(22, 55, 92, 0.04);
          box-shadow: -5px 10px 20px rgba(22, 55, 92, 0.04);
}
#footer.dev .footer-service .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#footer.dev .footer-service .chat-call{
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer.dev .footer-service .chat-call .chat-wrap{
  margin-top: -6px;
	padding-right: 135px;
}
#footer.dev .footer-service .chat-wrap .img-title-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer.dev .footer-service .chat-wrap .img-wrap{
  margin-right: 20px;
}
#footer.dev .footer-service .chat-wrap .img-wrap img{
  border-radius: 100%;
  -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.08);
  width: 100%;
}
#footer.dev .footer-service .title{
	font-weight: bold;
  font-size: 1.733em;
}
#footer.dev .footer-service .subtitle{
  color: var(--grayBlue);
  margin-top: 10px;
}
#footer.dev .footer-service .general-content{
	max-width: 340px;
}
#footer.dev .footer-service .general-content,
#footer.dev .footer-service .chat-wrap .chat-btn{
	margin-top: 30px;
}
#footer.dev .footer-service .call-mail-wrap{
  padding-right: 135px;
}
#footer.dev .footer-service .call-mail-wrap .call-mail-links{
	margin-top: 30px;
}
#footer.dev .footer-service .call-mail-links li a{
	color: var(--accent);
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.8em;
}
#footer.dev .footer-service .newsletter{
  padding: 60px 0;
  margin-left: 70px;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#footer.dev .footer-service .newsletter .logo img{
  height: 25px;
}
#footer.dev .main-footer:after{
	content: none;
}
#footer.dev .footer-service .newsletter #formNewsletter{
	margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer.dev .footer-service .newsletter #formNewsletter .btn-dev{
	margin-left: 7px;
}
#footer.dev .footer-service .newsletter #formNewsletter input{
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#footer.dev .main-footer{
	padding: unset;
}
#footer.dev .main-footer .inner{
	padding: 50px 0;
  border-bottom: 1px solid #e1e1e1;
}
#footer.dev .main-footer .footer-title{
  color: var(--black);
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#footer.dev .main-footer ul.links-wrap{
	line-height: 2.2em;
}
#footer.dev .main-footer ul.links-wrap li a{
	color: var(--grayBlue);
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
#footer.dev .footer-bottom{
  padding: 30px 0;
}
#footer.dev .footer-bottom .inner{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer.dev .footer-bottom .copyright{
	color: #bfbfbf;
  text-align: center;
  font-size: 1em;
}
#footer.dev .footer-bottom .copyright span[itemprop="average"],
#footer.dev .footer-bottom .copyright span[itemprop="best"],
#footer.dev .footer-bottom .copyright span.slash{
  color: var(--accent);
  font-weight: bold;
}
#footer.dev .footer-bottom .copyright a{
  color: var(--grayBlue);
}
#footer.dev .footer-bottom .payments-hallmarks{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
#footer.dev .footer-bottom .footer-hallmarks{
/* 	padding-left: 45px; */
}
#footer.dev .footer-bottom .footer-hallmarks .footer-hallmark img{
	height: 35px;
}
@media(min-width: 1200px){
  #footer.dev .main-footer ul.links-wrap li:hover a {
    color: #11B98F;
}
}
@media(max-width: 1499px){
  #footer.dev .footer-service .chat-call .chat-wrap,
	#footer.dev .footer-service .call-mail-wrap{
  	padding-right: 90px;
  }
  #footer.dev .footer-service .newsletter{
  	margin-left: 60px;
  }
}
@media(max-width: 1399px){
  #footer.dev .footer-service .chat-call .chat-wrap,
	#footer.dev .footer-service .call-mail-wrap{
  	padding-right: 60px;
  }
  #footer.dev .footer-service .newsletter{
  	margin-left: 30px;
  }
}
@media(max-width: 1199px){
  #footer.dev .footer-service .newsletter{
  	margin-left: unset;
  }
  #footer.dev .footer-service .inner{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  #footer.dev .footer-service .chat-call{
  	padding: 30px 0;
    margin: 0 -15px;
  }
  #footer.dev .footer-service .chat-call .chat-wrap, 
  #footer.dev .footer-service .call-mail-wrap{
  	padding-right: unset;
    width: 50%;
    padding: 0 15px;
  }
  #footer.dev .footer-service .newsletter{
  	padding: 30px 0;
  }
}
@media(max-width: 991px){
  #footer.dev .footer-service .title{
  	font-size: 1.5em;
  }
	#footer.dev .footer-service .chat-call{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: 0;
  }
  #footer.dev .footer-service .chat-call .chat-wrap, 
  #footer.dev .footer-service .call-mail-wrap{
  	width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
  #footer.dev .footer-service .chat-call .chat-wrap{
  	margin-top: unset;
  }
  #footer.dev .footer-service .inner{
  	padding: 50px 0;
  }
  #footer.dev .footer-service .chat-call,
  #footer.dev .footer-service .newsletter{
  	padding: 0;
  }
  #footer.dev .footer-service .general-content, 
  #footer.dev .footer-service .chat-wrap .chat-btn,
  #footer.dev .footer-service .call-mail-wrap .call-mail-links{
  	margin-top: 15px;
  }
  #footer.dev .footer-service .call-mail-wrap .call-mail-links li a{
  	font-size: 1.1em;
  }
  #footer.dev .footer-service .subtitle{
  	margin-top: 5px;
  }
  #footer.dev .main-footer .inner{
  	border-bottom: 0;
    padding: 0;
  }
  #footer.dev .main-footer .footer-links{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: 0;
  }
  #footer.dev .main-footer .footer-links .col{
  	padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
  }
  #footer.dev .main-footer .footer-links .footer-links-wrap.active .footer-title{
    color: var(--accent);
  }
  #footer.dev .main-footer .footer-links .footer-links-wrap i{
  	-webkit-transition: .15s all ease-in-out;
  	-o-transition: .15s all ease-in-out;
  	transition: .15s all ease-in-out;
  }
  #footer.dev .main-footer .footer-links .footer-links-wrap.active i{
  	-webkit-transform: rotate(180deg);
  	    -ms-transform: rotate(180deg);
  	        transform: rotate(180deg);
  }
  #footer.dev .main-footer .footer-title{
  	margin-bottom: 0;
  }
  #footer.dev .main-footer ul.links-wrap{
  	-ms-flex-wrap: unset;
  	    flex-wrap: unset;
    display: none;
    margin-top: 10px;
  }
  #footer .footer-bottom .copyright{
  	margin: unset;
  }
  #footer.dev .footer-bottom .copyright{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #footer.dev .footer-bottom .payments-hallmarks{
  	-webkit-box-ordinal-group: 2;
  	    -ms-flex-order: 1;
  	        order: 1;
    margin-top: unset;
    margin-bottom: 10px;
    flex-direction: column;
  }
  #footer.dev .footer-bottom .copyright .copyright-text{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer.dev .footer-bottom .copyright span:first-child{
  	-webkit-box-ordinal-group: 4;
  	    -ms-flex-order: 3;
  	        order: 3;
    margin-bottom: 10px;
  }
  #footer.dev .footer-bottom .copyright span:nth-child(2){
  	-webkit-box-ordinal-group: 5;
  	    -ms-flex-order: 4;
  	        order: 4;
  }
  #footer.dev .footer-bottom .copyright .footer-hallmarks{
  	-webkit-box-ordinal-group: 3;
  	    -ms-flex-order: 2;
  	        order: 2;
  }
  #footer.dev .footer-bottom .copyright span:nth-child(4){
  	-webkit-box-ordinal-group: 2;
  	    -ms-flex-order: 1;
  	        order: 1;
    margin-bottom: 10px;
  }
  #footer.dev .footer-bottom .footer-hallmarks{
  	padding-left: unset;
    margin-bottom: 10px;
  }
  #footer.dev .footer-bottom .payments ul li img{
  	height: 30px;
  }
  #footer.dev .footer-bottom .copyright div:first-child{
    margin-bottom: unset;
  }
  #footer.dev .footer-bottom .copyright p:last-child{
    margin-bottom: unset;
  }
}
@media(max-width: 767px){
  #footer.dev .footer-service .inner{
  	padding: 30px 0;
  }
  #footer.dev .footer-service .title{
  	font-size: 1.333em;
  }
  #footer.dev .footer-service .chat-wrap .img-title-wrap .img-wrap{
  	max-width: 61px;
    max-height: 61px;
  }
  #footer.dev .footer-service .subtitle{
  	margin-top: unset;
  }
	#footer.dev .footer-service .newsletter{
  	margin-top: 30px;
  }
  #footer.dev .footer-service .chat-wrap .chat-btn{
  	margin: unset;
    margin-right: 15px;
  }
  #footer.dev .footer-service .chat-contact-wrap{
  	margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer.dev .footer-service .call-mail-links{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -15px;
  }
  #footer.dev .footer-service .call-mail-links li{
  	padding: 0 15px;
  }
  #footer.dev .footer-service .call-mail-links li a{
  	font-size: 1.067em;
    line-height: 1.067em;
    display: block;
  }
  #footer.dev .footer-service .newsletter #formNewsletter{
  	margin-top: 15px;
  }
  #footer.dev .footer-service .newsletter #formNewsletter .btn-dev{
  	padding: 0 20px;
  }
  #footer.dev .footer-service .newsletter .logo img{
  	height: 20px;
  }
  #footer.dev .footer-service .general-content{
  	max-width: unset;
  }
  #footer.dev .main-footer .footer-title{
  	font-size: 1.067em;
  }
  #footer.dev .footer-bottom .payments ul li img{
  	height: 25px;
  }
  #footer.dev .footer-bottom .footer-hallmarks .footer-hallmark img{
  	height: 30px;
  }
  #footer.dev .footer-bottom .copyright{
  	font-size: 14px;
  }
  #footer.dev .main-footer ul.links-wrap{
  	font-size: 14px;
  }
}
/*** Footer - End ***/
/*** Homepage  ***/
/* Headlines - Start */
.headline.dev{
	background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.headline.dev .inner{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  padding: 90px 0 420px 0;
}
.headline.dev .search-outer-wrap{
	-webkit-box-flex: unset;
	    -ms-flex: unset;
	        flex: unset;
  padding-right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline.dev .title-featured{
	margin-bottom: 40px;
}
.headline.dev .title-featured .title{
	font-size: 4em;
  text-align: center;
}
.headline.dev .title-featured .subtitle{
	text-align: center;
  font-size: 1.2em;
  margin-top: 20px;
}
.headline.dev .search-wrap{
	background: none;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline.dev .search-wrap #iphoneSearch{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.headline.dev .search-wrap #iphoneSearch .ui.dropdown{
	-webkit-box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
	        box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
  margin-right: 12px;
  outline: 0;
  border: 0;
  height: 58px;
  line-height: 58px;
  font-size: 1em;
  min-width: 132px;
}
.headline.dev .search-wrap #iphoneSearch .selects .selection.ui.dropdown.active.visible .item:first-child{
  display: none;
}
.headline.dev .search-wrap #iphoneSearch .selects{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline.dev .search-wrap #iphoneSearch .selects .selection:nth-child(3){
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.headline.dev .search-wrap #iphoneSearch .selects .selection:nth-child(4){
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.headline.dev .search-wrap #iphoneSearch .selects .selection:nth-child(2){
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.headline.dev .search-wrap #iphoneSearch .selects .selection:nth-child(1){
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}
.headline.dev .search-wrap #iphoneSearch .ui.dropdown{
	-webkit-box-flex: unset;
	    -ms-flex: unset;
	        flex: unset;
}
.headline.dev .search-wrap #iphoneSearch .ui.dropdown .text{
  color: var(--black);
  font-size: 1.2em;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
.headline.dev .search-wrap #iphoneSearch .ui.dropdown.active .text{
  color: var(--accent);
  font-weight: bold;
}
.headline.dev .search-wrap #iphoneSearch .ui.selection.dropdown .menu{
	max-height: 22em;
}
@media(max-width: 1199px){
	.headline.dev .inner{
  	padding: 90px 0 300px 0;
  }
  .headline.dev .title-featured .title{
  	font-size: 2.188em;
  }
}
@media(max-width: 991px){
	.headline.dev .inner{
  	padding: 90px 0;
  }
  .headline.dev .search-wrap #iphoneSearch .btn{
  	height: 50px;
  }
  .headline.dev .search-wrap #iphoneSearch .ui.dropdown{
  	height: 50px;
    line-height: 50px;
  }
  .headline.dev .search-wrap #iphoneSearch .ui.dropdown .text{
  	font-size: 1em;
  }
  .headline.dev .search-wrap #iphoneSearch .ui.dropdown{
    width: 100%
  }
  .headline.dev .search-wrap #iphoneSearch .ui.dropdown:last-child{
    margin-right: unset;
  }
  .headline.dev .search-outer-wrap .title-featured{
  	padding-right: unset;
  }
  .headline.dev .title-featured .subtitle{
  	font-size: 1em;
  }
  .headline.dev .title-featured .title{
  	font-size: 1.625em;
  }
/*   .headline.dev .search-wrap #iphoneSearch .selects{
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: row;
  	        flex-direction: row;
  } */
  .headline.dev .search-wrap #iphoneSearch .ui.dropdown{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: unset;
  }
}
@media(max-width: 767px){
  .headline.dev {
  	overflow: unset;
  	background-size: contain !important;
  	background-repeat: no-repeat !important;
  	background-position: center bottom !important;
  	background-color: #f9f2e8 !important;
  }
/*   .headline.dev .search-wrap #iphoneSearch .selects {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  } */
	.headline.dev .inner{
  	padding: 20px 0 100px 0;
  }
  .headline.dev .title-featured .title{
    font-size: 1.6em;
    line-height: 1.2em;
  }
  .headline.dev .search-wrap #iphoneSearch .btn-dev{
    height: 45px;
    font-size: 1em;
  }
  .headline.dev .title-featured{
  	margin-bottom: 20px;
  }
  .headline.dev .search-wrap #iphoneSearch .ui.dropdown{
    margin-bottom: 7px;
    min-width: unset;
    padding-right: 40px;
  }
  .headline.dev .title-featured .subtitle{
  	font-size: 14px;
    margin-top: 10px;
  }
  .headline.dev .search-wrap #iphoneSearch .ui.dropdown{
  	height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  .headline.dev .search-wrap #iphoneSearch .selects{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* Headlines - End */
/* Home Categories / Products - Start */
.home-categories-products.dev{
  position: relative;
}
.home-categories-products.dev .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--lightBlue);
  z-index: -1;
}
.home-categories-products.dev .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-categories-products.dev .featured-categories,
.home-categories-products.dev .featured-products{
  width: 50%;
  padding: 80px 0 100px 0;
}
.home-categories-products.dev .featured-products {
  -webkit-box-shadow: -5px 0 10px 0px rgba(0,0,0,0.01);
          box-shadow: -5px 0 10px 0px rgba(0,0,0,0.01);
}
.home-categories-products.dev .featured-categories{
	padding-right: 40px;
}
.home-categories-products.dev .featured-categories .text{
	font-size: 1.2em;
  max-width: 520px;
}
.home-categories-products.dev .featured-categories .categories-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home-categories-products.dev .featured-categories ul.phone-categories:last-child{
	padding-left: 130px;
}
.home-categories-products.dev .featured-categories ul.phone-categories li.item{
	padding: 8px 0;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
.home-categories-products.dev .featured-categories ul.phone-categories li.item:before{
	font-family: 'td2020' !important;
  content: "\e902";
  color: var(--accent);
  display: none;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
.home-categories-products.dev .text-wrap .title{
	font-size: 2.667em;
  font-weight: bold;
  margin-bottom: 20px;
}
.home-categories-products.dev .text-wrap{
	margin-bottom: 80px;
}
.home-categories-products.dev .featured-products{
	padding-left: 40px;
  overflow: hidden;
}
.home-categories-products.dev .featured-products .top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-bottom: 30px;
}
.home-categories-products.dev .featured-products ul.tabs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.home-categories-products.dev .featured-products ul.tabs li{
	padding: 0 20px;
}
.home-categories-products.dev .featured-products ul.tabs li a{
  font-size: 1.200em;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  text-decoration: none;
}
.home-categories-products.dev .featured-products ul.tabs li.active a{
	color: var(--accent);
  font-weight: bold;
}
.top .slider-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}
.top .slider-nav li a{
	color: #c4c4c4;
  display: block;
  padding: 0 15px;
}
.home-categories-products.dev .featured-products .pages .page{
  display: none;
}
.home-categories-products.dev .featured-products .pages .page.active{
	display: block;
}
.home-categories-products.dev .featured-products-slider{
	position: relative;
}
.home-categories-products.dev .featured-products-slider .owl-dots{
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-categories-products.dev .featured-products-slider .owl-dots .owl-dot{
  background: #C4C4C4;
  opacity: 0.4;
  min-height: 8px;
  max-height: 8px;
  min-width: 8px;
  max-width: 8px;
  border-radius: 100%;
  margin: 6px;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
.home-categories-products.dev .featured-products-slider .owl-dots .owl-dot.active{
	background: var(--accent);
  opacity: 1;
  min-height: 12px;
  max-height: 12px;
  min-width: 12px;
  max-width: 12px;
}
.home-categories-products.dev .featured-products .owl-stage-outer{
  overflow: visible;
}
.home-categories-products.dev .featured-products .owl-stage-outer .owl-stage{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-categories-products.dev .featured-products .owl-stage-outer .owl-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media(min-width: 1200px){
  .home-categories-products.dev .featured-categories ul.phone-categories li.item:hover {
  	position: relative;
  }
	.home-categories-products.dev .featured-categories ul.phone-categories li.item:hover a{
  	color: var(--accent);
    font-weight: bold;
  }
  .home-categories-products.dev .featured-categories ul.phone-categories li.item:hover:before{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: -20px;
  }
  .top .slider-nav li a:hover{
  	color: var(--accent);
    text-decoration: none;
  }
}
@media(max-width: 1199px){
	.home-categories-products.dev .featured-products .products .product.dev .info .title{
    font-size: 1em;
  }
  .home-categories-products.dev .inner{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  .home-categories-products.dev .featured-categories, 
  .home-categories-products.dev .featured-products{
    width: 100%;
    padding: 40px 0;
  }
  .home-categories-products.dev .featured-products{
  	padding-bottom: 60px;
  }
  .home-categories-products.dev .bg{
  	width: 100%;
    height: 40%;
  }
  .home-categories-products.dev .text-wrap{
  	margin-bottom: 40px;
  }
  .home-categories-products.dev .text-wrap .title{
  	font-size: 2.188em;
  }
  .home-categories-products.dev .featured-products-slider .owl-dots{
  	bottom: -30px;
  }
}
@media(max-width: 991px){
	.home-categories-products.dev .bg{
  	height: 42%;
  }
  .home-categories-products.dev .featured-products .top{
  	margin-bottom: 20px;
  }
  .home-categories-products.dev .featured-products-slider .owl-dots{
  	bottom: -25px;
  }
  .home-categories-products.dev .featured-products ul.tabs li a{
  	font-size: 1em;
  }
  .home-categories-products.dev .text-wrap .title{
  	font-size: 1.625em;
  }
  .home-categories-products.dev .featured-categories .text{
  	font-size: 1em;
  }
  .home-categories-products.dev .text-wrap{
  	margin-bottom: 20px;
  }
}
@media(max-width: 767px){
	.home-categories-products.dev .bg{
  	height: 55%;
  }
  .home-categories-products.dev .text-wrap .title{
  	font-size: 1.5em;
    margin-bottom: 10px;
  }
  .home-categories-products.dev .featured-products-slider .owl-dots{
  	bottom: -50px;
  }
  .home-categories-products.dev .featured-products ul.tabs{
  	margin: 0 -15px;
  }
  .home-categories-products.dev .featured-products ul.tabs li{
  	padding: 0 15px;
  }
   .home-categories-products.dev .featured-categories .mobile-categories-slider .owl-stage-outer{
  	overflow-x: scroll;
    padding-bottom: 20px;
  }
  .home-categories-products.dev .featured-categories .mobile-categories-slider .owl-stage-outer::-webkit-scrollbar-thumb{
    background: #C4C4C4;
    border-radius: 100px;
    height: 4px;
  }
  .home-categories-products.dev .featured-categories .mobile-categories-slider .owl-stage{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-categories-products.dev .featured-categories .mobile-categories-slider .owl-stage .owl-item{
  	width: -webkit-fit-content !important;
  	width: -moz-fit-content !important;
  	width: fit-content !important;
    white-space: nowrap;
  }
  .home-categories-products.dev .featured-categories, .home-categories-products.dev .featured-products{
  	padding: 30px 0;
  }
  .home-categories-products.dev .featured-categories {
  	padding-bottom: 0;
  }
  .home-categories-products.dev .featured-products{
  	padding-bottom: 80px;
  }
}
/* Home Categories / Product - End */
/* Try Out Banner - Start */
.try-out-banner{
	background: var(--accent);
  -webkit-box-shadow: -15px 25px 50px rgba(22, 55, 92, 0.08);
          box-shadow: -15px 25px 50px rgba(22, 55, 92, 0.08);
}
.try-out-banner .inner{
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.try-out-banner .title{
	font-size: 2.667em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.try-out-banner .subtitle{
	font-size: 1.200em;
  color: #fff;
  text-align: center;
}
.try-out-banner .subtitle span{
  font-weight: bold;
}
@media(max-width: 1199px){
	.try-out-banner .title{
  	font-size: 2em;
  }
  .try-out-banner .subtitle{
  	font-size: 1.1em;
  }
}
@media(max-width: 991px){
	.try-out-banner .title{
  	font-size: 1.8em;
    margin-bottom: 5px;
  }
  .try-out-banner .subtitle{
  	font-size: 1em;
  }
}
@media(max-width: 767px){
  .try-out-banner .inner{
  	padding: 20px 0;
  }
	.try-out-banner .title {
    font-size: 1.3em;
    margin-bottom: 5px;
    line-height: 1.2em;
  }
  .try-out-banner .subtitle{
  	font-size: 0.933em;
  }
}
/* Try Out Banner - End */
/* Home USP Banner - Start */
.home-usp-banner{
  background: rgba(var(--rgb_accent), 0.64);
  -webkit-box-shadow: -15px 25px 50px rgba(22, 55, 92, 0.08);
          box-shadow: -15px 25px 50px rgba(22, 55, 92, 0.08);
  position: relative;
}
.home-usp-banner .image{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url('phone-in-hand-circle.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-usp-banner .inner{
	padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 50%;
  margin-left: auto;
  padding-left: 30px;
}
.home-usp-banner .circle-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-usp-banner .circle{
	background: var(--orange);
  border-radius: 100%;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  min-height: 294px;
  max-height: 294px;
  min-width: 294px;
  max-width: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 30px;
}
.home-usp-banner .circle .title{
	font-size: 2.667em;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  -webkit-transform: rotate(-5.54deg);
      -ms-transform: rotate(-5.54deg);
          transform: rotate(-5.54deg);
}
.home-usp-banner .circle .subtitle{
	font-size: 1.2em;
  color: #fff;
  margin-top: 10px;
  line-height: 1.8em;
  -webkit-transform: rotate(-5.54deg);
      -ms-transform: rotate(-5.54deg);
          transform: rotate(-5.54deg);
}
.home-usp-banner .usp-wrap .title{
	font-size: 4em;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.home-usp-banner .usp-wrap .text{
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 580px;
}
.home-usp-banner ul.home-usps{
	margin: -10px 0;
}
.home-usp-banner ul.home-usps li.usp-item{
	color: #fff;
  font-size: 1.2em;
  padding: 10px 0;
}
.home-usp-banner ul.home-usps li.usp-item span{
  font-weight: bold;
}
.home-usp-banner ul.home-usps li.usp-item i{
  min-height: 23px;
  max-height: 23px;
  min-width: 23px;
  max-width: 23px;
  border-radius: 100%;
  background: var(--accent);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.home-usp-banner ul.home-usps li.usp-item i:after{
	content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  min-height: calc(100% + 4px);
  max-height: calc(100% + 4px);
  min-width: calc(50% + 4px);
  max-width: calc(50% + 4px);
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--accent);
  opacity: 0.4;
  z-index: -1;
}
@media(max-width: 1199px){
	.home-usp-banner .usp-wrap .title{
  	font-size: 2.3em;
  }
}
@media(max-width: 991px){
	.home-usp-banner .inner{
  	width: 100%;
    padding: 30px 0;
    padding-left: unset;
  }
  .home-usp-banner .image{
  	top: unset;
    bottom: 0;
    width: 100%;
  }
  .home-usp-banner .usp-wrap .title{
  	font-size: 2em;
    margin-bottom: 25px;
  }
  .home-usp-banner .usp-wrap .text,
  .home-usp-banner ul.home-usps li.usp-item{
  	font-size: 1em;
  }
  .home-usp-banner ul.home-usps li.usp-item{
  	padding: 8px 0;
  }
  .home-usp-banner ul.home-usps li.usp-item i{
  	margin-right: 10px;
  }
}
@media(max-width: 767px){
	.home-usp-banner .usp-wrap .title{
  	font-size: 1.733em;
    margin-bottom: 20px;
  }
  .home-usp-banner .usp-wrap .text,
  .home-usp-banner ul.home-usps li.usp-item{
  	font-size: 14px;
  }
  .home-usp-banner ul.home-usps li.usp-item i{
  	margin-right: 5px;
    min-height: 20px;
    max-height: 20px;
    min-width: 20px;
    max-width: 20px;
    font-size: 12px;
  }
}
/* Home USP Banner - End */
/* Home Refurbished Info - Start */
.refurbished-info.dev {
	overflow: hidden;
  position: relative;
}
.refurbished-info.dev .dev-circle-01 {
  left: 10%;
  top: 10%;
  width: 16vw;
}
.refurbished-info.dev .dev-circle-02 {
  right: 12%;
  bottom: 8%;
  width: 10vw;
}
.refurbished-info.dev .bg-item img {
	width: 100%;
}
.refurbished-info.dev .title-featured{
	text-align: center;
  margin-bottom: unset;
}
.refurbished-info.dev .info-blocks{
	padding-top: 50px;
}
.refurbished-info.dev .info-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.refurbished-info.dev .info-block .image-wrap img{
	width: 130px;
}
.refurbished-info.dev .info-wrap .info-block{
	min-height: 490px;
}
.refurbished-info.dev .info-wrap .info-block .inner{
	-webkit-box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
	        box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
  border-radius: 4px;
  background: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.refurbished-info.dev .info-block .title-wrap{
	margin: 20px 0 15px 0;
}
.refurbished-info.dev .info-block .title-wrap .title{
	color: var(--accent);
  font-size: 1.733em;
  text-align: center;
}
.refurbished-info.dev .info-wrap .info-block .inner a{
	margin-top: 20px;
  color: var(--accent);
  font-weight: bold;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.refurbished-info.dev .info-wrap .info-block .inner a i{
	margin-right: 10px;
}
.refurbished-info.dev .info-wrap .info-block .inner .text{
	text-align: center;
  font-size: 1.2em;
}
.refurbished-info.dev .info-wrap .owl-stage-outer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: visible;
}
.refurbished-info.dev .info-wrap .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.refurbished-info.dev .info-wrap .owl-stage .owl-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media(max-width: 1999px) {
  .refurbished-info.dev .dev-circle-02 {
  	right: 7%;
  }
}
@media(max-width: 1699px) {
  .refurbished-info.dev .dev-circle-02 {
  	right: 2%;
  }
}
@media(max-width: 991px){
  .refurbished-info.dev .info-wrap {
  	margin: -10px;
  }
	.refurbished-info .info-wrap .info-block{
  	padding: 10px;
  }
  .refurbished-info.dev .info-block .title-wrap .title{
  	font-size: 1.6em;
  }
  .refurbished-info.dev .info-wrap .info-block .inner .text{
  	font-size: 1em;
  }
  .refurbished-info.dev .info-wrap .info-block{
    min-height: 370px;
  }
}
@media(max-width: 767px){
  .refurbished-info.dev .info-wrap .info-block .inner a {
  	font-size: 1em;
  }
  
  .refurbished-info.dev .info-wrap .info-block .inner a i {
  	margin-right: 6px;
    font-size: 11px;
  }
	.refurbished-info.dev .info-blocks.app-style{
  	margin-right: -25%
  }
  .refurbished-info.dev .info-wrap {
  	margin: -6px;
  }
  .refurbished-info.dev .info-wrap .info-block{
  	padding: 6px;
    min-height: 355px;
  }
  .refurbished-info.dev .info-block .image-wrap img{
  	width: 115px;
  }
  .refurbished-info.dev .info-block .title-wrap .title{
  	font-size: 1.467em;
  }
  .refurbished-info.dev .info-wrap .info-block .inner .text{
  	font-size: 14px;
  }
  .refurbished-info.dev .info-block .title-wrap{
  	margin: 20px 0 0 0;
  }
  .refurbished-info.dev .info-wrap .info-block .inner{
  	padding: 20px;
  }
  .refurbished-info.dev .title-featured .subtitle{
  	color: var(--black);
    font-size: 14px;
  }
  .refurbished-info.dev .info-blocks{
  	padding-top: 40px;
  }
}
/* Home Refurbished Info - End */
.usp-video-block.dev{
	background: var(--lightBlue);
}
.home-content .bg-item.horizontal .bg-item.horizontal {
	top: -10vw;
}
.home-content .usp-video-block.dev .bg-item.horizontal {
	bottom: 100%;
  top: auto;
  left: 0;
  width: 100%;
}
.usp-video-block.dev .image{
	padding-bottom: 37%;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: -15px 25px 50px rgba(22, 55, 92, 0.08);
          box-shadow: -15px 25px 50px rgba(22, 55, 92, 0.08);
}
.usp-video-block.dev .image .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(22,46,79, 0.4);
}
.usp-video-block.dev .image .overlay .title{
	font-size: 4em;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 50px;
}
.usp-video-block.dev .image .overlay .btn-dev{
	font-size: 1.2em;
}
.usp-video-block.dev .image .overlay .btn-dev i{
	margin-right: 6px;
}
.usp-video-block.dev .video-bottom{
	margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.usp-video-block.dev .video-bottom .widget-wrap{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.usp-video-block.dev .video-bottom .widget-wrap .customers{
  padding-right: 8px;
}
.usp-video-block.dev .video-bottom .widget-wrap .review-score-text{
	font-size: 1.2em;
}
.usp-video-block.dev .video-bottom .widget-wrap .review-score-text,
.usp-video-block.dev .video-bottom .widget-wrap .review-score,
.usp-video-block.dev .video-bottom .widget-wrap .review-amount{
  font-weight: bold;
}
.usp-video-block.dev .video-bottom .widget-wrap .stars{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1px;
  padding: 0 10px;
}
.usp-video-block.dev .video-bottom .widget-wrap i {
  background: var(--darkGreen);
  min-height: 22px;
  max-height: 22px;
  min-width: 22px;
  max-width: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1px;
  font-size: 14px;
}
.usp-video-block.dev .video-bottom .widget-wrap .review-score,
.usp-video-block.dev .video-bottom .widget-wrap .review-amount{
	padding-right: 7px;
}
.usp-video-block.dev .brand-wrap{
	max-width: 550px;
  min-width: 550px;
}
.usp-video-block.dev .brand-wrap .hallmarks-row{
  margin: -7px;
}
.usp-video-block.dev .brand-wrap .hallmark{
	padding: 7px;
}
.usp-video-block.dev .brand-wrap .hallmark .img-wrap{
	position: relative;
}
.usp-video-block.dev .brand-wrap .hallmark img{
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
@media(min-width: 1200px){
	.usp-video-block.dev .brand-wrap .hallmark:hover img{
  	-webkit-filter: grayscale(0%);
  	        filter: grayscale(0%);
    opacity: 1;
  }
}
@media(max-width: 1299px){
	.usp-video-block.dev .video-bottom{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	    -ms-flex-direction: column-reverse;
  	        flex-direction: column-reverse;
  }
}
@media(max-width: 1199px){
	.usp-video-block.dev .image .overlay .title{
  	font-size: 2.3em;
    margin-bottom: 30px;
  }
}
@media(max-width: 991px){
	.usp-video-block.dev .image .overlay .btn-dev{
    font-size: 1em;
  }
  .usp-video-block.dev .video-bottom .widget-wrap{
  	margin-top: 10px;
  }
}
@media(max-width: 767px){
	.usp-video-block.dev .image .overlay .btn-dev{
    height: 41px;
    padding: 0 15px;
  }
  .usp-video-block.dev .image .overlay .title{
  	margin-bottom: 20px;
    font-size: 1.733em;
  }
  .usp-video-block.dev .image{
  	padding-bottom: 47%;
  }
  .usp-video-block.dev .video-bottom{
  	-webkit-box-align: start;
  	    -ms-flex-align: start;
  	        align-items: flex-start;
  }
  .usp-video-block.dev .brand-wrap{
  	max-width: unset;
    min-width: unset;
    width: 100%;
  }
  .usp-video-block.dev .video-bottom .widget-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
  .usp-video-block.dev .brand-wrap .hallmarks-row{
    margin: -6px;
  }
  .usp-video-block.dev .brand-wrap .hallmark{
    padding: 6px;
  }
  .usp-video-block.dev .video-bottom .widget-wrap .review-score-text{
    display: none;
  }
  .usp-video-block.dev .video-bottom .widget-wrap .stars{
  	padding: 0 5px;
  }
  .usp-video-block.dev .video-bottom .widget-wrap .review-score{
  	padding: 0 4px;
  }
  .usp-video-block.dev .video-bottom .widget-wrap .score-text{
  	font-size: 14px;
    margin-top: 3px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .usp-video-block.dev .video-bottom .widget-wrap .customers{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: unset;
    font-size: 14px;
  }
  .usp-video-block.dev .video-bottom .widget-wrap .stars{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .usp-video-block.dev .video-bottom .widget-wrap .trustpilot-logo-small{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .usp-video-block.dev .video-bottom .widget-wrap i.fa-star{
    min-height: 19px;
    max-height: 19px;
    min-width: 19px;
    max-width: 19px;
    line-height: 19px;
    font-size: 12px;
  }
}
@media(max-width: 566px){
	.usp-video-block.dev .video-bottom .widget-wrap .review-score{
  	padding-left: unset;
  }
  .usp-video-block.dev .video-bottom .widget-wrap .score-text{
  	margin-top: unset;
  }
}
/* Home Blog - Start */
.home-blog.dev{
  background: var(--lightBlue);
}
.home-blog.dev .title-featured{
	margin-bottom: 40px;
}
.home-blog.dev .title-featured .title{
  margin-bottom: 15px;
}
.home-blog.dev .title-featured .read-all{
	font-weight: bold;
  color: #737786;
  font-size: 1.2em;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
.home-blog.dev .top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-blog.dev .blog-articles-slider{
	position: relative;
}
.home-blog.dev .article-wrap{
	border-radius: 4px;
  overflow: hidden;
  border: none;
}
.home-blog.dev .article .info{
	padding: 40px 30px;
  background: #fff;
}
.home-blog.dev .article .info .date{
	color: #737686;
  margin-bottom: 15px;
}
.home-blog.dev .article .info .date .text{
	padding-right: 4px;
}
.home-blog.dev .article .info .title{
	font-size: 1.733em;
  color: var(--black);
  padding-right: 0;
}
.home-blog.dev .articles .owl-stage,
.home-blog.dev .articles .owl-stage .owl-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-blog.dev .articles .article{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-blog.dev .articles .article .article-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.home-blog.dev .article .info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.home-blog.dev .owl-dots{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 75px 0;
}
.home-blog.dev .owl-dots .owl-dot{
  min-height: 12px;
  max-height: 12px;
  min-width: 12px;
  max-width: 12px;
  border: 2px solid var(--lightBlue);
  background: #c4c4c4;
  border-radius: 100%;
  opacity: 0.4;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  margin: 0 7px;
}
.home-blog.dev .owl-dots .owl-dot.active{
  background: var(--accent);
  min-height: 12px;
  max-height: 12px;
  min-width: 12px;
  max-width: 12px;
  border: 0;
  opacity: 1;
  -webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.08);
}
@media(min-width: 1200px){
	.home-blog.dev .title-featured .read-all:hover{
    text-decoration: underline;
  }
}
@media(max-width: 991px){
  .home-blog.dev .title-featured{
  	margin-bottom: 30px;
  }
  .home-blog.dev .title-featured .title{
  	margin-bottom: 10px;
  }
  .home-blog.dev .owl-dots{
  	padding: 35px 0 50px 0;
  }
	.home-blog.dev .article .info{
  	padding: 30px 20px;
  }
  .home-blog.dev .article .info .title{
  	font-size: 1.3em;
  }
  .home-blog.dev .article .info .date{
  	margin-bottom: 10px;
  }
  .home-blog.dev .title-featured .read-all{
  	font-size: 1.1em;
  }
}
@media(max-width: 767px){
	.home-blog.dev .blog-wrap.app-style{
    margin-right: -25%;
  }
  .home-blog.dev .owl-dots{
  	padding: 25px 0 40px 0;
    margin-left: -25%;
  }
  .home-blog.dev .articles{
  	margin: -5px;
  }
  .home-blog.dev .articles .article{
  	padding: 5px;
  }
  .home-blog.dev .article .info{
  	padding: 20px 10px;
  }
  .home-blog.dev .article .info .date{
  	font-size: 13px;
    margin-bottom: 5px;
  }
  .home-blog.dev .article .info .title{
  	font-size: 14px;
    height: auto;
    overflow: visible;
  }
  .home-blog.dev .title-featured .read-all{
  	font-size: 14px;
  }
  .home-blog.dev .owl-dots .owl-dot{
  	margin: 0 5px;
  }
}
/* Home Blog - End */
/* Home Text - Start */
.home-text.dev{
	padding-bottom: 0;
}
.home-text.dev .text-wrap{
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  font-size: 15px;
}
.home-text.dev .text-wrap h1{
  font-size: 2.667em;
}
.home-text.dev .text-wrap a {
    font-weight: 400;
    color: var(--accent);
    text-decoration: underline;
}
.home-text.dev .text-wrap p:last-child{
  margin-bottom: 0;
}
.home-text.dev .text-wrap a.read-more{
	color: var(--grayBlue);
}
@media(max-width: 1199px){
	.home-text.dev .text-wrap h1{
    font-size: 2.2em;
  }
}
@media(max-width: 991px){
	.home-text.dev .text-wrap h1{
    font-size: 1.7em;
  }
}
@media(max-width: 767px){
	.home-text.dev .text-wrap h1{
    font-size: 1.467em;
  }
}
/* Home Text - End */
/*** Homepage - End ***/
/* Products - Start */
.products .product.dev .product-inner{
	-webkit-box-shadow: unset;
	        box-shadow: unset;
  border: 0;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  position: relative;
  border: 1px solid #D5EBF7;
}
.products .product.dev .product-inner .product-circle{
	position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
  background: var(--accent);
  border-radius: 100%;
  min-width: 93px;
  max-width: 93px;
  min-height: 93px;
  max-height: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 12px;
}
.products .product.dev .product-inner .product-circle .old{
  line-height: 1.2em;
}
.products .product.dev .product-inner .product-circle .price-old{
	text-decoration: line-through;
}
.products .product.dev .product-inner .product-circle .price-old,
.products .product.dev .product-inner .product-circle .msrp-price{
	opacity: 0.6;
}
.products .product.dev .product-inner .product-circle .price-new{
  font-weight: bold;
  font-size: 1.2em;
}
.products .product.dev .info{
	padding-top: 30px;
}
.products .product.dev .product-inner .product-labels{
  position: absolute;
  bottom: -8%;
  left: 0;
  margin: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products .product.dev .product-inner .product-labels .product-label{
	color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: bold;
  -webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
  margin: 2px;
}
.products .product.dev .product-inner .product-labels .product-label.sale{
  background: var(--orange);
}
.products .product.dev .product-inner .product-labels .product-label.choice{
	background: var(--accent);
}
.products .product.dev .info .product-specs ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.products .product.dev .info .product-specs ul li{
	color: #848484;
  font-size: 15px;
  padding: 0 5px;
  margin-bottom: 0;
  line-height: 1.533em;
}
.products .product.dev .info .product-specs ul li:before{
	content: none;
}
.products .product.dev .info .stock-wrap{
	margin-top: 10px;
}
.products .product.dev .info .bottom-wrap{
	margin-top: 20px;
}
.products .product.dev .info i{
  min-height: 15px;
  max-height: 15px;
  min-width: 15px;
  max-width: 15px;
  line-height: 15px;
  border-radius: 100%;
  color: #fff;
	background: var(--grayBlue);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 10px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
}
/* .products .product.dev .info i:after{
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  min-height: calc(100% + 4px);
  max-height: calc(100% + 4px);
  min-width: calc(50% + 4px);
  max-width: calc(50% + 4px);
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.4;
  z-index: -1;
} */
.products .product.dev .info .in-stock i{
	background: var(--green);
}
.products .product.dev .info .in-stock i:after{
	border: 1px solid var(--green);
}
.products .product.dev .info .out-of-stock i{
	background: var(--green);
}
.products .product.dev .info .out-of-stock i:after{
	border: 1px solid var(--green);
}
.products .product.dev .info .bottom-wrap{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products .product.dev .info .bottom-wrap .price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products .product.dev .info .bottom-wrap .old-price{
	text-decoration: line-through;
}
.products .product.dev .info .bottom-wrap .new-price{
	font-size: 1.2em;
  font-weight: bold;
  color: var(--black);
}
.products .product.dev .info .btn{
	width: auto;
  border-radius: 100px;
}
@media(min-width: 1200px){
	.products .product.dev .product-inner:hover{
    -webkit-box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
            box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
  }
}
@media(max-width: 1199px){
	.products .product.dev .product-inner .product-circle{
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    font-size: 14px;
  }
  .products .product.dev .product-inner .product-circle .price-new{
  	font-size: 1em;
  }
}
@media(max-width: 991px){
	.products .product.dev .product-inner .product-circle{
  	left: 20px;
  }
  .products .product.dev .product-inner .product-circle{
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    font-size: 13px;
  }
  .products .product.dev .product-inner .product-circle .price-new{
  	font-size: 14px;
  }
}
@media(max-width: 767px){
  .products {
  	margin: -5px;
  }
  
  .products .product {
  	padding: 5px;
  }
  
  .products .product.dev .product-inner .product-circle {
  	top: 10px;
    left: 10px;
    right: auto;
  }
  .products.dev{
		margin: -4px;
  }
  .products.dev .product.dev{
		padding: 4px;
  }
  .products .product.dev .product-inner{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    padding: 12px;
  }
	.products .product.dev .product-inner{
    -webkit-box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
            box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
  }
  .products .product.dev .image-wrap{
  	margin: 0 auto;
  }
  .home-categories-products.dev .featured-products .products .product.dev .info .title,
  .products .product.dev .info .title {
  	font-size: 14px;
    line-height: 1.2em;
  }
  .products .product.dev .info{
  	padding-top: 15px;
    padding-left: unset;
  }
  .products .product.dev .info .bottom-wrap{
  	-webkit-box-align: end;
  	    -ms-flex-align: end;
  	        align-items: flex-end;
    margin-top: 20px;
  }
  .products .product.dev .info .bottom-wrap .starting{
    font-size: 12px;
  }
  .products .product.dev .info .bottom-wrap .new-price {
  	font-size: 1em;
  }
  .products .product.dev .info .product-specs ul li{
  	font-size: 13px;
  }
  .products .product.dev .info .btn{
  	padding: 0 15px;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .home-categories-products.dev .featured-products{
    overflow: inherit;
  }
  .products .product.dev .product-inner .product-labels .product-label{
  	font-size: 14px;
  }
  .products .product.dev .product-inner .product-circle{
  	max-width: 69px;
  }
}
/* Products - End */
/*** Collection - Start ***/
#collection.dev .collection-headline-new{    
  background: #f8f2e9;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#collection.dev .collection-headline-new .bg-item{  
  position: absolute;
  z-index: -1;
  width: 1250px;
  right: -625px;
  bottom: -625px;
/*   filter: contrast(0.8); */
  display: none;
}

#collection.dev .collection-headline-new .bg-item img{  
  width: 100%
}

#collection.dev .collection-headline-new .inner{
  padding: 60px 0;
}

#collection.dev .collection-headline-new .title{
  font-size: 2.5em;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: inherit;
}

#collection.dev .collection-headline-new .subtitle{
  font-size: 1em;
  line-height: 2em;
  max-width: 950px;
}



#collection.dev .collection-headline{
	overflow: hidden;
  background: #D6ECF7;
  position: relative;
  z-index: 0;
}
#collection.dev .collection-headline .dev-collection-swirl{
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#collection.dev .collection-headline .dev-collection-swirl img {
	width: 100%;
}
#collection.dev .collection-headline .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
}
#collection.dev .collection-headline .title-featured .title{
	font-size: 2.667em;
  margin:0;
}
#collection.dev .collection-headline .title-featured .subtitle{
	color: #848484;
  font-size: 1.2em;
}
#collection.dev .collection-headline .search-image-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin-bottom: 150px;
  position: relative;
  z-index: 1;
}
#collection.dev .collection-headline .search-outer-wrap{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  padding-right: 50px;
}
#collection.dev .collection-headline .search-wrap #iphoneSearch{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#collection.dev .collection-headline .search-wrap #iphoneSearch .btn{
  font-size: 1.2em;
}
#collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown{
	-webkit-box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
	        box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
  margin-right: 12px;
  outline: 0;
  border: 0;
  height: 58px;
  line-height: 58px;
  font-size: 1em;
  min-width: 132px;
}
#collection.dev .collection-headline .search-wrap #iphoneSearch .selects .selection.ui.dropdown.active.visible .item:first-child{
  display: none;
}
#collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown .text{
  color: var(--black);
  font-size: 1.2em;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
#collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown.active .text{
  color: var(--accent);
  font-weight: bold;
}
#collection.dev .collection-headline .search-wrap #iphoneSearch .ui.selection.dropdown .menu{
	max-height: 22em;
}
#collection.dev .collection-headline .image{
  position: absolute;
  top: 5%;
  right: 10%;
  width: 30%;
  z-index: -1;
}
#collection.dev .collection-headline .image img{
  width: 100%;
}
#collection.dev .collection-headline .choose-iphone{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#collection.dev .collection-headline .choose-iphone .choose-iphone-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#collection.dev .choose-iphone .title-wrap{
	min-width: 365px;
  max-width: 365px;
  margin-right: 50px;
}
#collection.dev  .choose-iphone .subtitle{
	font-size: 1.2em
}
#collection.dev .choose-iphone .title{
	font-size: 2.667em;
  font-weight: bold;
}
/* #collection.dev .choose-iphone-model{
	width: 80%;
} */
/* #collection.dev .choose-iphone-model {
	    min-width: calc(100% - 415px);
  max-width: calc(100% - 415px);
} */
#collection.dev .choose-iphone-model .iphone-model-outer{
/* 	margin: -50px; */
  overflow: hidden;
}
#collection.dev .choose-iphone .iphone-model-slider{
  margin: -6px;
}
#collection.dev .choose-iphone .iphone-model-slider .owl-stage-outer{
/* 	padding: 50px; */
  overflow: visible;
}
#collection.dev .iphone-model-slider .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#collection.dev .iphone-model-slider .owl-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#collection.dev .iphone-model-slider .model{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
	padding: 6px;
  align-items: stretch;
  flex-grow: 10;
}
#collection.dev .iphone-model-slider .model .model-inner{
  background: #FFFFFF;
  -webkit-box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
          box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
  border-radius: 6px;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-grow: 10;
}
#collection.dev .iphone-model-slider .model .prod-img{
	margin-right: 10px;
}
#collection.dev .iphone-model-slider .model .cat-title{
	font-weight: bold;
  font-size: 1.2em;
}
#collection.dev .iphone-model-slider .model .price{
  color: #848484;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#collection.dev .iphone-model-slider .model .price .lowest-price{
	padding-left: 4px;
}
#collection.dev .choose-iphone ul.slider-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 30px;
  margin: 0 -15px;
  position: relative;
  z-index: 1;
}
#collection.dev .choose-iphone ul.slider-nav li a{
  color: #c4c4c4;
  display: block;
  padding: 0 15px;
}
#collection .custom-pager{
	margin-top: 80px;
}
#collection.dev .custom-pager ul li{
	margin-right: 9px;
}
#collection.dev .custom-pager ul li a{
	border: 1px solid #eee;
  border-radius: 4px;
  color: var(--black);
  font-weight: normal;
  min-height: 41px;
  max-height: 41px;
  min-width: 41px;
  max-width: 41px;
  font-size: 15px;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
#collection.dev .custom-pager ul li.active a{
	background: var(--accent);
  color: #fff;
  font-weight: bold;
}
#collection.dev .custom-pager ul li.dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#collection.dev .custom-pager ul li.back-next{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#collection.dev .custom-pager ul li.back-next a{
  max-width: unset;
  min-width: unset;
  width: 100%;
  color: var(--accent);
  font-weight: bold;
  padding: 0 15px;
}
#collection.dev .custom-pager ul li.previous i{
  margin-right: 7px;
}
#collection.dev .custom-pager ul li.next i{
	margin-left: 7px;
}
#collection.dev .sort{
  padding: 40px 0;
}
#collection.dev .sort-block{
	margin: 0 -15px;
}
#collection.dev .sort-block input[type="radio"]{
	display: none;
}
#collection.dev .sort-block label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2em;
  font-weight: normal;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  padding: 0 15px;
  margin-bottom: unset;
}
#collection.dev .sort-block input[type="radio"]:checked + label {
	font-weight: bold;
  color: var(--accent);
}
#collection.dev .products .try-out-col{
  padding: 15px;
}
#collection.dev .products .try-out-col .try-out-banner{
  position: relative;
  z-index: 1;
}
#collection.dev .products .try-out-col .try-out-banner:after{
	content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 10000px;
  height: 100%;
  background: var(--accent);
  z-index: -1;
}
@media(min-width: 1200px){
	#collection.dev .custom-pager ul li:hover a{
    background: var(--accent);
    color: #fff;
  }
  #collection.dev .choose-iphone ul.slider-nav li a:hover {
    color: var(--accent);
  }
}
@media(max-width: 1199px){
	#collection.dev .collection-headline .search-image-wrap{
  	margin-bottom: 75px;
  }
  #collection.dev .collection-headline-new .inner {
    padding: 50px 0;
  }
}
@media(max-width: 991px){
	#collection.dev .collection-headline .search-image-wrap{
  	margin-bottom: unset;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .btn{
  	height: 50px;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown{
  	height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown .text{
  	font-size: 1em;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown{
    width: calc(100%/3);
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown:last-child{
    margin-right: unset;
  }
  #collection.dev .collection-headline .search-outer-wrap .title-featured{
  	padding-right: unset;
  }
  #collection.dev .collection-headline-new .inner {
    padding: 40px 0;
  }
  #collection.dev .collection-headline-new .title {
    font-size: 1.625em;
    margin-bottom: 10px;
  }
  #collection.dev .collection-headline-new .subtitle{
  	font-size: 1em;
	}
  #collection.dev .collection-headline .title-featured .subtitle{
  	font-size: 1em;
  }
  #collection.dev .collection-headline .title-featured .title{
  	font-size: 1.625em;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .selects{
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: row;
  	        flex-direction: row;
  }
  #collection .custom-pager{
  	margin-top: 30px;
  }
  #collection.dev .sort-block label{
  	font-size: 1em;
  }
}
@media(max-width: 767px){
  #collection.dev .sort {
  	padding: 20px 0;
  }
  #collection.dev .sort-block{
    margin: 0 -10px;
  }
  #collection.dev .sort-block label {
    padding: 0 10px;
  }
  #collection.dev .collection-headline {
  	overflow: unset;
  }
  #collection.dev .collection-headline .search-outer-wrap {
  	padding-right: 0;
  }
	#collection.dev .collection-headline .inner{
  	padding: 30px 0;
  }
  #collection.dev .collection-headline .title-featured .title{
  	font-size: 1.733em;  
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .btn-dev{
    height: 45px;
    font-size: 1em;
  }
  #collection.dev .collection-headline .title-featured{
  	margin-bottom: 30px;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown{
  	margin-right: 7px;
    margin-bottom: 7px;
    min-width: unset;
    padding-right: 40px;
  }
  #collection.dev .collection-headline-new .inner {
    padding: 30px 0;
  }
  #collection.dev .collection-headline-new .title {
    font-size: 1.733em;
    margin-bottom: 10px;
  }
  #collection.dev .collection-headline-new .subtitle{
  	font-size: 0.94em;
    line-height: 1.7em;
	}
  #collection.dev .collection-headline .title-featured .subtitle{
  	font-size: 14px;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown{
  	height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  #collection.dev .sort-block label{
  	font-size: 14px;
  }
  #collection.dev .custom-pager ul li.back-next a{
    max-width: 41px;
    max-height: 41px;
    min-height: 41px;
    min-width: 41px;
    font-size: 12px;
  }
  #collection.dev .custom-pager ul li.prev i{
  	margin-right: unset;
  }
  #collection.dev .custom-pager ul li.next i{
  	margin-left: unset;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .selects{
  	flex-direction: column;
  }
  #collection.dev .collection-headline .search-wrap #iphoneSearch .ui.dropdown{
  	width: unset;
    margin-right: unset;
  }
  
}
/*** Collection - End ***/

/* Cart page */
#cart-page.dev .total-block {
  background: #fff;
  -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,0.05);
          box-shadow: 0 0 30px 10px rgba(0,0,0,0.05);
}

#cart-page.dev .total-block .discount-block input {
	border: 1px solid #eee;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

#cart-page.dev .memory {
  padding: 0 10px;
  background: #fff;
  color: initial;
  border-radius: 25px;
  border: 1px solid #eee;
  height: 25px;
  line-height: 24px;
}

#cart-page .cart-table .input-wrap input {
  background: #fff;
  border: 1px solid #eee;
}

#cart-page.dev .cart-table .option-icons a {
	color: #D0D0D0;
}
/* End cart page */

/*TRUSTPILOT WIDGET*/
.trustpilot-widget-wrap {
  background-color: #DBF1FC;
  margin-top: 80px;
}
.trustpilot-inner {
  padding: 1.5em;
}
.trustpilot-widget-wrap {
  background-color: #fff;
  margin-top: 80px;
}
.trustpilot-inner {
  padding: 1.5em;
}
.trustpilot-home-inner {
  margin-top: 80px;
}
.trustpilot-header-wrap {
	padding: 30px 15px;
}
#header.dev .usp-bar .item i {
    color: #fff;
}
body #header .usp-bar {
    background: #f4b544;
}
#collection .products .product.out-stock-product {
/*     display: none; */
}
.usp-block.usp-cart ul {
    list-style: none;
    padding: 0px;
}

.usp-block.usp-cart ul i.fa.fa-check {
    color: #fff;
    background: #000;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.usp-block.usp-cart ul li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
p.discount {
    font-size: 14px;
    font-weight: 700;
    color: #2FAC8E;
}
.textpage-head .content p a, .textpage-head .content li a {
    text-decoration: underline;
}
.newsletter-text a{
   color: #fff;
    text-decoration: underline;  
}
@media(max-width: 767px){
	.trustpilot-home-inner {
  	margin-top: 30px;
	}
  .trustpilot-header-wrap {
    width: 100px;
  }
}