
body{
  font-family: 'Open Sans', sans-serif;
}

a, .alink, a:visited, .alink:visited{
  color: #000;
}
a:hover, .alink:hover{
  text-decoration: none;
  color: #888;
}
.menuitem,.menuitem:visited{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 150px;
  color: #d2b990;
  text-decoration: none;
  text-align: center;
}
.sitelogo{
  display: inline-block;
  background-image: url(../pub/media/wysiwyg/goldring/logo.png);
  vertical-align: middle;
  vertical-align: middle;
  height: 120px;
  width: 103px;
  background-size: contain;
}
.header, .footer{
  max-width: 1280px;
  margin: auto;
  text-align: center;
}
.additionallinks a{
  color: #d2b990;
  display: block;
}
.copyrightmessage{
  display: block;
  color: #d2b990;
  padding-top: 50px;
}
.footer .sitelogo{
  background-image: url(../pub/media/wysiwyg/goldring/logogold.png);
}
.center{
  text-align: center;
}
.cols2 .col{
  width: 50%;
  float: left;
}
.cols2 .col img{
  width: 80%;
  display: block;
  margin: auto;
}

.page-main{
  max-width: 100%;
  padding: 0;
}
.footer .copyright, .footer .bugs{
  display: none;
}
.footer.content{
  background-color: #000;
  max-width: 100%;
}
.banner{
  position: relative;
  overflow: hidden;
}

.bannerdots{
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 20;
  transform: translate(-50%,0);
}
.bannerdot{
  width: 20px;
  height: 20px;
  background-color: #555;
  border: 1px solid rgba(150,150,150,0.5);
  border-radius: 20px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.bannerdot.selected{
  background-color: #888;
  border: 1px solid rgba(0,0,0,0.5);
}
.slide{
  width: 100%;
  padding-bottom: 37.5%;
  background-size: cover;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(1.2);
}
.slide.show{
  opacity: 1;
  transform: scale(1);
}
.slide.black{
  background-color: #090909;
}
.slide.display{
  position: absolute;
  left: 0;
  top: 0;
}
.slidecontent{
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 50%;
}

.black .slidecontent h2{
  color:#fff;
}

.slidecontent h2{
  font-size: 3vw;
  margin: 20px 0 10px 0;
}
.slidecontent p{
  color: #d2b990;
  font-size: 1.5vw;
}
.stdwidth,.pagecontent,#storepage{
  padding: 0 20px;
  max-width: 1240px;
  margin: auto;
}
.intro{
  text-align: center;
  font-weight: 400;
  max-width: 750px;
  margin: auto;
  font-size: 22px;
  padding: 40px 0px;
}
.f1background{
  background-color: #f7f3ec;
  padding-bottom: 40px;
}
.f2background{
  background-color: #f2ece0;
  padding-bottom: 40px;
}
.f3background{
  background-color: #eee5d5;
  padding-bottom: 40px;
}
.f4background{
  background-color: #f1f1f1;
  padding-bottom: 40px;
}
.f5background{
  background-color: #fafafa;
  padding-bottom: 40px;
  padding-top: 30px;
  clear: both;
}
.f5background h2{
  font-size: 42px;
}




.divider{
  width: 100%;
  background-image: url(../pub/media/wysiwyg/goldring/div.png);
  padding-bottom: 5.5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.divider.black{
  background-image: url(../pub/media/wysiwyg/goldring/divblack.png);
}
.divider.white{
  background-image: url(../pub/media/wysiwyg/goldring/divwhite.png);
}
.divider.style1{
  background-image: url(../pub/media/wysiwyg/goldring/div1.png);
}
.divider.style2{
  background-image: url(../pub/media/wysiwyg/goldring/div2.png);
}
.divider.style3{
  background-image: url(../pub/media/wysiwyg/goldring/div3.png);
}
.divider.style4{
  background-image: url(../pub/media/wysiwyg/goldring/div4.png);
}
.clear{
  clear: both;
}
.g{
  background-image: url(../pub/media/wysiwyg/goldring/gicon.png);
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;  
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fade{
  opacity: 0.5;
}
.fsubtitle{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 30px;
}
.fsubtitle h2{
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}
.level{
  padding: 10px 0;
}
.fcopy{
  width: 35%;
  padding: 0 5%;
}
.fcopy h3{
  font-size: 42px;
  font-weight: 300;
  margin-top: 0;
  padding-top: 20px;
}
.fcopy h3 b{
  font-weight: 400;
  display: block;
}
.fcopy p{
  color: #d2b990;
  font-size: 20px;
  padding-bottom: 30px;
}
.button,.button:visited{
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 10px 25px;
  border: 0;
}
.button:hover{
  background-color: #333;
  color: #eee;
}
.gold,.gold:visited{
  background-color: #d2b990;
}
.gold:hover{
  background-color: #ddbd9d;
}
.fimage{
  width: 45%;
  float: right;
  padding-top: 28%;
  margin-right: 5%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fboxhalf{
  width: calc(40% - 30px);
  margin: 15px;
  float: left;
  background-size: cover;
  padding: 10% 5%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.fboxhalf h3{
  font-size: 32px;
  font-weight: 400;
}
.fboxhalf p{
  color: #d2b990;
  padding-bottom: 20px;
}
.mob{
  display: none;
}
.menuicon{
  display: none;
}
.trollyicon{
  background-image: url(../pub/media/wysiwyg/qaheader/menuicons.png);   
  height: 42px;
  width: 42px;
  overflow: hidden;
  text-indent: -500px;
  background-position: -84px;
  position: absolute;
  right: 10px;
  top: 40px;
  cursor: pointer;
}
.searchicon{
  background-image: url(../pub/media/wysiwyg/qaheader/menuicons.png);    
  height: 42px;
  width: 42px;
  overflow: hidden;
  text-indent: -500px;
  background-position: 0px;
  position: absolute;
  right: 56px;
  top: 40px;
  cursor: pointer;
}
.closeicon{
  display: none;
}
.searchfield{
  border-bottom: 1px solid #eee;
  padding: 20px;
  max-width: 700px;
  width: calc(100% - 40px);
  background-color: #fff;
  border: 1px solid #eee;
  position: fixed;
  left: 50%;
  transition: transform 0.5s ease-in-out;
  transform: translate(-50%,-100%);
  background-color: #eee;
  display: block;
}
.searchfield.show{
  transform: translate(-50%,0);
}
.menuouter{
  position: relative;
}
.sidebar-main{
  display: none;
}
#searchbox{
  width: calc(100% - 120px);
  padding: 10px;
}
#findbutton{
  margin-left: 10px;
}
.searchfield.show{
  display: block;
}
.page-layout-2columns-left .column.main{
  width: 100%;
}
.cart-container,#checkout{
  padding: 15px;
  max-width: 1250px;
  margin: auto;
}
.authentication-wrapper,.fieldset>.field .note, .fieldset>.fields>.field .note{
  display: none;
  visibility: hidden;
}
.page-header{
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 1180px){
  .slidecontent{
    width: 60%;
  }
  .slidecontent h2{
    font-size: 3.5vw;
    margin: 20px 0 20px 0;
  }
  .slidecontent p{
    font-size: 2vw;
  }
  .slide{
    padding-top: 15%;
  }
  .trollyicon,.searchicon{
    top: 10px;
  }
  .closeicon{
    text-align: right;
    font-weight: 300;
    display: block;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px;
  }
  .header .menu{
    position: fixed;
    height: 100%;
    width: 80%;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #eee;
    border-right: 1px solid #eee;
    max-width: 300px;
    max-height: 100%;
    overflow: auto;
    transform: translate(-100%, 0);
    transition: transform 0.5s ease-in-out;
  }
  .menuicon{
    display: block;
    float:left;
    background-image: url(../pub/media/wysiwyg/qaheader/menuicons.png);
    height: 42px;
    width: 42px;
    overflow: hidden;
    text-indent: -500px;
    background-position: -42px;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .menuouter:focus .menu{
    transform: translate(0, 0);
  }
  .menuitem{
    display: block;
    padding: 10px;
    width: calc(100% - 40px);
    max-width: 100%;
    font-size: 22px;
    border-bottom: 1px solid #eee;
  }
  .footer .menuitem{
    border: 0;
    width: 40%;
    display: inline-block;
    font-size: 18px;
  }
  .headerin .sitelogo{
    background-image: url(../pub/media/wysiwyg/goldring/goldringlogomob.png);
    height: 42px;
    width: 42px;
    margin: 10px auto;
  }
  .menu .sitelogo{
    display: none;
  }
  .mob{
  display: block;
  }
  .headerin{
    position: fixed;
    top: 0;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  #maincontent{
    padding-top: 63px;
  }
  .additionallinks{
    margin-top: 30px;
  }
  .additionallinks a{
    font-size: 18px;
  }
}


@media only screen and (max-width: 950px){
  .slide{
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .slidecontent{
    width: 60%;
  }
  .slidecontent h2{
    font-size: 4vw;
    margin: 20px 0 20px 0;
  }
  .slidecontent p{
    font-size: 2.5vw;
  }
  .slide{
    padding-top: 20%;
  }
  .fcopy{
    width: 50%;
  }
  .fimage{
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px){
  .fboxhalf{
    width: calc(90% - 30px);
  }
}
@media only screen and (max-width: 850px){
  .fcopy{
    width: 70%;
  }
}
@media only screen and (max-width: 600px){
  .fcopy{
    width: 80%;
  }
  .slide{
    padding-top: 35%;
  }
  .slidecontent h2{
    font-size: 5vw;
    margin: 20px 0 20px 0;
  }
  .slidecontent p{
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 500px){
  .slide{
    padding-top: 45%;
  }
  .slidecontent{
    width: 80%;
  }
  .slidecontent p{
    font-size: 4.5vw;
  }
  .fcopy h3{
    font-size: 32px;
    font-weight: 300;
  }
}

.categorypage{
  padding-top: 30px;
}
.categorypage .g{
  height: 50px;
  width: 50px;
}
.categorypage h1{
  margin: 0;
}
.categorypage h1 b{
  font-weight: 400;
}
.categorypage h2{
  margin: 0;
  font-size: 28px;
  padding: 10px 0;
  font-weight: 400;
  color: #cfb78b;
}

.categorypage h3{
  font-size: 24px;
  color: #cfb78b;
  font-weight: 400;
}
.categorypage p{
  font-size: 18px;
  font-weight: 300;
}
.categorypage .col{
  text-align: left;
}
.colcontent{
  padding-left: 20%;
}

.ethosbanner,.eseriesbanner{
  clear:both;
  background-color: #000;
  color: #fff;
  background-image: url(../pub/media/wysiwyg/goldring/ethosbanner.jpg);
  background-size: contain;
  position: relative;
  padding-top: 350px;
  background-repeat: no-repeat;
  margin-top: 30px;
  background-position: center;
}
.eseriesbanner{
  background-image: url(../pub/media/wysiwyg/goldring/eseriesbanner.jpg);
}
.ethosbanner .content,.eseriesbanner .content{
  position: absolute;
  top: 5%;
  left: 50%;
  width: calc(50% - 20px);
  max-width: 500px;
  padding-right: 20px;
}
.ethosbanner .content p, .eseriesbanner .content p{
  padding-bottom: 20px;
}
.ethosbanner .content h4,.eseriesbanner .content h4{
  font-size: 32px;
  font-weight: 400;
}

.zerostatbanner{
  background-color: #000;
}
.zerostatbanner .stdwidth{
  max-width: 800px;
}
.zerostatbanner h4{
  padding: 20px 0;
  color: #fff;
  font-size: 32px;
}

.listitem{
  display: inline-block;
  padding: 30px 10px;
  background-color: #fff;
  margin: 1%;
  vertical-align: top;
  width: calc(20% - 20px);
  text-align: center;
}
.imgitem{
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.listitem h5{
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.listitem .price{
  font-size: 18px;
  color: #c8b38e;
  display: block;
  padding: 10px 0;
}
.f1background h2,.f2background h2,.f3background h2,.f4background h2{
  color: #000;
  font-weight: 300;
  font-size: 34px;
  padding: 20px 0;
}
.f1background h2 b,.f2background h2 b,.f3background h2 b,.f4background h2 b{
  font-weight: 400;
}
.other{
  width: calc(50% - 70px);
  margin: 15px;
  padding: 20px;
  text-align: center;
  float: left;
  margin-top: 30px;
}
.other.third{
  width: calc(33% - 70px);
}
.other h3{
  color: #000;
  margin: 0;
  font-size: 22px;
}
.other h2{
  margin: 0;
}

.other h2 b{
  display: block;
}
.other p{
  color: #cfb78b;
  font-weight: 400;
}
.otherimg{
  width: 50%;
  padding-top: 50%;
  background-size: contain;
  background-position: center;
  background-repeaT: no-repeat;
  margin: auto;
}
.other .g{
  width: 50px;
  height: 50px;
}
.price-label{
  display: none;
}

.buyersguide{
  padding-top: 40px;
}
.buyersguide h3{
  font-size: 20px;
  color: #d2b990;
  font-weight: 400;
}
.buyersguide h1{
  margin-bottom: 10px;
}
.buyersguide .third img{
  display: block;
  margin: auto;
}
.buyersguide .third h2{
  font-sizE: 32px;
}
.buyersguide .third ul{
  font-size: 16px;
  color: #d2b990;
  text-align: left;
  width: 50%;
  margin: auto;
  padding-top: 20px;
}
.buyersguide .zerostatbanner{
  text-align: center;
}
.buyersguide .zerostatbanner h2{
  color: #fff;
  font-size: 42px;
  padding-top: 30px;
  margin:0;
}
.buyersguide .zerostatbanner h3{
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px){
  .cols2 .col{
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .colcontent{
    padding: 0;
  }
  .eseriesbanner,.ethosbanner,.zerostatbanner{
    display: none;
  }
  .divider.black{
    display: none;
  }

}

@media only screen and (max-width: 1200px){
  .other.third{
    width: calc(45% - 30px);
  }
}
@media only screen and (max-width: 1000px){
  .listitem{
    width: calc(25% - 20px);
  }
}
@media only screen and (max-width: 850px){
  .listitem{
    width: calc(30% - 20px);
  }
  .other.third{
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 680px){
  .listitem{
    width: calc(45% - 20px)
  }
  .other,.other.third{
    width: calc(100% - 50px);
    margin: 15px 0;
  }
  .buyersguide .third ul{
    width: auto;
  }
}
@media only screen and (max-width: 550px){
  .listitem{
    width: calc(100% - 20px);
  }
}
.submenu{
  position: relative;
  display: inline-block;
  padding: 5px;
}
.popupmenu{
  position: absolute;
  list-style-type: none;
  background-color: #eee;
  margin: 0;
  width: 230px;
  padding: 10px;
  z-index: 1000;
  top: 30px;
  display: none;
}
.popupmenu a{
  display: block;
  padding: 5px;
  text-align: left;
}
.submenu:hover .popupmenu{
  display: block;
}

@media only screen and (max-width: 1180px){
  .submenu .popupmenu{
    display: block;
    position: relative;
    top: 0;
    font-weight: 300;
  }
  .submenu .popupmenu a{
    text-align: center;
  }
}



.qproductpage{
  padding: 30px 50px;
}
.qproductpage h1{
  margin: 0;
}
.qproductinfo{
  width: 76%;
  padding-right: 4%;
  display: inline-block;
  vertical-align: top;
}
.qproductinfo .tr{
  display: table-row;
}
.qproductinfo .tr > div{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.qproductinfo .tr .qproductimg{
  width: 60%;
  padding-top: 40%;
  position:relative;
  overflow: hidden;
}
.qproductimg img{
  width: 90%;
}
.qproductside{
  width: 19%;
  display: inline-block;
  vertical-align: top;
}
.qproductdetails h1{
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 10px;
}
.qproductdetails h1 small{
  font-size: 20px;
  font-weight: bold;
  color: #d2b990;
}
.qproductdetails a, .qproductdetails a:hover{
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
.qbreadcrumb{
  padding-bottom: 30px;
  color: #555;
}
.qbreadcrumb a,.qbreadcrumb a:hover{
  text-decoration: none;
  color: #555;
}
.buyform .priceouter{
  display: table;
  width: 100%;
}
.buyform .priceinfo{
  display: table-row;
}
.buyform .priceinfo div{
  display: table-cell;
  width: 50%;
}
.buyform .stockstatus{
  text-align: right;
  color: #d2b990;
}
.buyform .price{
  font-weight: 900;
  font-size: 42px;
}
.buyform .stockstatus{
  font-weight: bold;
  font-size: 16px;
}
.swatch .swatchtext{
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background-color: #eee;
  padding: 0 25px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 3px;
}
.swatch .swatchtext.selected{
  background-color: #d2b990;
  color: #fff;
}
.swatch .swatchimage{
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.swatch .swatchimage.selected{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.buyform .priceouter, .swatch{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.tabcontent{
  display: none;
}
.tabs{
  border-bottom: 1px solid #aaa;
}
.tabs .tab{
  display: inline-block;
  margin-right: 28px;
}
.tabs .tabtitle{
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  color: #aaa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tabs .tabtitle.selected{
  color: #000;
}
.tabs .tabtitle span{
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 5px;
  height: 4px;
  transform: scale(0,1);
  -webkit-transform: scale(0,1);
  width: 100%;
  display: block;
  background-color: black;
}
.tabs .tabtitle.selected span{
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
}
.qproductadditional .cols{
  width: 100%;
  display: table-row;
}
.qproductadditional .cols .col2, .qproductadditional .cols .col4{
  padding: 0;
  display: inline-block;
  padding-right: 4%;
  width: 45%;
}
.qproductadditional .cols .col1{
  display: inline-block;
  width: 99%;
}
.performance{
  width: 100%;
}
.performance img{
  float: left;
  margin-right: 30px;
  max-width: 100px;
  margin-bottom: 40px;
}
.prodctdata{
  width: 100%;
  display: table;
  padding-bottom: 30px;
}
.additionalawards{
  text-align: left;
}
.qproductpage .review{
  padding: 20px;
  margin: 20px;
  background-color: #fff;
}
.qproductpage .reviewtitle{
  font-size: 20px;
}
.reviewform{
  padding: 20px;
  border-top: 1px solid #eee;
  margin: 10px;
  background-color: #f4f4f4;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{
  box-shadow: none;
}
.fieldnice{
  padding-bottom: 15px;
}
.fieldnice label{
  color: #888;
  display: block;
  padding-bottom: 3px;
}
.fieldnice input, .fieldnice textarea{
  border: 0;
  border-bottom: 1px solid #aaa;
  display: block;
}
.fieldnice span{
  width: 100%;
  height: 2px;
  background-color: #94bbc3;
  display: block;
  transform: scale(0,1);
  -webkit-transform: scale(0,1); 
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fieldnice span.show{
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
}
.sidefeatures{
  display: table;
  border-top: 1px solid #aaa;
  width: 100%;
}
.sidefeature{
  display: table-row;
  vertical-align: top;
}
.sidefeature .img{
  display: table-cell;
  vertical-align: top;
  padding: 12px 0px 4px 0px;
  padding-right: 15px;
  border-bottom: 1px solid #aaa;
}
.sidefeature .sidecontent{
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #aaa;
  font-size: 16px;
  line-height: 17px;
  padding: 13px 0px 6px 0px;
}
.qproductside .dbutton{
  width: calc(100% - 50px);
  margin: 20px 0 40px 0;
  text-align: center;
  background-color: #68177e;
}
.locicon{
  display: inline-block;
  vertical-align: middle;
  background-image: url(../pub/media/wysiwyg/qedfront2/locicon.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 3px;
}
.qproductpage{
  background-color: #fff;
  z-index: 9;
  position: relative;
}

.qproductpage p{
  font-size: 17px;
  font-weight: 300;
}
.review-field-rating .control{
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-top: -5px;
}
#productimage,#productimage2{
  -webkit-transition: opacity 0.2s; /* Safari */
  transition: opacity 0.2s;
  position:absolute;
  top: 0px;
  left: 0px;
}
#productimage2{
  opacity: 0;
}
#product-review-table{
  padding-bottom: 10px;
}
#product-review-table label{
  color: #888;
}
@media only screen and (max-width: 1250px) {
  .featurebanner{
    display: none;
  }
  .qproductinfo{
    width: 98%;
  }
  .qproductside{
    width: 100%;
    padding-top: 20px;
  }
  .sidefeature .img{
    width: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .qproductinfo .tr .qproductimg{
      width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .qproductpage{
    padding: 30px 10px;
  }
  .qproductinfo .tr > div{
    display: block;
    width: 100%;
  }
  .qproductinfo .tr .qproductimg{
    width: 100%;
    padding-top: 100%;
  }
  .qproductimg img{
    width: 100%;
  }
  .qbreadcrumb{
    display: none;
  }
  .tabcontent{
    display: block;
  }
  .tabcontentmain{
    display: none;
  }
  .tabs .tab{
    display: block;
  }
  .qproductadditional .cols .col2, .qproductadditional .cols .col4{
    width: 98%;
  }
  .tabs .tabtitle span{
    display: block;
    background-color: transparent;
    position: absolute;
    transform: none;
    -webkit-transform: none;
    left: calc(100% - 25px);
    width: 25px;
    top: -5px;
    transform-origin: 10px 15px;
    -webkit-transform-origin: 10px 15px;
  }
  .tabs .tabtitle span::before {
    content: "⌄";
  }
  .tabs .open .tabtitle span{
    transform: rotate(90deg);
  }
  .tabs .tab{
    margin-right: 0;
  }
  .tabs .tabtitle{
    display: block;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 5px 0px;
    margin-top: 20px;
    position: relative;
  }
  .tabcontentouter{
    display: none;
  }
}

.qproductside .button{
  width: calc(100% - 50px);
  text-align: center;
  margin-top: 20px;
}

.spec{
  width: 80%;
}
.specname,.specvalue{
  width: 49%;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}
.specname{
  font-weight: 400;
}
.tabcontentmain{
  padding: 20px;
}
.feature{
  clear: both;
}
.feature .img{
  width: 20%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  max-width: 100px;
  margin-top: 20px;
}
.feature .content{
  width: 75%;
  vertical-align: top;
  display: inline-block;
}
.feature h4{
  margin: 0;
  font-size: 18px;
  padding-top: 20px;
}
.pthumbs{
  position: absolute;
  bottom: 0px;
}
.thumbimage{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #888;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.thumbimage:hover{
  opacity: 1;
}
/*PL*/
.price,.listitem .price{
display: none;
}
.listitem h5{
  padding-bottom: 20px;
}
.buyform{
  display: none;
}
.trollyicon{
  display: none;
}
