@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gothambook-webfont.woff2') format('woff2'),
         url('../fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
{
  font-family: 'Heebo', sans-serif;
}
body,html{
  margin: 0;
  font-family: 'Heebo', sans-serif;
  padding: 0;
}
p{
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin:0px 0 15px 0;
  padding: 0;
}
p:last-of-type{
  margin: 0;
}

.container{
    max-width:90%;
    margin: 0 5%;
}
.default_section,.default_div{
  width: 100%;
  float: left;
}
.whatsapp_icon{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: block;
    background-color: #0dc152;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    padding: 14px;
}
.whatsapp_icon img {
    vertical-align: middle;
    max-width: 32px;
}
.whatsapp_icon:after {
  content: '';
  width: 30px; 
  height: 30px;
  /*border-radius: 100%;*/
  border: 15px solid #0dc152;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring2 1.5s infinite;
}
@keyframes ring2 {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    border-radius: 100%;
    height: 100px;
    opacity: 0;
  }
}

.slick-dots{
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slick-dots li{
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 10px;
}
.slick-dots li button{
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  text-indent: -100000px;
  border: 0;
  padding: 0;
}
.slick-dots li.slick-active button{
  background-color: #009c9a;
}
.topmain_section{
    position: relative;
}
.topmain_section .container{
    height: 100%;
    position: relative;
}
.main_section{
    position: relative;
}
.logo_div{
    align-items: center;
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: space-between;
}
.header_div{
    position: relative;
    z-index: 100;
    padding: 10px 0px;
    background: rgba(255,255,255,0.95);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.logo {
    width: 155px;
    transition: width 0.4s ease;
}

.sticky .logo {
    width:75px;
}
.sticky{
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.10);
    z-index: 999;
    padding: 5px 0;
    position: fixed;
    top: 0;
}
.sticky .header_info{
  display: none;
}
.sticky .topquote_div{
  margin: 0;
}
.header_info{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.header_info li{
  margin: 0 20px 0 0;
}
.header_info li:last-of-type{
  margin: 0;
}
.header_info li a{
  font-size: 16px;
  color: #000;
  font-family: 'gothambook';
}
.header_info li a:hover{
  color: #009c9a;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    background-color: #009c9a;
    overflow-x: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding-top: 50px;
    transition: all .5s ease-in-out;
}
.menu_icon{
  /*width: 40px;*/
  height: 40px;
  background-color:transparent;
  /*box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  border-radius: 100%;*/
  color: #000;
  font-size: 24px;
  float: right;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top: 0px;
  text-align: center;
  line-height: 40px;
  position: relative;
  right: 0;
  top:0px;
}
.menu_icon:hover{
  color: #05bb94;
}
.sticky .menu_icon{
 top: 0px;
}
.sidenav .closebtn{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    cursor: pointer;
    padding: 0;
    border:0;
    text-align: center;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    border-radius: 100%;
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.sidenav .closebtn:hover{
  background-color: #05bb94;
  color: #fff;
}
.main_menu{
  margin: 0;
  padding: 0;
}
.main_menu li,.info_menu li{
  display: block;
}
.main_menu li a,.info_menu li a{
  padding:15px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all .3s ease-in-out;
    border-bottom: 1px #0aa7a5 solid;
}
.main_menu li a:hover, .main_menu li a:focus,.info_menu li a:hover,.info_menu li a:focus{
    color: #000;
}
.topquote_div{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0 0 0;
}
.default_btn{
  background-color: #009c9a;
  border:2px  #009c9a solid;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  line-height:40px;
  padding: 0 20px;
  display: inline-block;
  margin: 0 30px 0 0;
  font-weight:normal;
  font-family: 'gothambold';
  transition: all .3s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.default_btn:hover{
  background-color: #fff;
  color: #009c9a;
}
.products_section{
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #fff;
}
.products_section:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 0; 
  height: 0; 
  border-top: 600px solid transparent;
  border-bottom:0px solid transparent; 
  border-right:1200px solid #f6f8fb;
}
.tshirt_item{
  width: 33%;
  float: left;
  margin: 0 0 20px 0;
  text-align: center;
}
.products_section .tshirt_item{
  cursor: pointer;
  position: relative;
  transition: all .3s ease-in-out;
}
.products_section .tshirt_item img{
  position: relative;
  z-index: 2;
}
.products_section .tshirt_item:after{
  content: '';
  background: rgb(102,188,186);
  background: linear-gradient(-56deg, rgba(102,188,186,1) 2%, rgba(124,153,211,1) 100%);
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  z-index: 1;
  transition: all .3s ease-in-out;
  top:40%;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  margin: -100px 0 0 -100px;
}
.products_section .tshirt_item:hover:after{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.category-name{
  font-size: 26px;
  color: #000;
  display: block;
  font-weight: 600;
  font-family: 'Heebo', sans-serif;
  margin: 15px 0 5px 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.category-name:hover,.tshirt_item:hover .category-name{
   color: #009c9a;
}
.product-slider{
  position: relative;
  z-index: 2;
  margin: 30px 0 0 0;
}
.work_section{
  background-color: #02ab87;
  padding: 50px 0 130px 0;
  position: relative;
  overflow: hidden;
}
.work_section:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0; 
  height: 0; 
  border-left: 1000px solid transparent;
  border-right:0px solid transparent; 
  border-top:425px solid #00a884;
}
.work_section h2{
  position: relative;
  z-index: 3;
  margin: 0 0 50px 0;
}
.process_row{
  display: flex;
  width: 100%;
  justify-content:space-between;
  align-items: center;
  margin: 100px 0 0 0;
}
.work_div{
  position: relative;
  width:20%;
}
.workdiv_list{
  position: relative;
  width:100%;
  z-index: 3;
  min-height: 100px;
  background-color: rgba(255,255,255,0.7);
  border-radius:15px;
  padding:20px 15px 20px 66px;
  border: 2px #fff solid;
}
.work_div strong{
  display: block;
  text-align: center;
  z-index: 2;
  font-size: 250px;
  line-height: 200px;
  color: #3ec6a9;
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
}
.img-icon{
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #ffc600;
  border:2px #fff solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: -35px;
}
.work_div:after{
  content: '\f061';
  font-family: FontAwesome;
  font-size: 40px;
  color: rgba(255,255,255,0.2);
  position: absolute;
  top:10px;
  z-index: 3;
  right:-60px;
}
.work_div:last-of-type:after{
  content: none;
}
.design_section{
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.client_section{
  background-color: #2d2d2d;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
.client_section:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 0; 
  height: 0; 
  border-top: 275px solid transparent;
  border-bottom:0px solid transparent; 
  border-right:800px solid #24433d;
}
.client_section .tshirt_item{
  width:100%;
  min-height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.client_section .slick-wrapper,.gallery_section .slick-wrapper{
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.gallery_section .tshirt_item{
  margin: 0
}
/*.gallery_section .slick-slide{
  width: 20% !important;
}*/
.gallery_section .slick-slide img{
  width: 100%;
}
.footer_section{
  background-color: #fff;
  padding: 30px 0;
}
.footer_link{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_link li,.footer_link li a{
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  margin: 0;
  padding: 0;
  display: block;
  transition: all .3s ease-in-out;
}
.footer_link li a:hover{
  color: #009c9a;
}
.footer_link li a i{
  line-height: 30px;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0;
}
.info_link li{
  position: relative;
  padding: 5px 0 5px 25px;
  line-height: 20px;
}
.slick-arrow {
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 50%;
    margin: -20px 0 0 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #009c9a;
    border: 0;
    font-size: 26px;
    border-radius: 100%;
    opacity: 0.9;
    transition: all .3s ease-in-out;
}
.slick-arrow.slick-next{
  right: 15px;
  left: auto;
}
.slick-arrow:hover{
  opacity: 1;
}
.info_link li.company-name{
  padding: 5px 0 5px 0px;
  font-weight: 600;
}
.info_link li a{
  line-height: 22px;
}
.social_media{
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.social_media li{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.social_media li a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #222222;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  border:1px #ddd solid;
}
.social_media li a:hover{
  background-color: #009c9a; 
  border-color: #009c9a;
  color: #fff;
}
.social_media li:last-of-type{
  margin: 0;
}
.copyright{
  padding: 10px 0;
  background-color: #ededed;
  text-align: center;
}
.copyright p,.copyright p a{
  font-size: 14px;
  color: #222222;
}
.copyright p a:hover{
  color: #009c9a;
}

.customize_row{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.selection-left{
  width:25%;
}
.c-accordion {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px #e1e2e4 solid;
  padding: 0 0 10px 0;
  margin-bottom: 5px;
}
.set{
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  background-color: #fff;
  border-right: 1px #e3e3e3 solid;
  border-left: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid;
  padding: 0 15px;
  border-top: 3px #d2ab66 solid;
  margin-bottom: 20px;
}
.set > a{
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  color: #6c6c6c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.c-accordion .js-btn {
    display: block;
    position: absolute;
    padding: 18px 20px;
    border-top: 0px #f7f7f7 solid;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    top:5px;
    right: 0;
}
.c-accordion .js-btn:after{
  content: '\f107';
  font-family: FontAwesome;
  font-size:24px;
  color: #6c6c6c;
  position: absolute;
  top: 0;
  left: 13px;
}
.accordion__body {
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 0 0px;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.js-is-active + .accordion__body {
    min-height: 1em;
    max-height:inherit;
    opacity: 1;
}
.item_list{
  width: 100%;
  float: left;
}
.category_heading{
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  display: block;
  text-transform: capitalize;
  position: relative;
  padding: 8px 0;
  margin: 0;
}
/* custom_radio */
.custom_radio {
  display: inline-block;
  position: relative;
  padding:0px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size:14px;
  text-align: center;
  color: #009c9a;
  height: 30px;
  line-height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.checkmark {
  position: relative;
  top: 0;
  text-transform: capitalize;
  padding: 0 15px;
  left: 0;
  height: 30px;
  display: block;
  line-height: 30px;
  border:1px #009c9a solid;
  width: 100%;
  border-radius: 5px;
}
.custom_radio input:checked ~ .checkmark {
  background-color: #009c9a;
  border-color: #009c9a;
  color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom_radio input:checked ~ .checkmark:after {
  display: block;
}
.color_div .checkmark{
  width: 22px;
  height: 22px;
  padding: 0;
  left: 2px;
  top: 2px;
  border-radius: 100%;
  border: 0px #dbdbdb solid;
}
.color_div .custom_radio{
  margin: 0 0px 5px 0;
  width: 30px;
  padding: 2px;
}
.color_div .checkmark:after {
  top: -4px;
  left: -4px;
  width: 30px;
  height:30px;
  border:2px #5b5de2 solid;
  border-radius: 50%;
}
.selection-middle{
  width: 45%;
  position: relative;
  text-align: center;
  overflow: hidden;
  /*display: flex;
  align-items: center;*/
  border: 0px #d6d6d6 solid;
  justify-content: center;
  padding: 0px;
}
.selection-middle-inner{
  margin: 0px 0 0 0;
  width: 100%;
  /*float: left;*/
  text-align: center;
  border: 3px #d6d6d6 solid;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius:20px;
  position: relative;
}
.selection-middle-inner .chart_btn{
  position: absolute;
  right: 20px;
  bottom:20px;
  z-index: 99;
  border:1px #009c9a solid;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
}
.selection-middle-inner .chart_btn:hover{
  background-color: #009c9a;
  color: #fff;
}
.selection-right{
  width: 25%;
}
.size_row{
  display: flex;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 50px 0 0;
  /*align-items: center;*/
}
.color_column,.size_column{
  margin: 0 15px 0 0;
}
.sizerow_title{
  font-size: 14px;
  color: #000;
  margin: 0 0 5px 0;
  display: block;
}
.selected-color{
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: block;
  margin: 7px 0px 0 0;
}
.color_column{
  width: 40px
}
.input_column,.size_column{
  width: 38%;
}
.input_column input[type="text"],.size_column select{
  width:100%;
}
.qty_width {
	width: 90%;
}
select.form-control{
  background-image: url(../images/select_arrow.png);
  background-position:center right;
  background-repeat: no-repeat;
  background-size: 30px;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  cursor: pointer;
  text-transform: uppercase;
}
.plus_icon{
  width: 34px;
  border-radius:5px;
  border:1px #009c9a solid;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #009c9a;
  position: absolute;
  right:5px;
  cursor: pointer;
  bottom: 0;
}
.size_row .form-control{
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  padding: 0 10px;
}
.upload_photo {
    float: left;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 25px 0 0;
}
.upload_text{
  position: relative;
  font-weight: 600;
  color: #222222;
  font-size: 14px;
  display: block;
  bottom: -20px;
}
.logo_img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border:1px #d9d9d9 solid;
}
.logo_img img{
  max-width: 80%;
}
.file_input {
    position: absolute;
    opacity: 0;
    bottom: 20px;
    right:-5px;
    height: 40px;
    z-index: 30;
    cursor: pointer;
    width: 40px;
}
.logo_img:after {
    content: '';
    position: absolute;
    bottom: 22px;
    cursor: pointer;
    right: -5px;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #fff;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    border-radius: 100%;
    background-image: url(../images/camera_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    visibility: visible;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
.logo_infotext{
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.quote_btn{
  margin: 15px 0 0 0;
}
.multi_option .checkmark{
background: linear-gradient(120deg, #FFFFFF 0%, #FF006B 100%), linear-gradient(235deg, #FFFFFF 0%, #FF006B 100%), linear-gradient(235deg, #FFFFFF 0%, #000000 100%), linear-gradient(90deg, #FFE037 0%, #FFE037 40%, #1DCD9F 40%, #1DCD9F 50%, #088C6F 50%, #088C6F 70%, #23033C 70%, #23033C 100%);
background-blend-mode: overlay, overlay, overlay, normal;
}



body.open-it, body.callopen-it {
    overflow: hidden;
}
.open-it {
    visibility: visible;
}
.callsidecard,.callsidecardmob{
    max-width: 400px;
    right: -15000px;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.callsidecard.open-it,.callsidecardmob.open-it{
    right: 0;
}
.shadowpt {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    visibility: hidden;
}
.callsidecard.open-it .shadowpt,.callsidecardmob.open-it .shadowpt {
    visibility: visible;
    opacity: 0.8;
}
.btnsclose {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #07624f;
    font-size: 20px;
    z-index: 999;
    font-weight: 600;  
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.btnsclose:hover{
  color: #000;
}
.callsidecard .innercallwrap,.callsidecardmob .innercallwrap {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
}
.main_block {
    background-color: transparent;
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 0;
    overflow: auto;
    height: 100%;
}
.inner_div{
  padding: 40px 20px;
}

.quotecontent {
    background-color: #fff;
    display: none;
    max-height: 450px;
    overflow-x: hidden;
    margin: 10px 0 0 0;
}
.scroll_div{
    max-height: 135px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    float: left;
}
.table_scrolldiv{
    max-height:420px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    float: left;
    padding-right: 5px;
}
  .quotecontent::-webkit-scrollbar,.scroll_div::-webkit-scrollbar,.table_scrolldiv::-webkit-scrollbar,.scroll_div::-webkit-scrollbar,.contents_div::-webkit-scrollbar{
    width: 5px;
    position: absolute;
    top: 0;
    right: -20px;
  }
  /* Track */
  .quotecontent::-webkit-scrollbar-track,.scroll_div::-webkit-scrollbar-track,.table_scrolldiv::-webkit-scrollbar-track,.contents_div::-webkit-scrollbar-track{
    background: #f1f1f1; 
  }
   
  /* Handle */
  .quotecontent::-webkit-scrollbar-thumb,.scroll_div::-webkit-scrollbar-thumb,.table_scrolldiv::-webkit-scrollbar-thumb,.contents_div::-webkit-scrollbar-thumb{
    background: #888; 
  }
  
  /* Handle on hover */
  .quotecontent::-webkit-scrollbar-thumb:hover,.scroll_div::-webkit-scrollbar-thumb:hover,.table_scrolldiv::-webkit-scrollbar-thumb:hover,.contents_div::-webkit-scrollbar-thumb:hover{
    background: #555; 
  }
.quoteset {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.quoteset .default_btn{
  margin: 0;
  display: block;
}
.quoteset a.active {
    background-color: #fff;
    color: #009c9a;
}
.form_row{
  width: 100%;
  float: left;
  margin: 12px 0 0px 0;
}
.quotecontent .category_heading{
 padding: 10px 30px 0 0;
 margin: 5px 0 0 0;
}
h2{
  position: relative;
  z-index: 2;
}
.quotecontent .category_heading .btn{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
}
.quotecontent .sizerow_title,.quotecontent .selected-color{
  margin: 0;
}
.quotecontent .size_row{
  align-items: center;
}
.quotecontent .logo_infotext{
  margin: 5px 0 0 0;
}
#sizewrap-slider img{
  max-height: 500px;
}
.quotecontent .selected-color{
  width: 14px;
  height: 14px;
  border:1px #ddd solid;
}
.item-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin:5px 0 0 0;
}
.item-list li{
  font-size: 14px;
  text-transform: capitalize;
  color: #212529;
  display: block;
  padding: 0 7px;
  line-height: 14px;
  border-right: 1px #212529 solid;
}
.item-list li:first-of-type{
  padding-left: 0;
}
.item-list li:last-of-type{
  border-right: 0;
}
.category-heading{
  font-size: 14px;
  color: #212529;
  display: block;
  font-weight: 600;
  margin:5px 0 0 0;
  padding: 0;
}
.maininfo_div{
  /*padding:5px 0 10px 0;*/
  /*border-bottom: 1px #ddd solid;*/
}
.main_layout{
  border-bottom: 1px #ddd solid;
  padding: 5px 0;
  width: 100%;
  float: left;
}
.quickview_div{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.quickview_img{
  width: 40%;
  
}
.quickview_img .carousel-item{
  border: 1px #ddd solid;
}
.quickview_img img{
  /*border: 1px #ddd solid;*/
  padding:5px;
}
.quickview_dec{
  width: 57%;
}
/*.popupgallery-slider .slick-slide{
  width: 310px !important;
}*/
.popupgallery-slider .slick-slide div,.popupgallery-slider .slick-slide .tshirt_item{
  width: 100%;
  display: flex !important;
  margin: 0;
  float: none;
  align-items: center;
  justify-content: center;
}
/*.popupgallery-slider .slick-slide .tshirt_item img{
  border: 1px #ddd solid;
}*/
.quickview_img .slick-wrapper {
    margin: 0;
    width: 100%;
}
.quickview_dec p{
  font-size: 16px;
  line-height: 20px;
}
.quickview_list{
 margin:10px 0 0 0;
 padding: 0;
 list-style: none;
}
.quickview_list li{
  position: relative;
  font-size: 16px;
  color: #000000;
  display: block;
  line-height: 18px;
  padding: 0 0 0 12px;
  margin: 0 0 10px 0;
}
.quickview_list li:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 7px;
}
.division_section{
  background-color: #f9f9f9;
  padding: 20px 0;
}
.division_row{
  display: flex;
  
  align-items: center;
  justify-content: space-between;
  /*border-top: 1px #f5f0f0 solid;
  margin:20px 0 0 0;
  padding: 20px 0;
  border-bottom: 1px #f5f0f0 solid;*/
  width: 100%;
}
.division_row h4{
  color: #222222;
  margin: 0;
}
.division_item img{
  max-height: 50px;
}
.client_section h2{
  position: relative;
  z-index: 2;
}
.mobile_btn,.quote i{
  display: none;
}
.loaderdiv{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999991;
  background-color: rgba(255,255,255,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
.loaderdiv_inner{
	width: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  display: flex;
  padding: 0 15px;
}
.loaderdiv img{
   max-width: 80px;
}
.loaderdiv_inner span{
	width: 100%;
	text-align: center;
	float: left;
	margin: 15px 0 0 0;
	font-weight: 600;
	color: #000;
}
.error_section{
  padding: 30px 0;
}
.error_section h1{
  font-size: 100px;
  color: #5b5de2;
}
.error_section h2{
  margin: 0 0 10px 0;
}
.error_section .default_btn{
  margin:15px 0 0 0;
}
.carousel{
  width: 100%;
}
#sizewrap-slider .carousel-indicators,#sizewrap-slider01 .carousel-indicators{
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0;
   padding: 0;
   list-style: none;
   margin: 10px 0;
}
.carousel-indicators li{
  width:100px;
  margin: 0 5px 0 0;
  height: auto;
  border:1px #ddd solid;
  overflow: hidden;
  text-indent: 0;
}
.image-carousel{
  margin: 0 0 10px 0;
}
.carousel-indicators li img{
  padding: 3px;
}
.carousel-indicators a{
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 50%;
    margin: -20px 0 0 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #009c9a;
    border: 0;
    font-size: 26px;
    border-radius: 100%;
    opacity: 0.7;
    transition: all .3s ease-in-out;
}
.image-carousel li{
  border:1px #ddd solid;
}
.carousel-indicators .carousel-control-next{
  right: 0;
  left: auto;
}
.modal-body .quote_btn{
  margin: 0;
}
.modal-body .quote_btn .default_btn{
  margin: 0;
  float: right;
}
#slick2 .slick-slide{
  margin: 0 50px 0 0;
  max-width:20%;
}
.static-page{
  padding: 10px 0 30px 0;
  margin: 15px 0 0 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.static-page p{
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 7px 0;
  color: #222222;
}
.static-page h1{
  font-size: 24px;
  color: #222222;
  margin: 10px 0;
}
.static-page h2{
  font-size: 22px;
  color: #222222;
  margin: 10px 0;
}
.static-page h3{
  font-size: 18px;
  color: #222222;
  margin: 10px 0;
}
.static-page ul{
  margin: 0 0 10px 0;
  padding: 0;
}
.static-page ul li{
  position: relative;
  padding: 0 0 0 13px;
}
.static-page ul li:before{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #222222;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}
.static-page a{
  color: #009c9a;
}
.banner_section img{
  width: 100%;
}
.contents_div{
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
  max-height: 300px;
  margin: 20px 0 0 0;
}
.contents_div h1{
  font-size: 24px;
  padding: 0;
  color: #222222;
  margin: 0 0 10px 0;
}
.contents_div h3,.contents_div h6,.contents_div h4,.contents_div h5{
  font-size: 20px;
  color: #222222;
  padding: 0;
  margin: 0 0 10px 0;
}
.contents_div p{
  font-size: 16px;
  color: #222222;
  padding: 0;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.content_menu{
  margin: 0;
  padding: 0;
  list-style: none;
}
.content_menu li{
  position: relative;
  display: block;
  font-size: 16px;
  padding: 0 0 0 15px;
  color: #222222;
}
.content_menu li:before{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #222222;
  border-radius: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}


@media (max-width:1749px){
  /*.workdiv_list{
    min-height: 125px;
  }
  .work_div:after{
    top: 35px;
    right: -60px;
  }*/
}
@media (max-width:1599px){
  p{
    font-size: 16px;
    line-height: 22px;
  }
  .work_div strong{
    font-size: 150px;
    top: -64px;
  }
  .workdiv_list {
    min-height: 70px;
    padding: 15px 10px 15px 40px;
  }
  .work_div:after {
    right: -50px;
    top: 5px;
  }
  .process_row{
    margin: 70px 0 0 0;
  }
  h2{
    font-size: 30px;
  }
  .work_section{
    padding: 30px 0 70px 0;
  }
  .work_section:after{
    border-top: 375px solid #00a884;
  }
  .design_section{
    padding: 30px 0;
  }
  .client_section{
    padding: 30px 0 50px 0;
  }
  .client_section:after{
    border-top: 245px solid transparent;
  }
  .product-slider{
    margin: 10px 0 0 0;
  }
  .img-icon{
    width: 70px;
    height: 70px;
  }
  .img-icon img{
    max-width:35px;
  }
  .category-name{
    font-size: 20px;
  }
  #sizewrap-slider img{
    max-height: 600px;
  }
}


@media (max-width:1279px){
  .logo{
    width: 120px;
  } 
  .sticky .logo {
    width: 80px;
  } 
  .division_item img {
    max-height: 40px;
  }
  .division_section{
    padding: 15px 0;
  }
  .footer_logo{
    max-width: 80px;
  }
  .color_column {
    width: 35px;
  }
  .color_column, .size_column {
    margin: 0 5px 0 0;
  }
  .checkmark{
    padding: 0 10px;
  }
  .c-accordion .js-btn:after{
    left: 30px;
  }
  .logo_img{
    width: 80px;
    height: 80px;
  }
  .upload_photo{
    margin: 0 10px 0 0;
  }
  .size_row{
    padding: 0 40px 0 0;
  }
  .plus_icon{
    width: 30px;
    font-size: 14px;
  }
  .client_section .tshirt_item{
    padding: 0 30px;
  }
  .client_section:after {
    border-top: 227px solid transparent;
    border-right: 500px solid #24433d;
  }
  .work_div:after {
    right: -40px;
    top: 50px;
    font-size: 30px;
  }
  .process_row{
    margin: 70px 0 0 0;
  }
  .work_section {
    padding: 30px 0 50px 0;
  }
  /*.workdiv_list {
    min-height: 130px;
    padding: 20px 10px 20px 40px;
  }
  .work_div strong{
    top: -25px;
  }*/
}
@media (max-width:991px){
  .products_section .tshirt_item img{
    max-width: 70%;
  }
  .error_section h1{
    font-size: 30px;
  }
  .error_section h2{
    font-size: 20px;
  }
  .products_section .tshirt_item:after{
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .container{
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .header_info li a,.topquote_div .default_btn{
    font-size: 0;
  }
  .topquote_div .default_btn i{
    display: inline-block;
    vertical-align: middle;
    color: #000;
  }
  .header_info li a i,.topquote_div .default_btn i{
    font-size:20px;
  }
  .topquote_div .default_btn{
    background-color: transparent;
    padding: 0px;
    border: 0;
    margin: 0 20px 0 0;
    height: 24px;
    line-height: 20px;
  }
  .menu_icon{
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
  .headerbtn_div{
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .topquote_div{
    margin: 0;
  }
  .header_info li:last-of-type{
    margin: 0 20px 0 0;
  }
  .sticky .header_info{
    display: flex;
  }
  .img-icon {
    width: 50px;
    height: 50px;
  }
  .img-icon{
    top: -30px;
    left: -10px;
  }
  .img-icon img {
    max-width: 20px;
  }
  .work_div:after {
    right: -33px;
    top: 25px;
    font-size: 20px;
  }  
}

@media (max-width:767px){
  .logo {
    width: 90px;
  }
  .static-page{
    padding: 10px 0;
  }
  .static-page h1{
    font-size: 20px;
  }
  .static-page h2{
    font-size: 18px;
  }
  .sticky .logo {
    width: 60px;
  }
  .mob_hide{
    display: none;
  }
  .division_row{
    flex-flow: wrap;
  }
  .division_row h4{
    width: 100%;
  }
  .division_item{
    width:45%;
    margin-bottom: 5px;
  }
  .division_section {
    padding: 15px 0 10px 0;
  }
  .social_media{
    justify-content: flex-start;
    margin:10px 0;
  }
  .footer_section img.float-right{
    float: left !important;
  }
  .footer_section{
    padding:0 0 15px 0;
  }
  #slick1 .slick-track,#slick1.slick-initialized .slick-slide{
    width: 100% !important;
  }
  .products_section .tshirt_item{
    width: 50%;
    margin: 0 0 10px 0;
  }
  .topquote_div{
    margin: 0px 0 0 0;
  }
  /*.topquote_div .default_btn{
    margin: 0 15px 0 0;
  }*/
  h2{
    font-size: 20px;
    color: #000;
    margin: 0 0 15px 0;
  }
  .category-name {
    font-size: 16px;
  }
  .slick-wrapper {
    margin: 0;
    width: 100%;
  }
  .products_section:after {
    border-top: 800px solid transparent;
    border-right: 400px solid #f6f8fb;
  }
  .quickview_div,.process_row,.customize_row{
    flex-flow: wrap;
  }
  .quickview_img,.quickview_dec,.selection-left,.selection-middle,.selection-right{
    width: 100%;
  }
  .quickview_dec{
    margin: 15px 0 0 0;
  }
  .work_section,.design_section{
    padding:20px 0;
  }
  .client_section {
    padding: 20px 0 50px 0;
  }
  .work_section h2{
    margin: 0 0 15px 0;
  }
  .process_row {
    margin: 50px 0 0 0;
  }
  .work_div{
    width: 45%;
    margin: 0 0 50px 0;
  }
  
  .workdiv_list{
    min-height: 80px;
    padding:30px 20px 20px 20px;
  }
  .work_div:after {
    right: -27px;
    top: 35px;
  }
  .work_div strong{
    /*font-size: 100px;*/
    top: -50px;
  }
  .workdiv_list p br{
    display: none;
  }
  .work_section:after {
    border-left: 360px solid transparent;
    border-right: 0px solid transparent;
    border-top: 410px solid #00a884;
  }
  
  .img-icon{
    left: 20px;
  }
  .client_section .tshirt_item {
    padding: 0 15px;
  }
  .client_section:after {
    border-top: 210px solid transparent;
    border-right: 360px solid #24433d;
  }
  .client_section .tshirt_item{
    min-height: 50px;
  }
  .info_link{
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .mobile_btn,.callsidecardmob .selection-left,.callsidecardmob .selection-middle{
    display: block;
  }
  .callsidecardmob .selection-middle-inner{
  	border-width: 1px;
  	border-color: #e1e2e4;
  }
  .innercallwrap .selection-left .c-accordion:first-of-type{
  	border-bottom: 0;
  	margin: 0;
  }
  .selection-left,.design_section .selection-right,.callsidecardmob .btn.chart_btn{
    display: none;
  }
  
  .carousel-indicators a{
  	width: 30px;
  	height: 30px;
  	font-size: 20px;
  }
  .selection-middle-inner{
    flex-flow: wrap;
    padding: 10px;
    border-width: 2px;
  }
  .selection-middle-inner .chart_btn{
    position: relative;
    right: 0;
    bottom: 0;
    top: 10px;
    margin: 0 0 10px 0;
  }
  .mobile_btn,.mobile_btn .default_btn{
    width: 100%;
    margin: 0 0 5px 0;
  }
  .upload_photo {
    margin: 0 30px 0 0;
  }
  .products_section{
    margin-top: 15px;
  }
  .plus_icon{
    width: 34px;
  }
  .work_div:nth-child(2):after,.work_div:nth-child(4):after{
    content: none;
  }
  .work_div:nth-child(3),.work_div:nth-child(4){
    margin:0 0 5px 0; 
  }
  .division_item img {
    max-height: 42px;
  }
  .table td, .table th{
    font-size: 10px;
    padding: 5px;
    text-align: center;
  }
  .slick-dots{
    bottom: -40px;
  }
  .alert-success,.alert-danger{
    right: 15px !important;
    width: 90%;
    z-index: 99999999 !important;
  }
  #slick2 .slick-slide{
    margin: 0 20px 0 0;
    max-width: inherit;
    /*width: 45% !important;*/
  }
  #product_desc{
  	overflow-x: auto;
  	overflow-y: hidden;
  }
  .modal-body .quote_btn{
    margin: 10px 0 0 0;
   }
   
}


















