
/* 
    Created on : 04-Dec-2017, 20:46:02
    Author     : Arslan Bhatti

color:#0D0E17;
*/
* {
    /* font-family: nexa; */
    font-family: Helvetica Rounded;
}
/* latin-ext */
@font-face {
  font-family: 'Helvetica Rounded';
  font-weight: normal;
  font-style: normal;  
  src: url('Helvetica RoundedRB.otf') format('opentype');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Helvetica Rounded';
  font-weight: normal;
  font-style: normal;
  src: url('Helvetica RoundedRB.otf') format('opentype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
    font-family: Helvetica Rounded;
}
li svg {
    height: 15px;
}
input#cstm-input-field2 {
    height: 36px;
}
input#cstm-input-field1 {
    height: 36px;
}
svg.fa-plus-circle.fa-w-16 {
    height: 15px;
}
.logo-txt {
    font-family: Delavan;
    -webkit-text-stroke: .5px #0D0E17;
    -webkit-text-fill-color: #FFFFFF;
    text-shadow: 1px 1px 1px yellow;
    margin-left: -15px;
    line-height: 17px;
    font-size: 18px;
    word-spacing: -5px;
}
.logo-txt > span {
    font-family: Delavan;
    font-size: 30px;
}
.logo-txt > center {
    font-family: Delavan;
}
.logo-txt > center > span {
    font-family: Delavan;
}
ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
li {
    margin:0;
    padding:0;
}
.no-margin {
    margin: 0px;
    line-height: 0px;
}
a {
    color:#0D0E17;
    text-decoration: none;
}
a:hover {
    /* color:#00ADEF; */
    color:#0D0E17;
    text-decoration: none;
}
.no-padding{
    padding: 0;
}
.header-top{
    background: #0D0E17;
    color: white;
    font-size: 14px;
}
.header-top .row div:nth-of-type(1){
    font-weight: bold;
}
.header-top .row div:nth-of-type(2){
    text-align:right;
}
.header-bottom {
    /* background: #0D0E17;	height: 65px; */
    /* background:white; */
    /* padding: 5px 0px 0 0; */
    border-bottom: 2px solid #0D0E17;
    /* border-top: 1px solid gray; */
    /* padding-top: 1px; */
}
.menu{
    width: 100%;
}
.navbar {
    padding: 0 0 0 15px;
}
.menu > li.active a{
    background: #0D0E17;
    color:white !important;
}
.menu > li > a {
    /* font-family: nexaBold; */
    height: 55px;
    padding: 15px 1.2rem 0 0;
    font-family: Helvetica Rounded;
    font-size: 16px;
    font-weight: bold;
    color: #0D0E17 !important;
    transition: all 0.1s;
	border-radius: 10px;
}
.menu > li > a:hover {
    /* color:#00ADEF !important; */
    color:white !important;
    background: #0D0E17;
}
/* .header-contact {
    float: left;
    padding: 0;
    margin: 0;
    width: 40%;
} */
/* .header-txt {
    color: white;
    color: #0D0E17;
} */
.chat-now, .phone {
    /* float: left; */
    /* width: 45%; */
    margin-top: 5px;
    text-align: right;
    /* align-content: right; */
    /* margin-left: 15px; */
}
.chat-img, .phone-icn {
    float: left;
    padding-left:35px;
}
.txt-top {
    padding-top:5px;
    font-size: 13px;
    line-height: 8px;
    /* color: white; */
    color: #0D0E17;
}
.txt-bottom {
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    font-size: 24px;
    font-weight: bold;
    /* color: white; */
    color: #0D0E17;

}

/***************************** Banner **********************************/

.banner{
    /* background: #e8e8e8; */
    background:#CCD2D2 url('./home-page-banner.png') no-repeat center;
    /* background-size: 100% 400px; */
    height: 400px;
    width:auto;

}
.banner-txt > h1 {
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    font-size: 40px;
    font-weight: bold;
    padding-top: 10px;
}
.banner-txt > p {
    font-size: 20px;
}
.btn-red > button, .btn-red > a {
    background: #ff4747;
    color:black;
    /*padding-bottom: 3px;*/
    border:none;
    width: 210px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    cursor: pointer;
    transition: all .1s;
}
.btn-red > button:hover, .btn-red > a:hover {
    border:7px solid #FFB0B0;
    color: #FFB0B0;
}

/******************************** Main Body ******************************/
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.product-container {
    padding-top: 0px;
    position: relative;
}

.product-box {
    position: relative;
    margin:0;
    padding:0;
    /* background: rgba(0,0,0,1.0); */
    /* background: #40404D; */
    /* border: 2px solid lightgray; */
    overflow: hidden;
}
.product-box img {
    margin:0;
    padding:0;
    /* width:362px; */
    width:100%;
    /* height:362px; */
    height:100%;
    z-index: 0;
    opacity: 1;
    /* transform: scale(1); */
    transition: all 0.4s;
}
.product-box:hover img {
    opacity: 0.7;
    background: #40404D;
    /* transform: scale(1.17); */
}
.product-box button {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    opacity: 0;
    z-index:1;
}
.product-box:hover button  {
    opacity: 1;
}
.heading1 {
    font-size: 30px;
    font-weight: bold;
}
.heading2 {
    font-size: 20px;
    font-weight: bold;
}
.product-row div p, .sticker-materials div p, .shop-slider div p {
    margin: auto;
    text-align: center;
    padding:10px 0 20px 0;
    /* font-family: raleway; */
    font-size: 25px;
    font-weight: 700;
}

.browse-sticker-section, .easy-printing-section, .who-we-are-section {
    text-align:center;
    padding-bottom:30px;
}
.browse-sticker-section > div > p{
    margin-bottom:15px;
    line-height:10px;
}
.easy-printing-section p {
    font-size:14px;
}
.select-options > div,
.upload-artwork > div,
.checkout > div {
    width:350px;
    height: 210px;
    border:1px solid #999999;
    padding: 15px;
    text-align:center;
}
.select-options > div > div{
    background: #46CC4A;
}
.select-options h4 {
    font-style: italic;
    color:#46CC4A;
}
.upload-artwork > div > div{
    background: #F6402B;
}
.upload-artwork h4 {
    font-style: italic;
    color:#F6402B;
}
.checkout > div > div{
    background: #F2B600;
}
.checkout h4 {
    font-style: italic;
    color:#F2B600;
}
.select-options > div > div,
.upload-artwork > div > div,
.checkout > div > div {
    width:100px;
    height:100px;
    padding:25px;
    border-radius:50px;
    margin:-70px auto 20px auto;
}
.checkout > div > div{
    padding-top:30px;
    padding-left:20px;
}
.browse-sticker-section p {
    font-size:20px;
}
.owl-sticker{
    border:1px solid #999999 !important;
    text-align:center !important;
    padding: 15px 0 !important;
    height:350px;
}
.owl-sticker > img{
    /* width:100px; */
    height:230px;
}
.owl-sticker p{
    font-size: 20px;
    font-weight: bold;
}

.owl-prev, .owl-next {
    font-size:100px !important;
    color: #0D0E17;
    position: absolute;
    top: 95px;
    
}
.owl-prev {
    left: 0;
}
.owl-next {
    right:0;
}

.why-us-section{
    background: lightgray;
    text-align:center;
    padding: 20px 0;
}
.why-us-section .row > div > p.subheading {
    line-height: 25px;
    font-size: 20px;
}
.col-why-us {
    padding-bottom: 20px;
}
.col-why-us > img,
.col-why-us > h3,
.col-why-us > p {
    padding-bottom: 15px;
}
.col-why-us > h3{
    font-size: 20px;
    font-weight: bold;
}

.col-why-us > p {
    text-align: justify;
    font-size: 14px;
}


/************************* Footer **************************/

footer {
    background: #0D0E17;
    color:white;
    padding: 30px 0;
}
footer h3 {
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    font-size: 20px;
    color: #00ADEF;
}
footer a{
    color: white;
}
footer a:hover{
    color:#00ADEF;
}
.address-list > li, .useful-links > li {
    margin-bottom: 10px;
    color: white;
}
.useful-links > li {
    font-size: 14px;
}
.address-list > li i {
    width:25px;
}
.address-list > li > span {
    padding:0 0 2px 0;
    color: white;
}
.social {
    margin-top: 10px;
}
.social > ul > li {
    display: inline;
    /* margin: 8px; */
}
.social > ul > li:first-of-type > a {
    margin-left: 5px;
}

/************************* Mail *********************************/
.mail-heading{
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    font-weight: bold;
}

/************************* Order Now Page *****************************/
.order-now {
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }
  
  .material-textfield {
    position: relative;  
  }
  
  .material-textfield > label {
    position: absolute;
    font-size: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
  }
  .material-textfield > input {
    font-size: 1rem;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;  
    padding: 1rem 0.7rem;
    color: gray;
    transition: 0.1s ease-out;
  }
  .material-textfield > input:focus {
    border-color: #6200EE;  
  }
  .material-textfield > input:focus + label {
    color: #6200EE;
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  .material-textfield > input:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%) scale(.9);
  }

/************************* All Stickers Page *****************************/
.bg-white{
    background: white;
}
.all-stickers{
    height: auto;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 20px;
}
.category-list{
    width: 250px;
    height: inherit;
    padding: 15px 0 0 15px;
}
.category-list > ul > li:first-of-type > a.active{
    color:#00ADEF;
}
.category-list > ul > li:first-of-type > a:hover{
    color:#00ADEF;
}
.category-list ul li{
    padding: 5px 0;
}
.category-list ul li a{
    color: #0D0E17;
    font-size: 20px;
}

.dropdownMenuItem > a{
    font-size: 8px;
}
.dropdownMenuItem > a.active{
    color:#00ADEF;
}
.dropdownMenuItem > a:hover{
    color:#00ADEF;
}
.section-allStickers{
    width: 830px;
    margin-left: 0px;
    height: auto;
    display: block;
}
.section-allStickers h2{
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    line-height: 28px;
    margin-left: 25px;
}
.sticker-image{
    margin-top: 10px;
}
.sticker-image > img{
    width: 215px;
    height: 218px;
}
.sticker-box{
    margin: 15px 0 15px 26px;
    padding-bottom: 18px;
    width: 250px;
    float: left;
}
.sticker-box p{
    padding: 15px 0 5px 0;
}
.sticker-box button{
    width: 150px;
}
.pagination{
    display: block;
    margin: 15px auto !important;
    /* border: 1px solid; */
}
.pagination > li{
    width: 50px;
    height: 50px;
    margin: -2px !important;
    padding-top: 6px !important;
    display: inline-block;
    /* float: left; */
    background: white;
    border: 1px solid lightgrey;
}
.pagination li a{
    display: block;
    font-size: 22px !important;
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    color: #00ADEF;
}
.pagination li.active span, .pagination li.disabled span{
    display: block;
    font-size: 22px !important;
    font-family: Helvetica Rounded;
}

/**************************** Sticker page *********************************/
.sticker-form-container >h1{
    margin-left: 0px;
    font-size:24px;
}
.sticker-quote-box{
    padding: 20px;
    background: #d8d8d8;
    height: auto;
}
.sticker-quote-box > p{
    margin: 0;
    font-size: 16px;
}
#sticker-quote-form > div > div{
    float: left;
    width: 29%;
    margin-right: 12px;
    margin-bottom: 5px;
}
#sticker-quote-form > div > div:last-of-type{
    width: 32%;
    margin-right: 0;
}
#sticker-quote-form > div > div.border-box{
    width: 1px;
    height: 30px;
    border: 1px solid white;
    margin: 30px 12px 0 0;
}
#sticker-quote-form > div > div.border-box > span{
    width: 1px;
    background: white;
}
#sticker-quote-form > div > div > label{
    margin: 0;
}
#sticker-quote-form > div > div > input{
    height: 40px;
    width: 100%;
    padding-left: 6px;
    border: none;
    outline: none;
}
.sticker-options > div{
    padding-top: 10px;
}
#sticker-quote-form > div > div > select{
    border: none;
    color: white;
    height: 40px;
    padding: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background: url('https://stickerprintingpress.co.uk/index_files/arrow-dropdown.png') 96% / 15% no-repeat gray;*/
    background-size: 15px 15px;
}
.sticker-material-box{
    width:61% !important;
    /*border: 1px solid;*/
}
.sticker-material-box > select{
    width:100% !important;
    background: url('https://stickerprintingpress.co.uk/index_files/arrow-dropdown.png') 96% / 15% no-repeat gray;
}
.sticker-finish-box{
    width:35.6% !important;
    margin-right: 0 !important;
}
.sticker-finish-box > select{
    width:100% !important;
    background: url('https://stickerprintingpress.co.uk/index_files/arrow-dropdown.png') 92% / 15% no-repeat gray;
}
.sticker-supply-box{
    width: 100% !important;
}
.sticker-supply-box > select{
    width: 100% !important;
    background: url('https://stickerprintingpress.co.uk/index_files/arrow-dropdown.png') 96% / 15% no-repeat gray;
}

.btn-place-order > button{
    width: 140px;
    height: 50px;
}


/************************* Custom Quote Page *********************************/

#quote-form{
    padding: 20px 0;
}
.error{
    box-shadow:0px 0px 15px #ff4747;
    z-index: 1;
}

.section-selectives > div{
    padding: 0 15px 0 0;
}
.section-selectives > div:last-child{
    padding: 0px;
}
.section-selectives h2{
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    margin-left: 5px;
    font-size: 25px;

}
.section-selectives > div > div > label > input,
.section-size > div > div > label > input,
.section-quantity > div > div > label > input{
    width:7% !important;
    border:1px solid white;
}
.section-material > div{
    position:relative;
}
.section-material > div > div{
    position:absolute;
    top:8px;
    right:5px;
}
.section-selectives small > a{
    color:#00ADEF;
}

.section-category > div {
    width: 300px;
    height:315px;
    /* border: 1px solid green; */
}
.rdo-img-box {
    position: relative;
    cursor: pointer;
}
.radio-check-img {
    top: 7px;
    left: 10px;
    right: 0;
    bottom: 0;
}

.radio-check-img > img, .mat-img-box > img {
    /* width: 20px;
    height:20px; */
    /* margin-right:25px; */
}
.radio-check-img, .mat-img-box {
    opacity: 0;
    position: absolute;
    display:inline-block;
}
.mat-img-box {
    top: 4px;
    left: 7px;
    right: 0;
    bottom: 0;
}
#square-sticker{
    background: url('https://stickerprintingpress.co.uk/index_files/square-sticker.webp') no-repeat 50% 45%;
	border-radius: 10px;
}
#square-sticker.select{
    background:url('https://stickerprintingpress.co.uk/index_files/square-sticker.webp') no-repeat 50% 45%, linear-gradient(rgba(0,173,239,1),rgba(0,173,239,1)); 
}
#square-sticker:hover{
    background:url('https://stickerprintingpress.co.uk/index_files/square-sticker.webp') no-repeat 50% 45%,#9C9C9F;
}

#rectangular-sticker{
    background:url('https://stickerprintingpress.co.uk/index_files/rectangular-sticker.webp') no-repeat 50% 45%;
	border-radius: 10px;
}
#rectangular-sticker.select{
    background:url('https://stickerprintingpress.co.uk/index_files/rectangular-sticker.webp') no-repeat 50% 45%, linear-gradient(rgba(0,173,239,1),rgba(0,173,239,1));
}
#rectangular-sticker:hover{
    background:url('https://stickerprintingpress.co.uk/index_files/rectangular-sticker.webp') no-repeat 50% 45%,#9C9C9F;
}

#square-rounded-corner-sticker{
    background:url('https://stickerprintingpress.co.uk/index_files/square-rounded-corners-sticker.webp') no-repeat 50% 45%;
	border-radius: 10px;
}
#square-rounded-corner-sticker.select{
    background:url('https://stickerprintingpress.co.uk/index_files/square-rounded-corners-sticker.webp') no-repeat 50% 45%, linear-gradient(rgba(0,173,239,1),rgba(0,173,239,1));
}
#square-rounded-corner-sticker:hover{
    background:url('https://stickerprintingpress.co.uk/index_files/square-rounded-corners-sticker.webp') no-repeat 50% 45%,#9C9C9F;
}

#rectangular-rounded-corner-sticker{
    background: url('https://stickerprintingpress.co.uk/index_files/rectangular-rounded-corners-sticker.webp') no-repeat 50% 45%;
	border-radius: 10px;
}
#rectangular-rounded-corner-sticker.select{
    background:url('https://stickerprintingpress.co.uk/index_files/rectangular-rounded-corners-sticker.webp') no-repeat 50% 45%, linear-gradient(rgba(0,173,239,1),rgba(0,173,239,1));
    /* background:url('https://stickerprintingpress.co.uk/index_files/rectangular-rounded-corners-sticker.webp') no-repeat 50% 45%,rgba(13,14,23,1); */
}
#rectangular-rounded-corner-sticker:hover{
    background:url('https://stickerprintingpress.co.uk/index_files/rectangular-rounded-corners-sticker.webp') no-repeat 50% 45%, #9C9C9F;
}

#round-sticker{
    background:url('https://stickerprintingpress.co.uk/index_files/round-sticker.webp') no-repeat 50% 45%;
	border-radius: 10px;
}
#round-sticker.select{
    background:url('https://stickerprintingpress.co.uk/index_files/round-sticker.webp') no-repeat 50% 45%, linear-gradient(rgba(0,173,239,1),rgba(0,173,239,1));
}
#round-sticker:hover{
	background:url('https://stickerprintingpress.co.uk/index_files/round-sticker.webp') no-repeat 50% 45%, #9C9C9F;
}

#oval-sticker{
    background: url('https://stickerprintingpress.co.uk/index_files/ovalstickers.webp') no-repeat 50% 45%;
	border-radius: 10px;
}
#oval-sticker.select{
	background:url('https://stickerprintingpress.co.uk/index_files/ovalstickers.webp') no-repeat 50% 45%, linear-gradient(rgba(0,173,239,1),rgba(0,173,239,1));
}
#oval-sticker:hover{
    background:url('https://stickerprintingpress.co.uk/index_files/ovalstickers.webp') no-repeat 50% 45%, #9C9C9F;
}

#custom-die-cut-sticker{
    background: url('https://stickerprintingpress.co.uk/index_files/custom-die-cut-sticker.webp') no-repeat 50% 45%;
	border-radius: 10px;
}
#custom-die-cut-sticker.select{
	background: url('https://stickerprintingpress.co.uk/index_files/custom-die-cut-sticker.webp') no-repeat 50% 45%, linear-gradient(rgba(0,173,239,1),rgba(0,173,239,1));
}
#custom-die-cut-sticker:hover{
    background:url('https://stickerprintingpress.co.uk/index_files/custom-die-cut-sticker.webp') no-repeat 50% 45%, #9C9C9F;
}

#transfer-decal{
    background: url('https://stickerprintingpress.co.uk/index_files/transfer-decal.webp') no-repeat 50% 45%;
	border-radius: 10px;
}
#transfer-decal.select{
	background: url('https://stickerprintingpress.co.uk/index_files/transfer-decal.webp') no-repeat 50% 45%, linear-gradient(rgba(0,173,239,1),rgba(0,173,239,1));
}
#transfer-decal:hover{
    background:url('https://stickerprintingpress.co.uk/index_files/transfer-decal.webp') no-repeat 50% 45%, #9C9C9F;
}

.section-category label:hover p, .section-category label.select p {
    color:white;
}

.category-box{
    /*background: url('https://stickerprintingpress.co.uk/index_files/Shapes-Square.jpg') no-repeat;*/
    margin: 0px 0px 10px 0px !important;
    padding: 0 !important;
    height:315px;
    width:100%;
    position: relative;
    cursor: pointer;
}
.category-box > p{
    color: #0D0E17;
    text-align: center;
    font-size: 18px;
    margin-top:90%;
}
.section-supply{
    margin-top: 2px;
}
.rdo{
    margin:15px 0 0 15px;
    opacity: 0;
}
/* .border-right {
    position: absolute;
    top: 30px;
    left: 99.3%;
    width: 2px;
    height: 60%;
    border-right: 1px solid lightgrey;
} */

.col-material,
.col-size,
.col-colours,
.col-options,
.col-effects,
.col-qty,
.col-supply{
    background: white;
    margin: 0;
    width:100%;
    height:40px;
    padding: 8px 0 0 8px;
    border: 1px solid lightgray;
    transition: all 0.2s;
}
.col-material:hover,
.col-size:hover,
.col-colours:hover,
.col-options:hover,
.col-effects:hover,
.col-qty:hover,
.col-supply:hover{
    /*background: #14C8D5;*/
    /* background: #00ADEF; */
    color:white;
    background: #3A3A40;
}
.col-material.select,
.col-size.select,
.col-colours.select,
.col-options.select,
.col-effects.select,
.col-qty.select,
.col-supply.select{
    /* background: #00ADEF; */
    background: #3A3A40;
    color: white;
}

/*.col-material:last-of-type{
    margin-bottom: 5px;
}*/
.cstm-input{
    position: absolute;
    display:block;
    width:234px;
    top: 1px;
    left: 30px;
    font-size: 12px;
}
.cstm-input > input{
    display: inline;
    color: gray !important;
    border-radius: none;
}
.cstm-input > div > input[name='custom-quantity'],
.cstm-input > div > input[name='custom-size-w'],
.cstm-input > div > input[name='custom-size-h']{
    border-radius: 0 !important;
    height:100%;
    font-size: 14px;
    margin-top: -1px;
    padding: 8px 0 8px 0;
    width: 35px !important;
}
.cstm-input > div > input[name='custom-quantity']:focus,
.cstm-input > div > input[name='custom-size-w']:focus,
.cstm-input > div > input[name='custom-size-h']:focus{
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
}
.cstm-input > div > input[name='custom-quantity']{
    width: auto;
    min-width: 115px !important;
}

.cstm-input > div > button{
    border: 1px solid lightgray;
    font-size: 15px;
    width: 24px;
    background: lightgray;
    margin-top: -1px;
}
.cstm-input > input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.cstm-input > input[type='number']::-moz-inner-spin-button {
    -moz-appearance: none;
}
input::-webkit-input-placeholder {
    color: gray !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: gray !important;  
}

input::-moz-placeholder {  /* Firefox 19+ */
    /*color: #00ADEF !important;*/  
    /*color: #0D0E17 !important;*/  
    color: gray !important;  
}

input:-ms-input-placeholder {  
    color: gray !important;  
}
.opacity0{
    opacity: 0;
    cursor: pointer;
}
.form-btn {
    padding: 13px 0px 25px 15px;
    position: relative;
}
.form-btn > div{
    padding: 0;
}
.form-btn #btn-get-cstm-quote{
    width:170px;
    margin-left:15px;
}
/* .form-btn > div:nth-child(2){
    text-align: right;
} */

.upload-btn-box{
    /*border: 1px solid;*/
    color:white;
    text-align: center;
    padding-top: 13px;
    position: relative;
    border: none;
    width:170px;
    height:50px;
    background: darkgreen;
    box-sizing: border-box;
    border-radius: 25px;
    cursor: pointer;
    transition: all .1s;

}
.upload-btn-box:hover{
    color: #218838;
}
.upload-btn-box > label {
    box-sizing: border-box;
    width:170px;
    height:50px;
    color:#218838;
    border-radius: 25px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: border .1s;
}
.upload-btn-box > label:hover{
    border: 7px solid #218838;
}

#cstm-quote-modal .modal-header, #response-modal .modal-header{
    background: #00ADEF;
    color:white;
}
#cstm-quote-modal .modal-title, #response-modal .modal-title{
    padding: 0 16%;
}
#cstm-quote-modal .modal-footer button{
    width: 140px;
    height: 40px;
}
.modal-body label{
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
}
#message-body{
    resize: none;
}
.response-body{
    padding: 30px 30px 10px 30px;
}
.response-body h3{
    margin-left: 10px;
}
.success-check {
    margin-left: 150px;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 50px;
    color:white;
    width:120px;
    height: 120px;
    background: #00ADEF;
    border-radius: 60px;
}

/****************************Product Detail Page**********************************/

.Product-detail-box{
    /* position: relative; */
    padding-bottom: 10px;
}
.Product-detail-box > div > h1{
    font-size: 22px;
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
}
.image-box-container {
    position: relative;
}
.product-image-box{
    border: 1px solid;
}
.product-image-box > img {
    width:100%;
    height:500px;
}
.aggregateRatting {
    position: absolute;
    top:80%;
    left:15px;
    width: 95%;
    height:101px;
    color: white;
    padding: 5px;
    border-top: 5px solid lightcoral;
    background: rgba(0,0,0,.60);
    opacity: 0;
    transition: opacity 0.2s;
}
.offers {
    text-align: right;
    position: absolute;
    top: 80.5%;
    right: 595px;
    color: white;
    opacity: 0;
    transition: opacity 0.2s;
}
.star, .rated {
    padding-bottom: 10px;
}
.star > li, .rated > li {
    margin: 0 !important;
    cursor: pointer;
    color: white;
}
.rated > li {
    color: grey;
}
.star > li.hover{
    color:yellow;
}
.star > li.selected, .rated > li.selected{
    color:orange;
}

/*************************** Breadcrumbs ********************************/

.section-breadcrumb {
    /* background:lightblue; */
    margin-bottom: 20px;
}
.breadcrumb {
    background:transparent;
    font-size: 12px;
    color: #0D0E17;
    border-radius: 0;
    padding: 10px;
    margin: 0;
}
.breadcrumb > span > .breadcrumb-item {
    color:#0D0E17;
}


/**************************** Reorder page *******************************/
.section-reorder{
    width: 100%;   
}
.section-reorder > h3{
    margin: auto;
    padding: 20px 0 20px 0;
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    font-size: 26px;
    text-align: center;
}
.reorder-form{
    margin: auto;
    width: 50%;
}
.reorder-form > div{
    margin-bottom: 30px;
}
.reorder-form > div > input{
    border: none;
    line-height: 35px;
}
.btn-reorder-box{
    width: 100%;
}
.btn-reorder{
    margin: 0 32% 0 32%;
    text-align: center;
}
.btn-reorder > button{
    width: 180px;
    height: 45px;
}

/**************************** Materials page *******************************/
.section-materials{
    width: 100%;
}
.section-materials > h1{
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    padding: 10px 0 40px 0;
    margin: auto;
    text-align: center;
}
.sticker-materials > div{
    margin-bottom:30px;
}

/************************* Customer Reviews *******************************/

.customer-review-box{
    background: lightgrey;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.50);
    margin-bottom: 10px;
}
.customer-review-box > h3 {
    padding: 10px 0px;
    font-size: 18px;
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    text-align: center;
}
.reviewBody {
    resize: none;
    height:100px;
}

.detail-heading {
    font-size: 18px;
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
}
.blockquote {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid rgba(0,0,0,0.80);
}
.section-testimonials {
    /*background: linear-gradient(rgba(0,0,0,0.40),rgba(0,0,0,0.40)), url(/web/20210329153007im_/https://stickerprintingpress.co.uk/img/2.png);*/
    background-size:cover;
    background-attachment:fixed;
    padding-bottom:40px;	
}

.section-testimonials blockquote {
    font-size:80% !important;
    text-align:justify;
    font-style:italic;
}

.section-testimonials blockquote div:first-of-type {
    margin-top:0px;
    font-size:100% !important;
}

/********************************* Admin Panel ********************************************/

.admin-nav{
    background: #0D0E17;
    height: 80px;
    margin-bottom: 0px;
}
.admin-logo {
    padding-top: 0px;
}
.auth-links {
    margin-top: 15px;
}
.auth-links > li {
    color: white;
}
.auth-links > li > a{
    font-size: 15px !important;
    color: grey !important;
}
.auth-links > li > a:hover{
    font-size: 15px !important;
    color: white !important;
}
.admin-sidebar > h2 .admin-content > h2 {
    margin: 0px !important;
}
.admin-sidebar > ul > li > a {
    color:grey;
}
.admin-sidebar > ul > li > a:hover {
    color:#0D0E17;
}
.categ-form span{
    color: red;
}
.all-categ-list > li.heading > div {
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    font-size: 18px;
    border-bottom:1px solid #0D0E17;
}
.all-categ-list > li > div {
    float: left;
    width:12%;
    text-align: center;
    margin-bottom: 10px;
}
.all-categ-list > li > div:first-of-type {
    width:50%;
    text-align: left;
    padding-left:5px;
}
.categ-delete-form {
    margin: 0;
    padding: 0;
}
.textarea > textArea {
    resize: none;
}

/************************** Material Detail Page *****************************/

.material_detail-box ul li{
    border-radius: 0 !important;
    box-sizing: border-box;
    margin-right: 10px;
}
.material_detail-box ul li a{
    background: #00ADEF;
    border-bottom: 0;
    border-radius: 0 !important;
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    font-size: 12px;
    font-weight: bold;
}
.material_detail-box ul li a.active{
    border-radius: 0;
    /* border: 1px solid #0D0E17; */
    border-top: 5px solid #0D0E17 !important;
    border-bottom: 1px solid white !important;
    /* border: 0; */
    margin-top: -4px;
    z-index: 1;
}
.material_detail-box ul li a:hover{
    border-radius: 0;
    color: #0D0E17;
}

.tab-content{
    background: white;
    padding: 15px 0 15px 15px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.tab-content .heading{
    /* font-family: nexaBold; */
    font-family: Helvetica Rounded;
    margin: 5px 0;
    color: #00ADEF;
}
.tab-content p{
    margin-bottom: 0;
}
.tab-content > div h2 {
    font-size: 27px; /* equal to 15px; don't know why */
}
.tab-content .btn-gray > button{
    background: gray;
    color:white;
    /*padding-bottom: 3px;*/
    border:none;
    width: 240px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    cursor: pointer;
    transition: all .1s;
}
.tab-content .col-md-6{
    padding: 0 0 10px 0;
    text-align: center;
}
.tab-content > #home,
.tab-content > #details,
.tab-content > #video,
.tab-content > #reviews{
    height: 500px;
    padding-right: 10px;
    font-size: 16px;
    text-align: justify;
    overflow-y: scroll;
}
.home-container{
    height: 100%;
    width:92%;
}
.tab-content > #home ul, .tab-content > #details ul{
    /* list-style-image: url('https://stickerprintingpress.co.uk/index_files/tick.png'); */
    list-style-type: none;
}
.tab-content > #home ul > li, .tab-content > #details ul > li{
    margin-left: 1em;
    font-size: 14px;
    line-height: 25px;
    /* border:1px solid; */
    padding-left: 30px;

    background: url('https://stickerprintingpress.co.uk/index_files/bullet.webp') no-repeat top left;
}
.tab-content .btn-red > button{
    width: 240px;
}
.tab-content .btn-gray > button:hover{
    border: 7px solid darkgray;
    color: darkgray;
}
.material-image > img{
    /* height: 494px; */
    height: 100%;
    width: auto;
}

/************************** About Us Page *****************************/

.about, .specialize{
    text-align: center;
    padding: 15px 0;
}
.specialize{
    font-weight: bolder;
}
p.bold{
    font-weight: bold;
}
.specialize-section > div{
    margin: 19px;
    /* border: 1px solid; */
    padding: 0;
}
.specialize-section > div img{
    width:100%; 
}
.specialize-section > div p{
    text-align: center;
}

/************************** Artwrok Page *****************************/

.artwork-section, .how-section, .privacy, .terms{
    text-align: center;
    padding: 20px 0;
}
.artwork-section h3, .terms h3{
    color: #00ADEF;
}
.artwork-section h3:first-of-type, .terms h3:first-of-type{
    color: inherit;
}

/************************** How to Order Page *****************************/


/************************** Privacy Policy Page *****************************/

/************************** Terms and Conditions page *****************************/

/************************** FAQs page *****************************/
.faqs{
    padding: 0 0 30px 0;
}
.faqs p{
    padding-left:30px;
}
.hideShowToggle{
    cursor: pointer;
    display:inline-block;
    font-size: 20px;
}

/************************** Contact Us page *****************************/
.contact-form-container > div > div img{
    margin-right: 15px;
}
.contact-form-container > div > div > div:first-of-type{
    font-weight: bold;
}
.contact-form-container > div > div:first-of-type img{
    margin: 0 15px 0 5px;
}
.contact-form-container h4{
    color:#00ADEF;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-form-container a{
    color: #0D0E17;
}
.enquiry-form .row div:nth-of-type(2){
    padding:0;
    margin-left:-50px;
}
.textarea-message{
    resize: none;
}
.contact .upload-btn-box, .contact .btn-red > button{
        width:150px;
        height:40px;
        padding-top:7px;
}
.contact .upload-btn-box > label {
    width:150px;
    height:40px;
}
.contact .btn-red > button{
    padding-top:0;
}
.banner2{
    height: auto;
    width: 100%;
    background: #00ADEF;
    padding-top:15px;
}
.banner2  p{
    color: white;
    font-size: 18px;
    text-align: center;
}
.banner2  p:first-of-type{
    font-size: 120px;
    line-height: 140px;
    font-weight: bold;
    
}


/************************** Mobile *****************************/
@media (max-width: 576px) {
    .header-top, .header-top .row div:nth-of-type(2){
        text-align: center;
    }
    .menu > li > a {
        height: 40px;
        padding:5px 0 0 15px !important;
    }
    .chat-now, .phone {
        width:100%;
        text-align: center;
    }
    .chat-img, .phone-icn {
        padding-left:0px;
    }
    .txt-top {
        font-size: 12px;
    }
    .txt-bottom {
        font-size: 25px;

    }

    /************************ Banner -  Mobile *****************************/

    .banner{
        height: auto;
        padding-bottom: 10px;
    }
    .banner-txt > h1 {
        /* font-family: nexaBold; */
        font-family: Helvetica Rounded;
        font-size: 160%;
        padding-top: 10px;
    }
    .banner-txt > p {
        font-size: 16px;
    }

    /************************* Footer - Mobile **************************/

    footer {
        text-align: center;
    }
    footer h3 {
        font-size: 18px;
    }
    .address-list, .useful-links {
        padding-bottom: 15px;
    }
    .address-list > li, .useful-links > li {
        font-size: 14px;
    }
    .copy-right{
        font-size: 11px;
    }

    /**************************** Main Body - Mobile ****************************/

    .border-img{
        width:100%;
    }
    .product-row div p, .sticker-materials div p, .shop-slider div p{
        font-size: 24px;
    }
    .select-options > div,
    .upload-artwork > div,
    .checkout > div {
        width:100%;
        height: 210px;
        margin-bottom:70px;
    }
    .checkout > div {
        margin-bottom:0px;
    }
    .browse-sticker-section > div > p{
        line-height:25px;
    }
    .why-us-section .row > div > p.subheading {
        line-height: 25px;
    }

    /******************* Custom Quote Page - Mobile ************************/

    .section-selectives > div{
        padding: 0;
    }
    .form-btn {
        padding: 30px 0;
        position: relative;
    }
    .form-btn > div{
        padding: auto;
        text-align: center;
        margin: auto;
    }
    .form-btn > div:nth-child(2){
        text-align: center;
    }
    .upload-btn-box{
        margin: auto;
        width: 170px;
        height: 45px;
        padding-top: 12px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .upload-btn-box > label {
        width: 170px;
        height: 45px;
    }
    .btn-red > button#btn-get-cstm-quote {
        width: 170px;
        height: 45px;
        font-size: 14px;
    }

    /*********************** Reorder page - Mobile **************************/

    .section-reorder > h3{
        padding: 10px 0 20px 0;
        font-size: 20px;
    }
    .reorder-form{
        margin: auto;
        width: 95%;
    }
    .btn-reorder{
        margin: 0 20% 0 20%;
    }
    .btn-reorder > button{
        width: 180px;
        height: 45px;
    }

    /******************** All Stickers Page - Mobile ************************/

    .category-list{
        width: 100%;
    }
    .section-allStickers{
        width: 100%;
        margin: 0px;
        padding-left: 5px;
    }
    .section-allStickers img {
        width:100%;
    }
    .section-allStickers h2{
        margin: 10px 0 0 25px;
    }

    /**************************** Sticker page - mobile *********************************/
    .sticker-form-container > h1{
        margin-left: 17px;
        margin-bottom: 10px;
    }
    .sticker-quote-box{
        margin-left: 0px;
    }
    #sticker-quote-form > div > div{
        width: 28%;
    }

    #sticker-quote-form > div > div:last-of-type{
        width: 30%;
    }
    .sticker-material-box{
        width:100% !important;
        /*border: 1px solid;*/
    }
    .sticker-finish-box{
        width:100% !important;
    }
    .sticker-finish-box > select{
        background: url('https://stickerprintingpress.co.uk/index_files/arrow-dropdown.png') 96% / 15% no-repeat gray;
    }


    /********************** Materials page - Mobile *********************/

    .section-materials{
        margin: auto;
    }
    .section-materials > h1{
        font-size: 20px;
        padding: 10px 0 20px 0;

    }
    .sticker-materials > div{
        margin-bottom:0px;
    }

    /************************** Material Detail Page - Mobile *****************************/

    .material_detail-box ul li{
        margin-right: 2px;
        width: 100%;
    }
    .tab-content > #home,
    .tab-content > #details,
    .tab-content > #video,
    .tab-content > #reviews{
    padding-right: 30px;
    
}
    .tab-content p{
        margin: 5px 0 20px 0;
    }
    .material-image{
        text-align: center;
        padding: 25px;
    }
    .material-image > img{
        width: 100%;
    }
    
    /************************** Contact Us page - Mobile *****************************/
    .contact-form-container{
        text-align: center;
    }
    .contact-form-container > div > div > div:first-of-type{
        margin:10px 0;
    }
    .contact-form-container h4{
        margin-top:20px;
        margin-bottom:0px;
    }
    .enquiry-form .row div:nth-of-type(1){
        text-align: left;
    }
    .enquiry-form .row div:nth-of-type(2){
        margin:auto;
        width:90%;
        text-align: center;
    }
    .contact .upload-btn-box, .contact .btn-red > button{
            width:100%;
            text-align: center !important;
    }
    .contact .upload-btn-box > label {
        width:100%;
    }
    .contact .btn-red > button{
        padding-top:0;
    }
    .banner2 img{
       width: 100%;
    }
    
    .banner2  p:first-of-type{
        font-size: 70px;
        line-height: 90px;
    }

}
