
.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  display: inline-block;
  vertical-align: top;
}


/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
/* .col-4 {width: 33.33%;} */
.col-4{width: 32%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


.sticky {
  border: initial;
  border-radius: initial;
  background: #D2A3B4;
  color: #fff;
  padding: 0px 0px;
  position: fixed;
  z-index: 999;
  left: 0px;
  right: 0px;
  text-align: center;
  display: block;
  width: 100%;
  margin: auto !important;
  box-sizing: border-box;
  bottom: 0px;
}
.c-float{
	float: left;
}
.pt-12{
	padding-top: 12px;
}
.ct-count{
  font-size: 10px;
	font-weight: bold;
  	color:#03A9F4;
}
.vl {
  border-left: 1px solid #B0BEC5;
  height: 20px;
}
.mt-22{
	margin-top: 22px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.m-10{
	margin: 10px;
}
.mb-35{
	margin-bottom: 35px;
}
.fs-20{
  font-size: 20px;
}
.pxs-announcement-bar {
  padding: 4px 15px !important;
}
.cus-bredcrumb{
	margin-top: -40px;
	margin-left: 0px;
}
.cus-tc{
	text-align: center;
}

.customer-links-inner{
top: 50px !important;
}


.mini-cart{
  right: -25px;
}
.mini-cart .arrow{
   right: 30px !important;
 
}


@media (min-width: 1081px) {
.header-layout-compact-left .header-branding-desktop, .header-layout-compact-left .header-content-right,
.sticky-header .header-content-right {
   width: 200px !important;
}
.sticky-header .header-layout-compact-left .navigation-wrapper {
   width: calc(100% - 400px);
}
  .sticky-header .header-branding-desktop .logo-image {
    height: 24px;
  }
}
.cus-dis-flex {
   display: block;
}

.cus-dis-flex li {
   margin: 12px;
   display: inline-block;
   vertical-align: top;
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .col-md-6{width: 49%;}
  .col-md-4{width: 33.33%;}

}

.product-title:after {
 	display:none;
  }

@media (min-width: 1081px) and (max-width: 1200px) {
.logo-image {
    width: 200px;
}
#shopify-section-header header .header-main-content .header-branding-desktop {
    width: 63% !important;
    margin: 0 auto;
    transform: translateX(49%) !important;
}
#shopify-section-header {
    height: 70px;
    overflow: hidden; 
}
.mega-nav {
   //display: block;
}
.navigation-submenu-toggle {
    display: inline-block !important;
}
.navigation.navigation-mobile .navigation-menu {
    width: 100%; 
}
}

@media (min-width: 1201px) and (max-width: 1280px) {
.header-search-form .input.active {
    width: 200px !important;
    right: 170px;
}
}

@media (max-width: 1200px) {
  .header-branding-mobile {
    display: block;
}
  
.header-branding-mobile .navigation-toggle {
    display: block;
}
  .header-content-right {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-layout-compact-left .navigation-wrapper {
    width: 100%;
}
.header-content-left, .header-content-left .navigation-toggle {
    display: inline-block !important;
}
.header-branding-desktop {
   width: 55%;
   margin: 0 auto;
   transform: translateX(-15%);
}

.header-content-right.dis-hide {
   display: inline-block !important;
   right: 10px;
   top: 27px;
   width: 80px;
}

.cus-dis-flex li {
   display: none;
}

.cus-dis-flex li:first-child {
   display: inline-block;
   margin: 0;
   margin-right: 10px;
}

.cus-dis-flex li:last-child {
   display: inline-block;
   margin: 0px;
}

.header-main-content {
   display: inline-block;
   width: 85%;
   padding: 0px;
   vertical-align: middle;
}

.header-tools-wrapper {
   display: inline-block;
   width: 15%;
   top: 10px;
}
}

.home-video-with-text-video video {
margin-top: 0px;
}

.cus-info{
    display: block;
    box-sizing: border-box;
}

// search box

.search-box {
  width: 450px;
  height: 100px;
  position: relative;
}

.input {
  position: absolute;
  top: 20px;
  right: 50px;
  box-sizing: border-box;
  width: 0px;
  padding: 0 20px;
  outline: none;
  font-size: 18px;
  border-radius: 50px;
  color: #29313a;
  border: 3px solid #62d474;
  transition: all 0.8s ease;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}

.header-search-form .btn {
 position: relative;
width: 20px;
height: 20px;
border-radius: 50%;
right: 0px;
top: 0px;
cursor: pointer;
text-align: center;
line-height: 24px;
  z-index: 9999;
font-size: 20px;
color: #fff;
/* transition: all 0.8s ease; */
/* margin: 0 !important; */
}

.header-search-form .input.active {
width: 250px;
right: 170px;
}

.header-search-form .btn .animate {
 /* transform: rotate(-360deg); */
  right: 0px;
}
.dis-n{
  display: none !important;
}

.header-search-form {
min-width: 0px;
}

@media (min-width: 1281px) {
.header-search-form .input.active {
   width: 300px;
   right: 170px;
   background: #fff;
}
}

@media (min-width: 1081px) {
.sticky-header .header-search-form {
   display: inline-block;
}
}

.navigation.navigation-desktop .navigation-menu li > a.navigation-menu-link {
padding: 17px 30px 17px 10px;
}

.navigation.navigation-desktop .navigation-menu > li:first-child {
    padding-left: 30px;
}

.header-search-form .input {
top: 23px;
}

.sticky-header .header-search-form .input {
top: 15px;
}

header .header-tools-wrapper .header-tools {
display: none;
}

@media (max-width: 1200px) {
.header-search-form .input.active {
   width: 300px;
   right: 35px;
   top: 4px;
   background: #fff;
}
header .header-tools-wrapper .header-tools {
	display: block;
}
  
.header-search-form .btn {
 width: 36px;
 height: 36px;
}
}

@media (max-width: 359px){
.header-search-form .input.active {
    width: 220px;
}
}

@media (min-width: 360px) and (max-width: 399px) {
.header-search-form .input.active {
    width: 250px;
}
}


@media (min-width: 1420px) and (max-width: 1599px) {
.header-search-form .input.active {
    width: 380px;
    max-width: 400px;
}
}

@media (min-width: 1600px) {
.header-search-form .input.active {
    width: 500px;
    max-width: 500px;
}
}

@media (min-width: 1281px) and (max-width: 1300px){
.header-search-form .input.active {
    width: 250px;
    right: 170px;
    background: #fff;
}
}
/* custom product page */

.f-12{
	font-size: 12px !important;
}
.product-description{
	margin-top: 0px !important;
}
.product-price{
	margin-bottom: 0px !important;
}
.mini-cart-wrapper{
top: 0px;
}

/*infographics*/
.product-details .no-gutters.m-10 {
 margin: 10px 0px;
}
.product-details-wrapper {
padding: 0 20px 0 20px !important;
}

@media (max-width: 767px) {
  #shopify-section-product .product-images {
    padding: 0 20px 0 20px;
  }
  .product-details .no-gutters.m-10 {
    margin: 10px 0px 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-product .product-details .no-gutters.m-10 {
    width: 65%;
    margin: 10px auto 20px;
  }

  #shopify-section-product .product-images {
    padding: 0 45px 0 45px;
  }
}

.related-products-position-below+.related-products-wrapper .section-title {
    margin: 10px 20px 20px !important;
    font-size: 26px;
}

.col-6 {
width: 49%;
vertical-align: middle;
margin: 15px 0px;
}



/* out of stock mail*/

.cus-btn{
padding: 9px 4px !important;
      /* margin-left: 10px;*/
  
}
.cus-sout{
	top: 0px !important;
      right: 0px !important;
}


.product-form .cus-btn{

padding: 9px 20px !important;
  
}

@media (max-width: 767px ){

  .product-form {
    display: inline-block;
    width: 100%;
    text-align: center;
}
  .cus-btn{
margin-left: 0px !important;
  
}
 
  .product-list-item-details .cus-em{
  
  width: 100% !important;
  }
   .product-list-item-details .cus-btn{
	width: 100%;
  
}
  
    .col-6{
width: 100%;

}
  
}

.out-stk form#contact_form p.accent-text {
margin: 0px;
}

.out-stk form#contact_form {
margin-top: 0px;
margin-bottom: 0px;
 display: inline-block;
}

.col-6 .cus-btn{
padding: 9px 10px !important;
}

.swym-remind-auth-form-container .swym-input{
max-width: 100% !important;
}

/*search page*/

.template-page .page-content>*:not(.highlight){
max-width:100% !important;
}
.template-page .page-content{

  max-width: 100% !important;
  
}