/** Shopify CDN: Minification failed

Line 20:0 Unexpected "}"
Line 140:0 Unexpected "$"
Line 142:0 Comments in CSS use "/* ... */" instead of "//"
Line 158:0 Comments in CSS use "/* ... */" instead of "//"
Line 178:3 Cannot use type selector "-label" directly after nesting selector "&"
Line 197:3 Cannot use type selector "-content" directly after nesting selector "&"
Line 204:3 Cannot use type selector "-close" directly after nesting selector "&"
Line 217:0 Comments in CSS use "/* ... */" instead of "//"

**/
.form.search-bar input {
    position: absolute;
    opacity: 1;
    z-index: 99;
 margin-top: -18px !important;
}

}


.apb_powered_by_container {
    display: none !important;
}


.site-header {
    padding: 0;
    
}
h1.header-logo a {
    font-size: 20px;
}

.featured-box {
  

    border-radius: 10px;
     border: 1px solid #3f69ac;
}




.hover-box:hover img {
    transform: scale(1.2);
}

.hover-box img {
    transition: 0.5s all ease-in-out;
}

.hover-box:hover .featured-box {
    box-shadow: 5px 3px 11px 0px rgb(0 0 0 / 40%);
}



.hover-box .featured-box {
    transition: 0.5s all ease-in-out;
}



.section-header--right a {
 background-color: #0159a5;
    padding: 10px;
    color: white;
}


.section-header {
    background-color: #0097f2;
    padding-left: 20px;
    height: 40px;
}


.h1.section-header--left {
    color: white;
}

.product-grid-image {
    border:1px solid #0097f2 ;
    border-radius: 10px;
}

.product-grid-item {
    font-size: 15px;
    text-align: center;
    background-color: #f9f9f9;
    height: 550px;
    padding: 20px;
    border-radius: 10px;
}

.template-collection .section-header {
    background-color: white;
    padding-left: 20px;
    height: 40px;
}


.template-collection .section-header--right a {
    background-color: white;
 
    
}

.main-content {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}


.template-collection .product-grid-item {
    font-size: 15px;
    text-align: center;
    background-color: #f9f9f9;
    height: 430px !important;
    padding: 20px;
    border-radius: 10px;
}






.template-list-collections .product-grid-image {
    border: 1px solid #0097f2;
    border-radius: 10px;
    height: 250px !important;
}
/*My Css*/


$midnight: #2c3e50;
$clouds: #ecf0f1;
// General
body {
  color: $midnight;
  background: $clouds;
  padding: 0 1em 1em;
}
h1 {
  margin: 0;
  line-height: 2;
  text-align: center;
}
h2 {
  margin: 0 0 .5em;
  font-weight: normal;
}

// Layout
.row {
  display:flex;
  .col {
    flex:1;
    &:last-child {
      margin-left: 1em;
    }
  }
}
/* Accordion styles */
.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 16px 10px 10px rgb(1 89 165 / 28%);
}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  &-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: $midnight;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
    &:hover {
      background: darken($midnight, 10%);
    }
    &::after {
      content: "\276F";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all .35s;
    }
  }
  &-content {
    max-height: 0;
    padding: 0 1em;
    color: $midnight;
    background: white;
    transition: all .35s;
  }
  &-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: $midnight;
    cursor: pointer;
    &:hover {
      background: darken($midnight, 10%);
    }
  }
}

// :checked
input:checked {
  + .tab-label {
    background: darken($midnight, 10%);
    &::after {
      transform: rotate(90deg);
    }
  }
  ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
  }
}



label.tab-label {
    background: black !important;
    padding-top: 20px;
  padding-bottom: 20px;
}
label.tab-label {
    font-size: 20px !important;
    padding-left: 20px !important;
}
.tab-content a {
    color: #0159a5;
    font-size: 19px !important;
    text-decoration: none;
    background: transparent;
    font-weight: 700 !important;
}
label.tab-label a {
    color: white !important;
}

.apb_text_columns_with_images_block_img_container {
    border: solid 2px ;
    padding: 15px !important;
    box-shadow: 0px 0px 8px 4px #00000063;
}
.apb_text_columns_with_images_block_img_container:hover {
    border: solid 2px #008044;
    box-shadow: 0px 0px 8px 4px #00000063;
}


/* My css end */

/**Custom Css**/

.main-content h2{

  font-size: 30px;
  font-weight: 600;
  
}

#productPrice{

  font-size: 45px;
  
}


label{

	font-size: 22px;
    font-weight: 600;
}


select#productSelect-option-0 {
    border: 3px solid #000;
      font-size: 18px;
    font-weight: 600;
}


select#productSelect-option-0 option {
    font-size: 18px;
    font-weight: 600;
}


select#productSelect-option-1 {
    font-size: 18px;
    font-weight: 600;
      border: 2px solid #000;
}


select#productSelect-option-1 option {
    font-size: 18px;
    font-weight: 600;
}


.rte{
	font-weight: 600;
}


.template-collection .product-grid-item{
font-weight: 600;
}

.gpo-app .gpo-label span.label-content{
	font-size: 22px !important;
    font-weight: 600 !important;
    margin-left: 28px !important;
}

.gpo-app .gpo-select select {
    border-color: #000 !important;
    background: #fff !important;
    border: 2px solid #000 !important;
}

select#select-1 {
    font-size: 16px;
    font-weight: 600;
}