/* Product Page intro section */
/* Product Page intro section */
.d-utilBlock{
	
}
.d-utilBlock:not(.d-downloading){
	cursor: pointer;
}

.d-downloading{
	/*background:grey*/
}
.d-downloading .d-downlaodingHide{
	display:none !important;
}
.d-downloading .d-downlaodingBar{
	display:block !important;
}
.d-downloading.d-utilBlock.d-downlaodingBar{
	background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
    background-size: 35px 35px;
    background-color: #009688 !important;
    color: white !important;
    -webkit-animation: cssProgressActive 2s linear infinite;
    animation: cssProgressActive 2s linear infinite;
}
@-webkit-keyframes cssProgressActive {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: 35px 35px
    }
}

@keyframes cssProgressActive {
    0% {
        background-position: 0px 0px
    }

    100% {
        background-position: 35px 35px
    }
}


.d-product-title-bar__icon {
    font-size: 24px;
    cursor: pointer;
    color: #535353;
    padding: 8px;
}
.d-product-title-bar__icon:hover {
    color: #2196f3;
}
.c-icon--close.d-product-title-bar__icon:hover {
    color: #d32f2f;
}
.d-product-spec {
    display: flex;
}
@media only screen and (max-width: 480px) {
    .d-product-spec {
        flex-wrap: wrap;
        justify-content: center;
    }
}

    /* Tabs */
.d-tab {
    padding: 12px;
    cursor: pointer;
    white-space: nowrap;
}
        
.d-tab:not(.d-tab--active):hover {
    color: #009688;
}
            
.d-tab--active {
    background-color: #009688;
    color: #ffffff;
}
.d-content {
    overflow:auto;
    height: 0;
    color: #535353;
    font-family: 'Open Sans', sans-serif;
}
.d-content--show {
    height: auto;
}
#c-rwd-theWrapper{
	position:relative;
    overflow: hidden;
}
.c-sideBTN{
    background:#c2c2c2;
    width: 2em;
    z-index: 100;
    position: absolute;
}
#c-rwd-theContentWrapper{
    background: grey;
    /*height:100px;*/
    /* become not selectable */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* end */
}
.c-rwd-item{
    /* become not selectable */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* end */
    height: 100%;
    display: inline-block;
    padding: 2em;
}
    /*! CSS Used from: https://www.acti.com/corpweb/ACTi3.0/Css/photoswipe.css?v=201509091800 ---for swiper---*/
    .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none;}
    .pswp *{-webkit-box-sizing:border-box;box-sizing:border-box;}
    .pswp img{max-width:none;}
    .pswp--open{display:block;}
    .pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity;}
    .pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}
    .pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;}
    .pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}
    .pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1);}
    .pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);}
    .pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none;}
    .pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;}
    .pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden;}
    .pswp__img{position:absolute;width:auto;height:auto;top:0;left:0;}
    .pswp__img--placeholder{-webkit-backface-visibility:hidden;}










    /*! CSS Used from: https://www.acti.com/corpweb/ACTi3.0/Css/default-skin.css?v=201509091800 */
.pswp__button {
    position: relative;
    cursor: pointer;
    overflow: visible;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-gallery-item,.pswp,.pswp__item,.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    background: url(https://www.acti.com/corpweb/ACTi3.0/Css/default-skin.png) no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
    background: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    top: 35px;
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    will-change: transform
}

.pswp__counter,.pswp__preloader,.pswp__top-bar {
    position: absolute;
    top: 0
}

.pswp__counter {
    left: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.c-select1,.c-sheet__text {
    font-family: 'Open Sans',sans-serif;
    color: #535353
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption__center {
    max-width: 420px;
    margin: 0 auto;
    padding: 10px;
    line-height: 20px
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position:relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    left: 0;
    height: 44px;
    width: 100%
}

.pswp,.pswp__bg,.pswp__scroll-wrap {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}

.pswp__caption,.pswp__top-bar {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    background-color: rgba(0,0,0,.5)
}

.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}
.pswp__caption--fake {
  visibility: hidden; 
}
.c-select,.pswp__button,button{-webkit-appearance:none}


.d-product-title-bar__icon {
  font-size: 24px;
  cursor: pointer;
  color: #535353;
  padding: 8px;
}
.c-icon--share.d-product-title-bar__icon:hover {
  color: #2196f3;
}
.c-icon--close.d-product-title-bar__icon:hover {
  color: #d32f2f;
}
.d-product-spec {
  display: flex;
  padding: 0 16px;
}
@media only screen and (max-width: 480px) {
  .d-product-spec {
    flex-wrap: wrap;
    justify-content: center;
  }
}


.d-tab {
  padding: 12px;
  cursor: pointer;
}
.d-tab:not(.d-tab--active):hover {
  color: #009688;
}
.d-tab--active {
  background-color: #009688;
  color: #ffffff !important;
}

.d-content--show {
  height: auto;
}

.d-placeholder {
  animation: pulse 1.1s infinite ease-in-out;
  background-color: #fafafa;
}
.d-key-spec-line {
  height: 22px;
  margin-bottom: 4px;
}


/* new css functionality*/
.c-absolute-center {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
}

.d-navText{
    font-family: 'Open Sans', sans-serif;
    color: #535353;
    font-weight: 600;
    font-size: 16px;
}
input::-ms-clear{
  display: none;
}
.pppriceInput{
	width: 5em;
}
/* temporary */
.c-list-item {
  overflow: visible !important;
}

