

/********end new site FR ********/

@font-face {
    font-family: 'Gotham HTF Book';
    src: url('fonts/GothamHTF-Book.eot');
    src: url('fonts/GothamHTF-Book.eot?#iefix') format('embedded-opentype'), url('fonts/GothamHTF-Book.woff2') format('woff2'), url('fonts/GothamHTF-Book.woff') format('woff'), url('fonts/GothamHTF-Book.ttf') format('truetype'), url('fonts/GothamHTF-Book.otf') format('opentype'), url('fonts/GothamHTF-Book.svg#GothamHTF-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham HTF Light';
    src: url('fonts/gotham-thin-regular.eot');
    src: url('fonts/gotham-thin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-thin-regular.woff2') format('woff2'), url('fonts/gotham-thin-regular.woff') format('woff'), url('fonts/gotham-thin-regular.ttf#GothamHTF-Light') format('ttf');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham HTF Medium';
    src: url('fonts/GothamHTF-Medium.eot');
    src: url('fonts/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamHTF-Medium.woff2') format('woff2'), url('fonts/GothamHTF-Medium.woff') format('woff'), url('fonts/GothamHTF-Medium.ttf') format('truetype'), url('fonts/GothamHTF-Medium.otf') format('opentype'), url('fonts/GothamHTF-Medium.svg#GothamHTF-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
    font-display: swap;
}
@font-face {
  font-family: 'GreatVibes-Regular';
  src: url('fonts/GreatVibes-Regular.eot');
  src: url('fonts/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/GreatVibes-Regular.svg#GreatVibes-Regular') format('svg'),
       url('fonts/GreatVibes-Regular.ttf') format('truetype'),
       url('fonts/GreatVibes-Regular.woff') format('woff'),
       url('fonts/GreatVibes-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
} 



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(boxsizing.htc);
}
* {
    -webkit-font-smoothing: auto!important;
}
a {
	text-decoration: none;
	color: #000;
}
img{
    max-width: 100%;
}
body{
	overflow-x:hidden;	
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
.container {
	max-width: 1240px;
	margin: 0 auto;
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after, .row:after, .col:after, .clr:after, .group:after {
	content: "";
	display: table;
	clear: both;
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row {
	padding-bottom: 0em;
	margin: 0 -10px;
}

/* DEFAULT COLUMN STYLES */
.col {
	display: block;
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-bottom:20px;
}

.slick-slider .item{
    float: left;
}
.slick-slider{
    overflow: hidden;
    position: relative;
}
.slick-slider:after   {
    content:"";
    clear: both;
    display: block;
}
.slick-slider img{
    display: block;
}
.slick-slider button{
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    z-index: 9;
}
.slick-slider button.slick-prev{
    left: 10px;
} 
.slick-slider button.slick-next{
    right: 10px;
} 
header { 
    padding: 0px 0;
    background: #fff;
    margin-bottom: 0px;
}
/* .menu li ul{
    display: none;
} */

nav#mainMenu ul li {
    font-size: 14px;
    display: inline-block;
}
nav#mainMenu ul li a{
    display: block;
    padding: 10px;
}
header .col{
    margin-bottom: 0;
}
nav#mainMenu ul {
    text-align: center;
}
header h1 {
    font-size: 24px;
    line-height: 37px;
}
.accordian li i {
    float: right;
    font-size: 14px;
    line-height: 21px;
    display: block;
}
.accordian li {
    border: 1px solid #e0e0e0;
    border-bottom: 0;
}
.accordianContent, .tabContent {
    display: none;
        padding: 10px;
}
.accordian li h3 {
    padding: 5px 10px;
    cursor: pointer;
}
.accordian li:last-child{
    border-bottom: 1px solid #e0e0e0;
}
.tab{
    position: relative;
}
.tab ul li {
    display: inline-block;
}
.tab ul li span{
    border-bottom: 0;
}
.tabContent {
    left: 0;
    border: 1px solid #e0e0e0;
    width: 100%;
    z-index: 9;
    margin-top: -1px;

}
.tab ul li.active span {
    border: 1px solid #000;
    border-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 91;
}

.tabContent.active {
    border: 1px solid;
}
.tab ul li span{
    border-bottom: 0;
    cursor: pointer;
    padding: 10px;
    display: block;
}
ul.socialIcons li {
    display: inline-block;
    max-width: 24px;
    margin-right: 10px;
}
footer{
    background: #ccc;
}
footer .container{
    padding: 0px 20px;
}
footer h3{
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 10px;
        text-align: center;
}
footer ul, footer ul li{
        text-align: center;
}
footer li a{
    color: #666;
    padding: 5px 0;
    display: block;
    text-align: center;
}
footer li:hover a{
    color: #fff;
}
.copyright {
    background: #e0e0e0;
    color: #444;
    font-size: 12px;
}
.copyright p{
text-align: center;
}
.copyright p a{
    text-decoration: underline;
}


#nav-icon3{
  width: 25px;
  height: 25px;
  position: relative;
  margin:6px 0px 0 0px;
  /*margin: 6px auto 0;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float:left;
    display: none;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
    color: #fff;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) { 
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile{
    display: none;
}
.mobileMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
    background: #fffde9;
    padding: 40px 0;
    display: none;
}
.mobile ul {
    padding: 0;
} 

.mobileMenu ul li {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.mobileMenu ul li a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Gotham HTF Book';
}
.wrapper{
    margin-left: 0;
    overflow-x: hidden;
    position: relative;
    z-index: 99;
    background: #fff;
}
.plusMinus {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}
.plusMinus:before {
    float: right;
    margin-right: 15px;
    margin-top: 13px;
}
.mobileMenu ul li{
    position: relative;
}
.youTubeVideo{
    position: relative;
}

.customcoverImage{
    position: absolute;
    top: 0;
    left: 10px;
}
button#pause-button {
    position: absolute;
    top: 50px;
    right: 50px;
    display: none;
}
header.fixed {
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}
.wrapper.fixed {
    padding-top: 78px;
}

.sliderforslide .slick-slider button.slick-prev {
    left: -30px;
    transform: rotate(180deg);
    opacity: 1;
} 

.sliderforslide .slick-prev:before, .slick-next:before {
    content: "";
    position: absolute;
    left: 17px;
    z-index: 11;
    display: block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(133deg);
}


.topheader{
    background: #644c1b;
}
 
.container-fluid {
    
    max-width: 1240px;
    margin: auto;
}


ul.topRightLinksContainer li {
    display: inline-block;
    padding: 0 0px;
    margin-bottom: 0;
    vertical-align: middle; 
    padding-right: 16px;
    vertical-align: sub;
}
ul.topRightLinksContainer li img {
    width: 17px;
    height: auto;
    vertical-align: text-bottom;
}
.logo img {
    width: 162px;
    height: auto;
    vertical-align: bottom;
}
.forindaticker p {
    color: #fff;
    font-family: 'Gotham HTF Book';
    font-size: 14px;
    padding: 5px 0;
    letter-spacing: 0.5px;
    text-align: center;
}
.topheader {
    background: #644c1b;
    padding: 10px 0px;
}

.navmenu{
    background: #fffde9;
}
nav#mainMenu ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 12px;
    color: #575757; 
    text-transform: uppercase;
    font-family: 'Gotham HTF Book';
}

ul.topRightLinksContainer {
    float: right;
    padding-left: 0;
}
.blog-section h1, .blog-single h1{
    text-align: center;
    color: #634b1b;
    font-size: 38px;
    margin: 50px 45px;
    /*font-family: operetta-18,serif;*/
    font-weight: 200;
    font-style: normal;
    font-family: inherit;
    -webkit-font-smoothing: antialiased !important;
}
blog-single h1{
    font-size: 33px;
}

.banner-content h2, .blog-single h2 {
    text-align: center;
    color: #ffff;
    font-size: 38px; 
    margin-bottom: 25px;
    
   /*font-family: 'GreatVibes-Regular';
    font-family: 'PlayfairDisplay-Italic';*/
    font-family: inherit;
    font-weight: 200;
    font-style: normal;
    -webkit-font-smoothing: antialiased !important;
}
.banner-content .btn {
    text-align: center;
}
.blog-single h2{ 
    font-family: 'GreatVibes-Regular';
    font-family: 'PlayfairDisplay-Italic';
    text-align: center;
    font-size: 36px;
    line-height: 32px;
    color: #634b1b;  
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 200;
    letter-spacing: 0.0em;
    
}
.blog-single p {
    font-size: 18px;
    /*font-family: 'Gotham HTF Book';*/
    font-family: 'Gotham HTF Book';
    line-height: 26px;
    color: #000;
    text-align: center;
    letter-spacing: 0;
    margin-top: 15px;
}
.blog-single .banner_media {
    margin: 30px 0px;
}

.btn a.buttonprimary{
    border: 1px solid #fff;
    font-family: 'Gotham HTF Book';
     color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 164px;
    height: 42px;
    display: inline-block;
    font-size: 13px;
    line-height: 42px;
    letter-spacing: .1em;
}

.btn a.buttonprimary:hover{
    border: 1px solid #fd8204;
    background: #fd8204;
    color: #fff;
    transition: background-color .5s linear;
}
.blogImg-info a:hover{
    color: #fd8204;
} 
.banner_media{
    position: relative;
}
.banner_media{
    position: relative;
}
.banner-content {
    position: absolute; 
    bottom: 5%;
    width: 100%;
    left: 0%; 
}

.blogImg-info{
    padding: 0 10px;
}
.blogImg-info h2 {
    font-family: 'Gotham HTF Book';
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 22px;
    margin-bottom: 10px;
}
 
.blogImg-info p, .blogImg-info p a.link {
    font-size: 14px;
    font-family: 'Gotham HTF Book';
    line-height: 26px;
    color: #000;
    text-align: left;
}

.link {
    transition: color .2s ease-in-out,opacity .2s ease-in-out;
    position: relative;
    display: inline-block;
}
.link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: currentColor;
    transform: scale(1,1);
    transform-origin: left center;
    transition: transform .2s ease-in-out;
}
.link:active, .link:hover {
    outline: 0;
}
section.blog-coll {
    margin: 40px 0px;
} 
section.blog-coll .row {
    margin: 0 -25px;
}
section.blog-coll .col {
    padding: 0 25px;
    margin-bottom: 60px;
        
}
.banner_media, .blogImg {
    overflow: hidden;
    position: relative;
}
.banner_media img, .blogImg img {
    transition: transform 3s;
    -ms-transition: -ms-transform 3s;
    -webkit-transition: -webkit-transform 3s;
    -moz-transition: -moz-transform 3s;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    display: block;
}
.banner_media img:hover, .blogImg img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    cursor: pointer;
}

.blogImg-info p a.link:hover, .blogImg-info p a.link:hover::before{
    color: #fd8204;
}
.footer-bottom {
    background: #644c1b !important;
    position: relative;
    padding: 40px 0;
}
.footer-bottom .row.displayTable {
    width: 100%;
    display: table;
}
.row.displayTable .col.tableCell {
    display: table-cell;
    float: none;
    vertical-align: top;
    border-right: 1px solid #ccc4c0;
}
 .shopbycat-list {
    margin: 43px 0 25px;
    padding: 0 25px;
}
.shopbycat-list h6 {
    font-family: 'Gotham HTF Medium';
    -webkit-font-smoothing: antialiased !important;
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 20px;
}
.shopbycat-list * {
    text-align: center !important;
}
.shopbycat-list ul li {
    display: block;
        text-transform: uppercase;
    color: #fff !important;
    line-height: 1.8;
    text-decoration: none;
    font-size: 13px;
    margin-bottom:0px;
}
.shopbycat-list ul li a{
    color: #fff !important;
    display: block;
    font-family: 'Gotham HTF Book';
    font-size: 13px;
    line-height: 1;
    padding: 8px 5px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.socialIcons-list h6 {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Gotham HTF Medium';
    -webkit-font-smoothing: antialiased !important;
}
.socialIcons-list ul {
    text-align: center;
        margin-top: 0;
    margin-bottom: 10px;
}
.socialIcons-list li {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    opacity: 1;
    margin-right: 10px;
    color: #fff;
    margin-bottom: 0;
}
.socialIcons-list li img {
    width: 30px;
}
.footer-bottom .subscribewraps p {
    font-size: 12px;
    text-transform: inherit;
    margin-bottom: 10px;
}
.we-accept img {
    padding: 0;
    margin: 0 2px;
    max-width: 250px;
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
}
span.blod {
    font-weight: normal;
}
section.blog-single {
    margin-bottom: 30px;
}
a{
    text-decoration: none !important;
}
.shopbycat-list p {
    margin-bottom: 30px;
    font-weight: 400; 
    font-family: 'Gotham HTF Book';}
.shopbycat-list p {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    font-size: 13px;
}
.shopbycat-list .block.newsletter input {
    border: 1px solid #fff;
    background: 0 0;
    width: 60%;
    height: auto;
    padding: 8px 10px 8px;
    vertical-align: top;
    text-transform: none;
    display: inline;
    margin-top: 0;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Gotham HTF Book';
    font-size: 12px;
    outline: none;
}
.shopbycat-list .block.newsletter .action.subscribe {
    color: #000;
    background: #fff;
    font-size: 11px;
    font-family: 'Gotham HTF Book';
    height: auto;
    line-height: 1.2;
    padding: 10px;
    border-radius: 0;
    border: none;
    font-weight: 500;
    margin-left: 8px;
    text-transform: uppercase;
        font-family: 'Gotham HTF Book';
}
.shopbycat-list .block.newsletter {
    margin-left: 0;
    width: 100%;
    margin-bottom: 25px;
}
.shopbycat-list .block.newsletter .action.subscribe:hover {
    color: #fff;
    background: #fd8204;
}
.shopbycat-list .block.newsletter input::placeholder{
    color: #f1f1f1;
}
/* .shopbycat-list ul li a:hover, nav#mainMenu ul li a:hover {
    color: #fd8204 !important;
} */

.row.displayTable .col.tableCell:last-child {
    border-right: 0px !important;
}
.blogImg-title h2 {
    text-align: center;
    color: #634b1b;
    font-size: 24px;
    letter-spacing: 0em;
    /*font-family: 'GreatVibes-Regular';
    font-family: 'PlayfairDisplay-Italic';*/
    font-family: inherit;
    font-weight: 200;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased !important;
}

.blogImg-title p {
    font-size: 17px;
    /*font-family: 'Gotham HTF Book';*/
    font-family: 'Gotham HTF Book';
    line-height: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.blog-single .container, .product_Post_wrapped .container{
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.product_Post_wrapped{
    margin-bottom: 25px;
}
.product_Post_wrapped .row{
    margin: 0px -30px;
    
}
.product_Post_wrapped .col{
    padding: 0px 30px;
    
}

.product_Post_wrapped .row{ 
    display: flex;
    align-items: center;
}

.product_Post_wrapped .col.span_6.blogTowImg {
    padding: 0 0px;
}
.product_Post_wrapped .row.d-block {
    display: block;
}
.t-20 {
    margin-top: 22px;
}
.mob_display{
    display: none;
}
.blogImg img{
    display: block;
    width: 100%;
}

@media only screen and (min-width : 768px) {
	.span_1 {
		width: 8.33333333333%;
	}
	.span_2 {
		width: 16.6666666667%;
	}
	.span_3 {
		width: 25%;
	}
	.span_4 {
		width: 33.3333333333%;
	}
	.span_5 {
		width: 41.6666666667%;
	}
	.span_6 {
		width: 50%;
	}
	.span_7 {
		width: 58.3333333333%;
	}
	.span_8 {
		width: 66.6666666667%;
	}
	.span_9 {
		width: 75%;
	}
	.span_10 {
		width: 83.3333333333%;
	}
	.span_11 {
		width: 91.6666666667%;
	}
	.span_12 {
		width: 100%;
	}

}





/*first media query 1px less than container width*/
/*it is for greater than 1023px*/
@media only screen and (max-width:1159px){
	.container {
		max-width: 100%;
		margin: 0 auto;
		padding:0 20px;
	}
    
}


/*it is for greater than 768px and less than 1023px*/
@media only screen and (max-width:1023px){
	div#nav-icon3{
        display: block;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    header .col {
        width: 100%;
        text-align: center;
        float: none;
    }
    header h1{
        text-align: center;
        padding-bottom: 10px;
    }
}


@media only screen and (max-width:1024px){
.blog-section h1, .blog-single h1{
    font-size: 34px;
    margin: 40px 40px;
}  
.banner-content h2, .blog-single h2 {
    font-size: 28px;
}
a.logo.test {
    padding-left: 15px;
}
    
}
 
@media only screen and (max-width:768px){
.footer-bottom .row.displayTable .col.tableCell:nth-child(2n+1) {
    clear: both;
}
.footer-bottom .row.displayTable .col.tableCell {
    border-right: 0;
    display: block;
    text-align: center;
    width: 50%;
    float: left;
}
    
.topheader .container{
    width: 100%;
}    


.forindaticker p {
    color: #000; 
    font-size: 11px;
    padding: 10px 0;
    letter-spacing: 0.5px; 
} 
header {
    background: #fffde9;
}  
.logo img {
    width: 140px;
    height: auto; 
} 
header .col.span_3 {
    float: left;
    width: 50%;
} 
ul.topRightLinksContainer li img{
    width: 15px;
}
ul.topRightLinksContainer li{
        padding-right: 10px;
}   
a.logo {
    max-width: calc(100% - 35px);
    margin: 0 0 0 65px;
}
#nav-icon3{
   top: -35px;
} 
#nav-icon3 span{
    height: 1px;
}  
.navmenu{
    position: relative;
    background: transparent;
}      
.navmenu .container { 

position: absolute;
top: 1px;
}
.row.displayTable .col.tableCell { 
    border-right: 0;
    margin-bottom: 0px;
    display: block;
} 
.shopbycat-list {
    margin: 0px 0 25px;
    padding: 0 0px;
}   
.shopbycat-list h6{
        font-size: 18px;
    margin-bottom: 14px;
}  
.shopbycat-list ul li a{
    font-size: 11px;
    line-height: 1;
    padding: 7px 5px;
}  
.shopbycat-list ul li{
    line-height: 1;
}
.shopbycat-list p {
    margin-bottom: 20px;
}   
.shopbycat-list p { 
    line-height: 1.4; 
    font-size: 12px;
}
.footer-bottom { 
    padding: 40px 0 20px;
}   
.banner-content { 
    width: 99%; 
}
a.logo {
    max-width: calc(100% - 35px);
    margin: 0 0 0 0px;
}   
a.logo.test {
    padding-left: 0;
}   
.mob_display{
    display: block;
}  
.desk-dispaly{
        display: none;
    } 
.product_Post_wrapped {
    margin-bottom: 50px;
}  
.product_Post_wrapped .row {
    display: flex;
    flex-direction: column;
    width: 100%;
        margin: 0;
}
.product_Post_wrapped .col-order {
    order: -2;
}
.product_Post_wrapped .col {
    padding: 0px 0px;
    width: 100%;
}  
header .col.span_3:first-child {
    width: 38%;
}
header .col.span_3 { 
    width: 61%;
}    
.blogImg-title h2{
        margin-top: 25px;
}   
    
}



@media only screen and (max-width:767px){
.col.span_6.desk-dispaly {
    display: none;
}
.blogImg-title h2 {
    margin-top: 0;
}    
header .col.span_3:first-child {
    width: 50%;
}
header .col.span_3 { 
    width: 50%;
} 
a.logo {
    max-width: calc(100% - 35px);
    margin: 0 0 0 65px;
}   
.col {
    display: block;
    float: none;
}     
.blog-section h1, .blog-single h1{
    font-size: 32px;
    margin: 30px 0px;
}
.blog-single h2{
    font-size: 24px;
    line-height: 26px; 
}   
.blog-single p{
    font-size: 14px;
    line-height: 25px;
}   
.blogImg-title p {
    font-size: 14px; 
    line-height: 25px;
}  
   
.product_Post_wrapped .row{
    display: flex; 
    flex-direction: column;
    width: 100%;
}  
.product_Post_wrapped .col-order {
    order: -2;
}  
    .product_Post_wrapped .col{
        width: 100%;
    }
    .product_Post_wrapped .row{
        margin: 0px 0px;
    }
    .product_Post_wrapped .col{
        padding: 0px 0px;
    }
    
.banner-content {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0%;
}    
.banner-content h2{
    font-size: 21px;
    margin-top: 20px;
    color: #000;
} 
.blogImg-title h2{
     font-size: 24px;
    line-height: 28px;
}    
.btn a.buttonprimary{
    border: 1px solid #000; 
    color: #000;
    width: 152px;
    height: 38px;
    line-height: 36px;
    letter-spacing: .05em;
}
.product_Post_wrapped {
    margin-bottom: 25px;
}
section.blog-coll {
    margin: 30px 0px;
} 
.blogImg-info p, .blogImg-info p a.link {
    font-size: 13px; 
    line-height: 24px; 
}
.blogImg-info {
    padding: 0 0px;
}
section.blog-coll .col {
    padding: 0 25px;
    margin-bottom: 45px;
} 
.footer-bottom .row.displayTable .col.tableCell { 
    width: 100%; 
}  
.footer-bottom .row.displayTable {
    width: 100%;
    display: block;
    margin: 0;
}   
    
    
}



/*it is for greater than 320px and less than 567px*/
@media only screen and (max-width:567px){
	
}



@media only screen and (max-width:1023px){
    col
}


.navmenu .row {
    display: flex;
    align-items: center;
}
.dropdown-nav .row {
    align-items: start;
}
.navmenu{
    position: relative;
}
.dropdown-nav {
    position: absolute;
    width: 100%;
    background: #fffde9 !important;
    left: 0px;
    top: 39px;
    border-top: 1px solid #d1d1d1;
    display: none;
    box-shadow: 0 5px 5px rgb(0 0 0 / 19%);
    padding: 17px calc((100% - 1280px)/2);
    transition: all .3s ease-in-out;
    z-index: 1;
}
nav#mainMenu ul li:hover .dropdown-nav {
    display: block;
}
.dropdown-nav .col-list {
    width: calc(100%/6);
    float: left;
    display: block;
    padding: 0 10px;
}
.submain-nav-content ul.sub-nav li.sub-nav-content {
    display: block !important;
}
.submain-nav-content ul.sub-nav li.sub-nav-content a {
    padding: 4px 10px !important;
    text-transform: capitalize !important;
    letter-spacing: .02em;
}
.submain-nav-content p {
    font-size: 12px;
    letter-spacing: .02em;
    font-weight: 600;
    font-family: 'Gotham HTF Medium';
    padding-left: 10px;
    padding-bottom: 7px;
    color: #060606;
    text-align: start !important;
}
.dropdown_nav {
    padding: 10px calc((100% - 600px)/2);
}
.dropdown-nav .col-list1 {
    display: block;
    width: calc(100%/3);
    float: left;
    padding: 0 10px;
}
.dropdownnav {
    padding: 17px calc((100% - 600px)/3);
}
.dropdown-nav .col-list2 {
    display: block;
    float: left;
    width: calc(100%/4);
    padding: 0 10px;
}
.dropdown_nav1 {
    padding: 20px calc((100% - 600px)/2);
}
.discover-content ul.sub-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdownnav1 {
    padding: 9px calc((100% - 1200px)/3);
}
.discover-content li.sub-nav-content a {
    text-transform: uppercase !important;
    font-weight: bold;
    color: #000 !important;
    font-family: 'Gotham HTF Medium';
}
nav#mainMenu ul li a.Raas-cont {
    color: #fd8204;
}
.submain-nav-content ul.sub-nav li.sub-nav-content a:hover {
    color: #fd8204 !important;
}
 nav#mainMenu ul li:hover > a {
    color: #fd8204;
} 
ul.topRightLinksContainer li img.visible_onEach {
    max-width: 16px !important;
    cursor: pointer;
}
nav#mainMenu ul li .dropdown-nav {
    display: none;
}

@media only screen and (max-width:1023px){


.dropdown-nav{
    position: static;
}
.dropdown-nav .col-list{
    display: block;
}
i.fa.plusMinus.fa-plus:after {
     font-size: 11px;
    right: 10px;
    top: 12px;
    position: absolute;
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    content: "\254B";
}

.dropdown-nav .col-list , .dropdown-nav .col-list1 , .dropdown-nav .col-list2{
    width: 100%;
}
ul.sub-nav li{
        margin-top: 5px;   
         margin-bottom: 5px;
}
i.fa.plusMinus.fa-minus:after{
    content: "\2015";
    position: absolute;
     right: 10px;
     font-size: 11px;
     top: 12px;

}

ul.sub-nav li{
    border: none;
}
.dropdown-nav{
    box-shadow: none;
    padding-left: 15px;
}
.mobileMenu{
    overflow-y: auto;
}
.plusMinus{
    height: 30px;
}
.discover-content ul.sub-nav{
    display: block;
}

.mobileMenu ul li a{
    padding: 11px 20px;

}
.mobileMenu{
    top: 77px;
}
header{
    position: fixed;
    left: 0px;
    width: 100%;
    right: 0px;
    z-index: 99;
}
.discover-content li.sub-nav-content a{
    padding-top: 5px;
    padding-bottom: 5px
}
.dropdown-nav .row{
    padding-top: 20px;
    padding-bottom: 20px;
}
.dropdown-nav{
    padding-top: 0px;
    padding-bottom: 0px;
}
}

.search-full {
    position: fixed;
    width: 100%;
    left: 0;
    top: 39px;
    background: #fffde9;
    z-index: 999;
    display: block;
    min-height: 300px;
    transition: all .5s ease-in-out;
}
.containersearch {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
}
.search-main-logo {
    display: inline-block;
    max-width: 180px;
    width: 180px;
    padding-top: 0;
    float: left;
}
.search-main-logo img {
    max-width: 125px;
    margin-left: 0;
    display: block;
}
.search-full .search-main-cross {
    position: absolute;
    right: 60px;
    top: 30px;
    z-index: 9;
    display: block;
}
.search-main-cross img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.search-full .container {
    position: relative;
}
.search-full .block-search {
    float: none;
    width: auto;
    text-align: center;
    margin-top: 20px;
}
.block-search .block-title {
    display: none;
}
.block, .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child), .block-banners, .block-banners-inline {
    margin-bottom: 0;
}
.block-title strong {
    font-family: 'Gotham HTF Medium';
    text-transform: uppercase;
    font-size: 14px;
}
.block-search .block-content {
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto;
}
.field.search {
    position: relative;
}
.block-search .label {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
}
.block-search .label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 33px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.block-search .label>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.block-search .control {
    padding: 0;
    border: none;
}
.block-search .control {
    border-top: 1px solid #d1d1d1;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px;
}
.block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
}
.page-layout-home .block-search .control input#search {
    color: #000;
}
.search-full .block-search .control input#search {
    width: 100%;
    max-width: 510px;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    padding: 10px;
    position: static;
    letter-spacing: 0px !important;
    color: #5c6670;
    font-size: 20px;
    font-family: 'Gotham HTF Book';
    padding-left: 0;
    padding-right: 0;
}
.block-search .control input#search {
    width: 0;
    background: 0 0;
    color: #000;
    border: none;
    padding: 3px 0;
    transition: all .5s ease-in-out;
    max-height: 30px;
    margin: 0;
    top: 8px;
    right: 5px;
    position: absolute;
    left: auto;
}
.block-search input{
    margin: 0;
    padding-right: 35px;
    position: static;
}
textarea#comment, input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email]{
    border: 1px solid #bcbcbc;
    border-radius: 0;
    font-size: 12px;
    height: 35px;
    padding: 2px 10px 2px 5px;
    display: block;
    font-family: 'Gotham HTF Book';
    text-transform: none;
    background: #fff;
    margin: 5px 0;
}
.block-search input {
    left: -300%;
    margin: 15px 0;
    position: absolute;
}
input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
div#search_autocomplete {
    left: -95px;
    top: 30px;
}
.search-autocomplete{
    margin-top: 0;
}
.search-autocomplete {
    display: none;
}
.search-autocomplete {
    display: none;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}
.search-full .block.block-search form#search_mini_form .actions {
    margin-top: 0;
}
.block.block-search form#search_mini_form .actions {
    height: 30px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.search-full .block.block-search form#search_mini_form .actions .action.search {
    top: -60px;
    left: 67.3%;
}
.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}
.search-full .block-search .action.search {
    right: 1px;
}
.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
}
.block-search .action.search {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.block-search .action.search {
    padding: 0;
    padding-top: 0;
}
.block-search .action.search {
    display: block;
}
button.disabled, button[disabled], fieldset[disabled] button, .cart.table-wrapper .actions-toolbar>.action.disabled, .cart.table-wrapper .actions-toolbar>.action[disabled], fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action, .action-gift.disabled, .action-gift[disabled], fieldset[disabled] .action-gift {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}
button {
    box-shadow: none !important;
}
button, a.action.primary, .cart.table-wrapper .actions-toolbar>.action, .action-gift {
    border-radius: 3px;
}
button, .cart.table-wrapper .actions-toolbar>.action, .action-gift {
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.block-search .action.search:before {
    color: #000;
    font-weight: 400;
}
input#search:focus {
    outline: none;
}

.search-full .block-search .action.search:before {
    color: #000;
    font-weight: 400;
    content: "";
    background-image: url(https://www.frontierraas.com/pub/media/wysiwyg/arrow-right-3-mar-2022.svg);
    color: #000;
    width: 25px;
    margin-right: 0;
    margin-top: 0;
    background-size: 100% 100%;
    display: inline-block;
    height: 15px;
    position: relative;
    vertical-align: baseline;
}
.block-search .action.search>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.block-search .block-content .minisearch:after {
    content: '';
    display: block;
    clear: both;
}
.staticSearchKeyWord {
    padding-bottom: 25px;
}
.staticSearchKeyWord h5 {
    color: #575757;
    font-size: 14px;
    font-family: 'Gotham HTF Book';
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
}
.staticSearchKeyWord ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.staticSearchKeyWord ul li {
    color: #575757;
    font-size: 14px;
    font-family: 'Gotham HTF Book';
    margin: 20px 30px 0;
}
.staticSearchKeyWord ul li a {
    color: #575757;
    cursor: pointer;
    text-decoration: none;
}
.innertopbarlist a {
    margin-bottom: 0;
    margin-top: 0;
}
.block-search{
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
    }
    html .searchsuite-autocomplete .title {
        padding: 10px;
        margin-bottom: 0;
        background: #fffde9;
        color: #575757;
        font-size: 14px;
        font-family: 'Gotham HTF Medium';
        letter-spacing: 1px;
        text-align: center;
    }
    .searchsuite-autocomplete .title {
        padding: 10px;
        margin-bottom: 5px;
        background: #f0f0f0;
        color: #575757;
    }
    .block .title {
        margin-bottom: 0;
    }
    .block .title {
        margin-bottom: 10px;
    }
    .searchsuite-autocomplete .suggest {
        color: #3c3c3c;
    }
    .searchsuite-autocomplete .suggest, .searchsuite-autocomplete .product {
        margin: 0;
    }
    .searchsuite-autocomplete ul#suggest {
        margin: 20px auto 0px;
        width: 100%;
        text-align: center;
    }
    html .searchsuite-autocomplete ul {
        padding: 0 10px;
        margin-bottom: 0;
        list-style-type: none;
        background: #fffde9;
    }
    .searchsuite-autocomplete ul {
        padding: 0 10px;
        margin-bottom: 0;
        list-style-type: none;
    }
    html .searchsuite-autocomplete .product .title {
        text-align: left;
    }
    html .searchsuite-autocomplete .title {
        padding: 10px;
        margin-bottom: 0;
        background: #fffde9;
        color: #575757;
        font-size: 14px;
        font-family: 'Gotham HTF Medium';
        letter-spacing: 1px;
        text-align: center;
    }
    .searchsuite-autocomplete .title {
        padding: 10px;
        margin-bottom: 5px;
        background: #f0f0f0;
        color: #575757;
    }
    .block .title {
        margin-bottom: 0;
    }
    .searchsuite-autocomplete .title .see-all {
        display: inline-block;
        float: right;
        color: #909090;
        cursor: pointer;
    }
    .searchsuite-autocomplete .title .see-all {
        display: inline-block;
        float: right;
        cursor: pointer;
        color: #575757;
        font-size: 13px;
        font-family: 'Gotham HTF Medium';
        letter-spacing: 1px;
    }
    .innertopbarlist a {
        margin-bottom: 0;
        margin-top: 0;
    }
    .searchsuite-autocomplete ul {
        padding: 0 10px;
        margin-bottom: 0;
        list-style-type: none;
    }
    html .searchsuite-autocomplete ul {
        padding: 0 10px;
        margin-bottom: 0;
        list-style-type: none;
        background: #fffde9;
    }
    div#searchsuite-autocomplete .product ul#product {
        overflow-y: scroll;
        height: 335px;
    }
    .searchsuite-autocomplete .no-result {
        padding: 10px;
        background: #f0f0f0;
        color: #575757;
        text-align: center;
    }
    .searchsuite-autocomplete .no-result {
        padding: 10px;
        background: #fffde9;
        color: #575757;
        text-align: center;
    }
    .no-result span {
        font-size: 13px;
        font-family: 'Gotham HTF Book';
        color: #000;
    }


@media only screen and (max-width: 767px){
    .search-full {
        top: 75px;
        box-shadow: 1px 1px 5px rgb(0 0 0 / 18%);
        height: 70vh;
        padding: 20px;
    }
    .search-main-logo {
        display: none;
    }
    .search-full .search-main-cross {
        position: absolute;
        right: 17px;
        top: 15px;
    }
    .search-main-cross img {
        width: 30px;
        height: 30px;
        cursor: pointer;
        padding: 7px;
    }
    .containersearch:after {
        content: "";
        clear: both;
        display: table;
    }
    .topheader .container {
        padding: 0 10px;
    }
    header.page-header .logoWrapper .block.block-search {
        display: block !important;
    }
    header.page-header .block.block-search {
        display: none;
    }
    .block-search .block-content {
        margin-bottom: 0;
    }
    .block-content {
        margin-top: 0;
    }
    .block-content {
        margin-top: 20px;
    }
    form#search_mini_form {
        position: relative;
    }
    .field.search {
        margin-bottom: 0px;
    }
    .block-search .action.search span, .block-search .label {
        display: none;
    }
    .block-search .control {
        margin: 0;
    }
    .search-full .block-search .control input#search {
        font-size: 13px;
        border: 0;
        padding: 1px 0;
        border-bottom: 1px solid #000;
        max-height: 50px;
        height: 50px;
    }
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
    .search-full .block.block-search form#search_mini_form .actions {
        margin-top: 7px;
        right: 0;
    }
    .block.block-search form#search_mini_form .actions {
        position: absolute;
    }
    .block.block-search form#search_mini_form .actions {
        text-align: right;
    }
    .block-search .action.search {
        background: 0 0;
        border: 0;
        outline: none;
    }
    .block-search .action.search {
        display: inline-block;
        margin-top: 2px;
    }
    .block-search .action.search span, .block-search .label {
        display: none;
    }
    .staticSearchKeyWord {
        display: none;
    }
    .staticSearchKeyWord {
        display: block !important;
    }
    .staticSearchKeyWord h5 {
        text-align: left;
    }
    .staticSearchKeyWord ul {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .staticSearchKeyWord ul li {
        margin-left: 0;
    }
    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #8f8f8f;
        content: '\e615';
        font-family: 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute !important;
        top: 60px;
        right: 0;
    }

}

@media only screen and (max-width: 1023px){
    .topheader .container {
        padding: 0 !important;
    }
    .block-search .control {
        border: none;
    }
    .block-search .control input#search {
        top: 1px;
        color: #000;
    }
    .block.block-search form#search_mini_form .actions {
        margin-top: 0;
        top: 3px;
    }
    .block-search .action.search {
        padding: 0;
        padding-top: 0;
    }
    body.page-layout-home .page-header .block-search .action.search:before {
        color: #000;
    }
}

@media only screen and (max-width: 699px){
    header.page-header .logoWrapper .block.block-search {
        display: none;
    }
}

@media only screen and (max-width: 600px){
    .block-search .control input#search {
        right: 0;
        color: #000;
    }
    .block.block-search form#search_mini_form .actions {
        top: 3;
    }
}

@media only screen and (max-width: 768px){
    .block-search .control input#search {
        width: 215px;
        padding: 5px;
    }
    .blog-section h1, .blog-single h1 {
    font-size: 23px;
    margin: 90px 30px 0px;
}
}
.blogImg-title h4, p {
    text-align: center !important;
}
.banner_media img:hover, .blogImg img:hover {
    cursor: unset !important;
}

@media only screen and (max-width: 767px){
        .blog-section h1, .blog-single h1{
            font-size: 31px !important;
        }
        .blog-single h2{
            font-size: 28px !important;
            line-height: 33px;
        }
        .blog-section h1, .blog-single h1 {
            font-size: 25px !important;
        }
        .product_Post_wrapped .blogImg-title h4 {
            font-size: 20px !important;
            line-height: 27px;
        }
        .blog-section h1, .blog-single h1 span {
            font-size: 22px !important;
            display: block;
            text-align: center;
            margin-top: 8px;
        }
        .wrapper section.blog-section h1 {
            margin: 95px 30px 15px;
        }
    
    }

    .blog-section h1, .blog-single h1 span {
        font-size: 25px;
    }
    section.blog-coll .row {
        display: flex;
        flex-wrap: wrap;
    }
	.postid-249 strong {
    font-weight: 700;
}
.postid-249 .blogImg-title a {
    text-decoration: underline !important;
}