/* Page Contact Us */
.contact-us-detail h3{
  margin-bottom: 20px;
}
.contact-us-detail ul li{
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}
.contact-us-detail ul li img{
  display: inline-block;
  margin-right: 5px;
}
.contact-us-form label{
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.contact-us-form textarea{
  resize: vertical;
}
.contact-us-form .form-control{
  border-radius: 0;
}
.contact-us-form .alert ul{
  padding-left: 15px;
}
.contact-us-form .alert li{
  font-size: 14px;
  line-height: 1.5;
}
.contact-us-form a.red-btn{
  display: inline-block;
  max-width: 140px;
}
#contact-form{
  display: none;
}
#contact-form.active{
  display: block;
}
.d-none{
  display: none;
}
.g-maps-wrapper{
  margin-bottom: 30px;
  padding: 15px;
  border: 1px dashed  #d2d1d2;
}
.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'TimeoutSans-Regular';
}
.h1 {
	font-size: 60px;
}
.h2 {
	font-size: 42px;
}
.h3 {
	font-size: 36px;
}
.h4 {
	font-size: 28px;
}
.h5 {
	font-size: 22px;
}
.h6 {
	font-size: 18px;
}
.btn-sadia{
  background-color: transparent;
  border: 1px solid #d22328;
  color: #d22328;
  font-family: 'BrandingSF-Medium';
  font-size: 18px;
  font-weight: normal;
  border-radius: 0;
}
.btn-sadia:hover,
.btn-sadia:focus{
  background-color: #d22328;
  border: 1px solid #d22328;
  color: #ffffff;
}
.page-accordion .ui-accordion-header{
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0 80px 40px 40px;
  margin-bottom: 40px;
  background-color: transparent;
  background-image: url('../img/accordion-line.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: padding-top 0.4s ease-in-out, background-color 0.5s ease-in-out;
}
.page-accordion .ui-accordion-content{
  padding: 20px 40px;
}
.page-accordion .ui-accordion-header-active{
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
  background-image: none;
}
.page-accordion .ui-accordion-content-active{
  margin-bottom: 40px;
}
.page-accordion .ui-accordion-header-active,
.page-accordion .ui-accordion-content-active{
  background-color: rgba(255, 232, 94, 0.2);
}
.page-accordion .ui-accordion-header-icon{
  position: absolute;
  right: 40px;
  top: 6px;
  background: url('../img/accordion-arrow.png');
  width: 27px;
  height: 14px;
  transition: transform 0.25s ease-in-out;
}
.page-accordion .ui-accordion-header-active .ui-accordion-header-icon{
  top: 46px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.static-accordion{}
.static-accordion .nav-tab{
  position: relative;
    cursor: pointer;
    padding-right: 40px;
}
.static-accordion .nav-tab:after{
  content: "";
  position: absolute;  
  background: url('../img/accordion-arrow.png');
  width: 27px;
  height: 14px;
  right: 0;
  top: 12px;

  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;

  -webkit-transition-property: -webkit-transform;
   transition-property: transform;


}
.static-accordion .nav-tab.active:after{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);  
}
.static-accordion .container-tab{
  padding: 40px;
  background-color: transparent;
  background-image: url('../img/accordion-line.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: padding-top 0.4s ease-in-out, background-color 0.5s ease-in-out;
}
.static-accordion .container-tab.active{  
  background-color: rgba(255, 232, 94, 0.2);
  background-image: none;
}
.static-accordion .container-tab .content-tab-holder{
  display: none;
}
.static-accordion .container-tab.active .content-tab-holder{
  /*display: block;*/
}
/* Recipe Details */
.related-product,
.tips-main-image,
.recipe-main-image{
  background: url('../img/product-main-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  text-align: center;
}
.tips-main-image img{
  margin-left: auto;
  margin-right: auto;
}
.recipe-main-image{
  position: relative;
}
a.video-player{
  opacity: 0.6;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
}
a.video-player:hover{
  opacity: 1;
}
.share-to-social-media{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;  
}
.share-to-social-media .share-title{
  padding-left: 25px;
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.share-to-social-media .share-title::before{
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
  width: 18px;
  height: 18px;
  background: url('../img/icon-share.png') no-repeat;
  background-size: 100%;
}
.share-to-social-media .share-title,
.share-to-social-media .share-box{
  float: left;
}
.share-to-social-media .at-icon,
.share-to-social-media .at-icon-wrapper{
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !Important;
  vertical-align: middle;
}
.share-to-social-media .at-style-responsive .at-share-btn{
  padding: 0 !important;
  margin: 0 0 0 10px !important;
}
.related-product{
  margin-left: 0;
  margin-right: 0;
  background-image: url('../img/related-product-bg.png');
}
.related-product .list-features-benefits{
  margin-bottom: 0;
}
.related-product .list-features-benefits li{
  width: 100%;
  float: none;
  text-align: left;
  background: transparent;
  font-family: 'BrandingSF-Medium';
  align-items: center;
}
.related-product .image-wrapper{
  display: flex;
  height: 180px;
  margin-bottom: 25px;
}
.related-product .image-wrapper img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  font-size: 16px;
  line-height: 1.1;
}
.related-product .col-sm-6{
  margin-bottom: 0;
}
/* Product Details */
.product-main-image{
  position: relative;
  background: url('../img/product-main-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 60px 30px;
}
.product-main-image .icon-new{
  left: 30px;
}
.product-main-image img{
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
}
.product-specification{
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.specification-block{
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33%;
}
.specification-block .inner{
  background: url('../img/specification-bg.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.specification-block img{
  margin-bottom: 30px;
}
.specification-block p{
  font-size: 15px;
}
.page-title span.h1{
  display: block;
  color: #fff;
}
.icon-new{
  position: absolute;
  left: 20px;
  top: 15px;
  width: 48px;
  height: 48px;
  background: transparent url('../img/icon-new.png') no-repeat;
  background-size: 100%;
}
.block-item .icon-new{
  width: 32px;
  height: 32px;
}
.product-description{
  margin-bottom: 30px;
  font-size: 16px;
}
.product-description p{
  font-size: 16px;
}
.list-features-benefits{
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
.list-features-benefits li{
  flex: 1;
  align-items: center;
  flex-basis: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'BrandingSF-Bold';
  background: url('../img/line-dashed-horizontal.png') repeat-x;
  background-position: left bottom;
  width: 45%;
  margin-right: 5%;
  float: left;
  display: flex;
}
.list-features-benefits li img{
  height: 30px;
  margin: auto 10px;
}
.list-recommended-for{
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.list-recommended-for li{
  min-width: 60px;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
  line-height: 1;
  text-align: center;  
}
.list-recommended-for li:last-child{
  margin-right: 9px;
}
.list-recommended-for li span{
  background: url('../img/recommended-bg.png') no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 58px;
  height: 58px;
  display: flex;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.list-recommended-for li span img{
  margin: auto;
  max-width: 60%;
  height: auto;
}
/* nutrition */
a.nutrition-btn{
  color: #d22328;
  font-size: 18px;
  font-family: 'BrandingSF-Bold';
  vertical-align: middle;
}
a.nutrition-btn:hover{
  color: #d22328;
}
a.nutrition-btn img{
  margin-right: 10px;
}
.nutrition-wrapper{
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
.nutrition-head h6{
  background: #d22328;
  color: #fff;
  font-family: 'BrandingSF-Bold';
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  margin-bottom: 0;
}
.nutrition-item{
  padding-top: 16px;
  padding-bottom: 16px;
  float: left;
  width: 33.33%;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}
.nutrition-item:nth-of-type(6n-1),
.nutrition-item:nth-of-type(6n),
.nutrition-item:nth-of-type(6n+1){
  background-color: rgba(255,232,94,0.2);
}
.nutrition-label{
  padding-left: 20px;
  padding-right: 20px;
}
.nutrition-value{
  text-align: right;
  font-weight: bold;
  padding-right: 20px;
}
/* similar list */
.similar-slider{
  overflow: visible !important;
}
.similar-slider .slides{
/*  margin-left: -10px;
  margin-right: -10px;*/
}
.similar-slider .flex-direction-nav {}
.similar-slider .flex-direction-nav li {}
.similar-slider .flex-direction-nav li a {
  opacity: 1;
  height: 50px;
  width: 50px;
}
.similar-slider .flex-direction-nav li a:before {
  content: '';
  height: 50px;
  width: 50px;
  background-size: contain !important;
}
.similar-slider .flex-direction-nav .flex-nav-prev {}
.similar-slider .flex-direction-nav .flex-nav-prev .flex-prev {
  left: -80px;
}
.similar-slider .flex-direction-nav .flex-nav-prev .flex-prev:before {
  background: url(../img/icon-prev-shadow.png) no-repeat center transparent;
}
.similar-slider .flex-direction-nav .flex-nav-next {}
.similar-slider .flex-direction-nav .flex-nav-next .flex-next {
  right: -80px;
}
.similar-slider .flex-direction-nav .flex-nav-next .flex-next:before {
  background: url(../img/icon-next-shadow.png) no-repeat center transparent;
}
.flex-centered .slides {width: 100%!important; text-align: center;}
.flex-centered .slides li {display: inline-block!important; *display: inline!important; float: none!important;margin-left: -5px;vertical-align: top;}
.similar-slider .block-item a.image-wrapper{
  height: 100px;
}
.content-tips .block-item h6 a{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 57px;  
}
.similar-products .block-item h6 a{
  height: 38px;  
}
.other-tips .block-item a.image-wrapper{
  height: 200px;
}
.block-item{
  background: url('../img/similar-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 20px 20px 30px;
  text-align:center;
  position: relative;
}
.block-item a.image-wrapper{
  display: flex;
  text-align: center;
  padding: 10px 0;
  height: 170px;
  align-items: center;
}
.block-item a.image-wrapper img{
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}
.block-item a{
  display: block;
}
.block-item h6{
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 0;
  border-top: 1px dashed #292120;
}
.block-item h6 a{
  color: #292120;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;  
}
.block-item h6 a:hover,
.block-item h6 a:focus,
.block-item h6 a:active{
  color:#d22328;
  text-decoration: none;
  outline: none;
}
/* Recommended Recipes */
.recipe-box .time{
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
  text-transform: uppercase;
}
.content-tips .recipe-box,
.other-recipes .recipe-box,
.recommended-recipes .recipe-box{  
  background: url('../img/similar-bg.png') no-repeat;
  background-size: 100% 100%;
  padding:20px 25px 30px;
}
.content-tips .recipe-box a,
.other-recipes .recipe-box a,
.recommended-recipes .recipe-box a{
  display: block;
  text-align: center;
}
.other-recipes .recipe-box a.image-wrapper{
  display: flex;
  text-align: center;
  padding: 10px 0;
  align-items: center;    
}
.content-tips .recipe-box img,
.other-recipes .recipe-box img,  
.recommended-recipes .recipe-box img{  
  /* height: auto; */
}
.content-tips .recipe-box{
  margin-top: 0;
  margin-bottom: 0;
}
.content-tips{
  padding-left: 0;
  padding-right: 0;
}
.author-info{
  padding: 20px;
  border: 2px dashed #d2d1d2;
  margin-bottom: 50px;
}
.author-info img{
  margin-bottom: 10px;
  border-radius: 50%;
}
.author-info h6{
  font-family: 'BrandingSF-Bold';
  text-transform: capitalize;
}
.author-info .row{
  margin-bottom: 0;
}
.block-item.block-tips{
  padding: 20px 30px 40px;
}
.block-item.block-tips img{
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
  width: 100% !important;
  max-height: unset;
}
/* You May Also Like */
.you-may-also-like{
  background-color: rgba(255, 232, 94, 0.1);
  padding: 3% 0 4%;  
}
.you-may-also-like .block-item img{
  max-height: 150px;
}
.you-may-also-like .heading-section{
  margin-bottom: 20px;
}
a{
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.detail-description img{
  max-width: 100%;
  height: auto;
  display: flex;
  align-content: center;
  margin:0 auto;
}
/* spacing */
.my-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-100{
  margin-top: 100px;
  margin-bottom: 100px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-50{
  margin-bottom: 50px;
}
.mt-15{
  margin-top: 15px;
}
.mt-50{
  margin-top: 50px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.float-none{
  float: none;
}
.line-separator{
  width: 100%;
  height: 12px;
  background: url('../img/accordion-line.png') repeat-x;
  background-position: center center;
  margin: 20px auto;
}
.dash-separator{
  width: 100%;
  height: 12px;
  background: url('../img/separator.png') repeat-x;
  background-position: center center;
  margin: 20px auto;  
}
.border-dashed-bottom{
  border-bottom: 1px dashed #292120;
}
/* Products */
.open-zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}

.open-zoom:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 18px;
  right: 20px;
  background: url(../img/icon-zoom.png) no-repeat;
}

.mobile-zoom {
  width: 100vw;
  position: fixed;
  -webkit-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  top: 50vh;
  left: 50vw;
  z-index: 998;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-origin: left top;
}

.mobile-zoom img {
  max-width: none;
}

.mobile-zoom .img {
  overflow: auto;
  max-width: 100vw;
  max-height: 100vh;
}

.mobile-zoom .close-zoom {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 70%;
  width: 100px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  margin-left: -45px;
}

.zoom-active {
  overflow: hidden;
  position: fixed;
}

.zoom-active:after {
  content: '';
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
}

.zoom-active .mobile-zoom {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.product-categories a{
  text-decoration: none;
}
.product-categories .slide-thumb {
  padding: 0 50px 18px;
  text-align: center;
}
.product-categories .slide-thumb.fully-cooked-chicken-range{
  padding: 0 35px 18px;
}
.product-categories .slide-thumb-pic {
  cursor: pointer;
  min-height: 33px;
  margin-bottom: 5px;
}
.product-categories .slide-thumb-pic img {
  margin: 0 auto;
  opacity: 0.5;
  width: auto;
}
.product-categories .slide-thumb p {
  color: rgba(35, 31, 32, 0.5);
  cursor: pointer;
  font-family: 'TimeoutSans-Regular';
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.product-categories .flex-active-slide .slide-thumb {
  background: url(../img/line-red-02.png) no-repeat center bottom transparent;
  background-size: 129px 13px;
}
.product-categories .flex-active-slide .slide-thumb-pic img {
  opacity: 1;
}
.product-categories .flex-active-slide .slide-thumb p {
  color: rgba(35, 31, 32, 1);
}

.product-category-info{
  font-family: 'BrandingSF-Medium';
  font-size: 18px;
  line-height: 26px;
}
.product-category-info .list-feature ul{
  border-left: 2px dashed rgba(0, 0, 0, 0.25);
  border-right: 2px dashed rgba(0, 0, 0, 0.25);
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 10px;
  clear: both;
}
.product-category-info .list-feature ul li{
  width: 100%;  
  float: none;
  font-family: 'TimeoutSans-Regular';
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 13px;
  display: flex;
/*  background: url('../img/line-dashed-horizontal.png') repeat-x;
  background-position: left bottom;*/
  align-items: center;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;  
}
.product-category-info .list-feature ul li:last-child{
  padding-top: 7px;
  padding-bottom: 10px;
  background: transparent;
  border: 0;
}
.product-category-info .list-feature ul li img{
  width: 30px !important;
  height: auto;
  margin: auto 10px;
}
.product-sub-category-title{
  display: flex;
  align-items: center;
}
.product-sub-category-title img{
  margin-left: 10px;
}
.product-list{
  margin-top: 20px;
  margin-bottom: 50px;
}
.product-list .block-item img{
  max-height: 170px;
}
.tips-list .col-md-3.content-tips:nth-child(4n+1),
.product-list .col-md-3.product-item-outer:nth-child(4n+1){
  clear: left;
}
.list-vendors li {
   padding: 5px !important;
   width: 50%;
   float: left;
}
 .list-vendors .inner {
   border: 1px solid #e0e0e0;
   padding: 9px;
}
 .list-vendors .logo {
   height: 120px;
   position: relative;
   display: flex;
}
 .list-vendors .logo img{
  margin: auto;
  max-width: 100%;
 }
.border-0{
  border: 0;
}
.close-btn{
  width: 44px;
  height: 44px;
  background: url('../img/close-btn.png') no-repeat;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-header{
  position: relative;
}
.zoomWrapper {
  position: relative;
  margin: 0 auto;
}
/*-- text utilities --*/
.text-secondary{
  color: #d22328;
}
.text-left {
  text-align: left !important;
} 
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
#newsletterModal{}
#newsletterModal .modal-dialog .modal-content{
  border: 0;
  background: url('../img/newsletter-bg.png') center center no-repeat;
  min-height: 300px;
  background-size: cover;
}
#newsletterModal .modal-dialog .modal-content .modal-body{
  padding: 0;
}
.newsletter-form-wrap{
  display: flex;
  height: 100%;
  min-height: 300px;  
}
.newsletter-form-left{
  position: relative;
  width: 45%;
}
.newsletter-form-left img{
  max-width: 98%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsletter-form-right{
  position: relative;
  padding-right: 50px;
  width: 55%;
}
.newsletter-form-right .close-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('../img/newsletter-close.png') center center no-repeat;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.newsletter-form-right .close-btn:hover,
.newsletter-form-right .close-btn:focus{
  outline: none;
}
.newsletter-form-right .form-group{
  margin-bottom: 10px;
}
.newsletter-form-right .control-label{
  padding: 0;
}
.newsletter-form-right .form-control{
  height: 27px;
  border: 0;
}
.newsletter-form-right img{
  max-width: 100%;
  height: auto;
}
.btn-newsletter-submit{
  border-radius: 9px;
  background: url('../img/newsletter-subscribe.png') center center no-repeat;
  background-color: rgb(210, 35, 42);
  box-shadow: 6px 6px 0px 0px rgba(168, 52, 1, 0.44);
  width: 143px;
  height: 42px;
  z-index: 13;
}
.btn-newsletter-submit:hover,
.btn-newsletter-submit:active,
.btn-newsletter-submit:active:focus,
.btn-newsletter-submit:focus{
  outline: none;
  background: url('../img/newsletter-subscribe.png') center center no-repeat;
  background-color: #ad0007;
  box-shadow: 6px 6px 0px 0px rgba(168, 52, 1, 0.44);
}
.modal-centered{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and ( max-width: 767px ) {
  .newsletter-form-left{
    display: none;
  }
  .newsletter-form-right{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .newsletter-form-right .close-btn{
    top: 5px;
    right: 5px;
  }
}
@media (min-width: 768px) {
  .list-vendors li{
    width: 33.33%;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .product-category-info .list-feature ul{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}