

/* Deals and Coupons widget */
div.deals-coupon-content {
font-size: 28px; 
font-weight: 400; 
color: #3c4043; 
margin-bottom: 24px;
padding-bottom: 40px;
}

@media screen and (min-width: 850px) {
  div.deals-coupon-content {
    font-size: calc(1.25rem + ((1vw - 7.68px) * 1.8519));
  }
}

@media screen and (min-width: 1200px) {
  div.deals-coupon-content {
    font-size: 28px;
  }
}
/* Buttons */
.deals-place-button {
width: 100%;
text-align: center;
margin-top: 15px;
padding-bottom: 40px;
}
.coupon-place-button {
width: 100%;
text-align: center;
margin-top: 15px;
padding-bottom: 40px;
}
.deals-place-button span {
display: inline-block;
background: #c051f4;
color: white;
font-size: 14px;
font-weight: 500;
padding: 8px 20px 8px 20px;
text-transform: uppercase;
text-decoration: none;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;

}

.coupon-place-button span {
display: inline-block;
background: white;
color: #c051f4;
font-size: 14px;
font-weight: 500;
padding: 8px 20px 8px 20px;
text-transform: uppercase;
text-decoration: none;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border: 1px solid #C051F3;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;

}

/* SECTION */
.deals-coupon-section-column {
    float: left;
    width: 48%;
    margin: 10px;
   }

.deals-section-column-wrapper a {
text-decoration: none;
color: white;
}
.deals-section-column-wrapper p {
text-decoration: none;
color: white;
line-height: 1.4;
padding-top: 20px;
}

.deals-section-column-wrapper:hover span {
background: white; 
color: #c051f4;
border: 1px solid #C051F3;
}

.coupon-section-column-wrapper a {
text-decoration: none;
color: white;
}
.coupon-section-column-wrapper p {
text-decoration: none;
color: white;
line-height: 1.4;
padding-top: 20px;
}

.coupon-section-column-wrapper:hover span {
background: #c051f4;
color: white;

}


.deals-box {
background: white;
border-radius: 10px;
box-shadow: 0 2px 2px 0 rgba(90,29,120,.14),0 3px 1px -2px rgba(90,29,120,.2),0 1px 5px 0 rgba(90,29,120,.12);
}

.deals-box:hover {
	box-shadow: 0px 6px 6px 0px rgba(90,29,120,0.14),0px 7px 5px -2px rgba(90,29,120,0.2),0px 1px 5px 0px rgba(90,29,120,0.12);
	top: -4px;
	transform: translateY(-4px);
	}

.deals-box:active {
		box-shadow: 0px 6px 6px 0px rgba(90,29,120,0.14),0px 7px 5px -2px rgba(90,29,120,0.2),0px 1px 5px 0px rgba(90,29,120,0.12);
		transform: translateY(4px);
	}

.coupon-box {
background: white;
border-radius: 10px;
box-shadow: 0 2px 2px 0 rgba(90,29,120,.14),0 3px 1px -2px rgba(90,29,120,.2),0 1px 5px 0 rgba(90,29,120,.12);
}
.coupon-box:hover {
	box-shadow: 0px 6px 6px 0px rgba(90,29,120,0.14),0px 7px 5px -2px rgba(90,29,120,0.2),0px 1px 5px 0px rgba(90,29,120,0.12);
	top: -4px;
	transform: translateY(-4px);
	}

.coupon-box:active {
		box-shadow: 0px 6px 6px 0px rgba(90,29,120,0.14),0px 7px 5px -2px rgba(90,29,120,0.2),0px 1px 5px 0px rgba(90,29,120,0.12);
		transform: translateY(4px);
	}

.deals-coupon-partner {
text-align: center;
}
.deals-coupon-partner img {
width: 150px;
height: 112px;
padding-bottom: 8px;
padding-top: 8px;
}



/* PHONE */
@media all and (min-width: 480px) and (max-width: 767px) {

.deals-coupon-section-column {
width: 100%;
}

.deals-section-column-wrapper .coupon-section-column-wrapper {
padding: 0px 0px 10px 0px;
}

.deals-box .coupon-box {
padding: 20px;
}

}
@media all and (max-width: 479px) {
.deals-coupon-partner img {
max-width: 100px;
padding-bottom: 0;
}

.deals-coupon-section-column {
width: 100%;
margin-top: 10px;
}

.deals-section-column-wrapper .coupon-section-column-wrapper {
padding: 0px 0px 10px 0px;
}

.deals-box .coupon-box {
padding: 20px;
}

}
/* Deals and Coupons widget  END*/


/* START TRAVEL WIDGET */

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.apd-cont *{
box-sizing:border-box;
}
.apd-cont{
	font-family: "Roboto";
	font-size: 16px;	
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}

.apd-col{
	display: inline-block;
	position: relative;
	width: 20rem;
	height: 20rem;
	margin: 0.5em;
	background-color: #f8f9fa;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	transition: all 0.3s;
}
	.apd-col:hover {
	box-shadow: 0 6px 6px 0 rgba(0,0,0,.14),0 7px 5px -2px rgba(0,0,0,.2),0 5px 9px 0 rgba(0,0,0,.12);
	top: -4px;
	transform: translateY(-4px);
	}

	.apd-col:active {
		box-shadow: 0 0 0 0 rgba(0,0,0,.14),0 0 0 0  rgba(0,0,0,.2),0 0 0 0  rgba(0,0,0,.12);
		transform: translateY(4px);
	}
.apd-img{
	text-align: center;
	padding-top: 0.5em;
}
.apd-img img{

	max-height: 50px;
	max-width: 150px;
}
.apd-text{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 1em0;
	margin-top: 1em;
	height: 50%;
	text-decoration: none;
	
}

.apd-title {
	font-weight: 900;
	font-size: 1em;
	color: #595959;
	margin-bottom: 1em;
	margin-right: 1.5em;
	margin-left:1.5em;
}

.apd-text span{
	font-weight: 500;
	font-size: .8em;
	color: #808080;
	line-height: 1.2em;

}
.apd-ctabutton-cont{
	vertical-align: top;
    margin: 0.5em 0;
}
.apd-button{
	background: #C051F3;
	padding: 0.6em;
	color: #fff !important;
	font-size: 0.875em;
	font-family: 'Roboto';
	border-width: 10px; 
	border-color: #10C4A1;
	border-radius: 25px;
	text-transform: uppercase;
	text-decoration:none;
	text-align: center;
	display: inline-block;
	
}
.apd-button:hover{
text-decoration: none !important; 
color: #C051F3 !important; 
background: white; 
border: 1px solid #C051F3;
font-family: 'Roboto', sans-serif; 
font-size: 0.875em; font-style: normal; 
font-weight: 400; 
border-radius: 25px; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px; 
text-transform: uppercase; 
border-width: 1px; 

}

@media screen and (max-width: 800px) {
	.apd-col {
	    width: 47%;
	}
}
@media screen and (max-width: 580px) {
	.apd-col {
	    width: 98%;
	}
}

/* END TRAVEL WIDGET */


/* FAST FACT RLP */
tr.facts {
       text-align: left; 
       color: #5f6368; 
       line-height: 16px;
       }       
       
            @media screen and (min-width: 768px) {
  tr.facts, td.factstext {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 0.463));
  }
}

@media screen and (min-width: 1200px) {
  tr.facts, td.factstext {
    font-size: 14px;
  }
}
        
    td.factstext {
            color: #3c4043; line-height: 16px; text-align: left; color: #3c4043; padding:10px;
        }


/* ALL SIDEBAR TITLES */
div.sidebar {
font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.sidebar {
    font-size: calc(0.875rem + ((1vw - 7.68px) * 0.463));
  }
}

@media screen and (min-width: 1200px) {
  div.sidebar {
    font-size: 16px;
  }
}

/* CATEGORY TABLE */
            @media screen and (min-width: 768px) {
  tr.textcat {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 0.9259));
  }
}

@media screen and (min-width: 1200px) {
  tr.textcat {
    font-size: 16px;
  }
}
        
        div.category {
            color: #3c4043; font-size: 28px;
        }
        
        @media screen and (min-width: 768px) {
  div.category {
    font-size: calc(1rem + ((1vw - 7.68px) * 2.7778));
  }
}

@media screen and (min-width: 1200px) {
  div.category {
    font-size: 28px;
  }
}
  
/* END CATEGORY TABLE */

/* DATE TABLE */
 div.black {
            font-size: 14px; color: #5f6368;
        }
            @media screen and (min-width: 768px) {
  div.black {
    font-size: calc(0.625rem + ((1vw - 7.68px) * 0.9259));
  }
}

@media screen and (min-width: 1200px) {
  div.black {
    font-size: 14px;
  }
}
        
        div.date {
            color: #3c4043; font-size: 28px;
        }
        
        @media screen and (min-width: 768px) {
  div.date {
    font-size: calc(1rem + ((1vw - 7.68px) * 2.7778));
  }
}

@media screen and (min-width: 1200px) {
  div.date {
    font-size: 28px;
  }
}
     
     div.dash {
         color: #dadce0; font-size: 28px;
     }  
     
      @media screen and (min-width: 768px) {
  span.dash {
    font-size: calc(1rem + ((1vw - 7.68px) * 2.7778));
  }
}

@media screen and (min-width: 1200px) {
  span.dash {
    font-size: 28px;
  }
}
/* END OF DATE TABLE */


/* H1 */
@media screen and (min-width: 768px) {
  h1 {
    font-size: calc(2rem + ((1vw - 7.68px) * 3.0093));
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 45px;
  }
}

/* TEXT HEADER HP */
@media screen and (min-width: 768px) {
  div.header {
    font-size: calc(0.875rem + ((1vw - 7.68px) * 0.463));
  }
}

@media screen and (min-width: 1200px) {
  div.header {
    font-size: 16px;
  }
}

/* TIPS TEXT HP */
div.tipstext {
text-align: center; 
font-weight: 500; 
color: #3c4043;
}
@media screen and (min-width: 768px) {
  div.tipstext {
    font-size: calc(0.875rem + ((1vw - 7.68px) * 0.463));
  }
}

@media screen and (min-width: 1200px) {
  div.tipstext {
    font-size: 16px;
  }
}

/* TIPS TITLE HP */
div.tips {
font-size: 28px; 
font-weight: 400; 
color: #3c4043; 
margin-bottom: 24px;
}

@media screen and (min-width: 850px) {
  div.tips {
    font-size: calc(1.25rem + ((1vw - 7.68px) * 1.8519));
  }
}

@media screen and (min-width: 1200px) {
  div.tips {
    font-size: 28px;
  }
}

p {
padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: calc(0.875rem + ((1vw - 7.68px) * 0.463));
  }
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

h2 {
padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
  h2, span.title_like_h2 {
    font-size: calc(2rem + ((1vw - 7.68px) * 2.0833));
  }
}

@media screen and (min-width: 1200px) {
  h2, span.title_like_h2 {
    font-size: 41px;
  }
}

th {
font-weight:normal;
}

h3 {
padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: calc(1.125rem + ((1vw - 7.68px) * 2.3148));
  }
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}

.title_like_h2 {
color: #3c4043;
    font-family: 'Source Serif Pro', sans-serif;
    font-size: 45px;
    line-height: 48px;
    font-style: normal;
    font-weight: 700;
}


.gradient  {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c051f4+0,903775+50,274b74+100 */
background: rgb(192,81,244); /* Old browsers */
background: -moz-linear-gradient(left, rgba(192,81,244,1) 0%, rgba(144,55,117,1) 50%, rgba(39,75,116,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(192,81,244,1) 0%,rgba(144,55,117,1) 50%,rgba(39,75,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(192,81,244,1) 0%,rgba(144,55,117,1) 50%,rgba(39,75,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c051f4', endColorstr='#274b74',GradientType=1 ); /* IE6-9 */
}

nav.content_menu  {
border-style: none;
    border-width: 0px 0px 1px 0px;
box-shadow: 0 4px 2px -2px #dadce0; 
}

nav.content_menu ul li a {
    color: #a0a0a0;
    font-size:14px;
    font-family: 'Roboto';
    font-style: medium;
    font-weight: 500;
    
}

nav.content_menu ul li a span {
text-transform: uppercase; 
}

nav.content_menu ul li a:hover{
 color: #c051f4;
    text-decoration: underline;
}

nav.content_menu ul li.active a, nav.content_menu ul li.active i{
    color: #c051f4;
}

@media only screen and (max-width: 768px){
nav.content_menu .nav_select_menu{
  border-color:white;
}
.header_bottom, footer .container_inner, nav.content_menu{
  padding:0px;
}
}

.countdown-amount {
    font-family: Roboto;
    font-size: 56px;
    font-height: 500;
    color: #3c4043
}

.countdown-period{
    font-family: Roboto;
    font-size: 20px;
    font-height: 400;
    color: #3c4043
}


div a:hover{
    text-decoration: underline;
}

ol {
    margin: 1em;
    font-family: 'Roboto';
}

ul {  
    font-family: 'Roboto';
    font-size: 16px;
    font-color: #5f6368;
    list-style-position: inherit;
    margin: 1em;
}

@media screen and (min-width: 768px) {
  ul {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 0.9259));
  }
}

@media screen and (min-width: 1200px) {
  ul {
    font-size: 16px;
  }
}


  .row_hide {
        display: none;
    }

a.menu {
  color:#ffffff;
  text-align: center;
}
a.menu:hover {
color:#c051f4;
 text-align: center;
}

a.insights{font-weight: normal; font-style: italic;color:#ffffff; font-size:13.5px}

a.allretailers{font-size:30px;}

.gsgblog_blackfriday .gsg_update_time span.gsgmonth{ font-size:11px;}





// beginning css coupon banner

    .bnrcn18-banner-bl-friday--small *, .bnrcn18-banner-sales--small * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bnrcn18-banner-bl-friday--small {
        width: 100%;
        max-width: 1855px;
        margin: 0 auto;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bnrcn18-banner-bl-friday--small a {
        text-decoration: none !important;
    }

    .bnrcn18-banner-wrap--small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 5px solid #262424;
        font-size: 30px;
        -webkit-box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.5);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bnrcn18-banner-inner--small {
        width: 100%;
        max-width: 440px;
        margin-right: 0;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-decoration: none !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bnrcn18-banner-logo--small {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        text-align: center;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none !important;
        width: 100%;
        max-width: 148px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bnrcn18-banner-text--small {
        position: relative;
        z-index: 2;
        text-decoration: none !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bnrcn18-banner-text__title--small {
        font-family: 'Oswald', Helvetica, Arial, sans-serif;
        font-size: 0.8em;
        line-height: 1;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
        text-decoration: none !important;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bnrcn18-banner-text__btn--small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        background: #262424;
        color: #fff;
        font-family: 'Oswald', Helvetica, Arial, sans-serif;
        line-height: 1;
        border-radius: 7px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none !important;
        font-size: 0.6em;
        padding: 8px;
        text-transform: uppercase;
        max-width: 140px;
        margin: 0 auto;
    }

    .bnrcn18-banner-text__btn--small:hover {
        cursor: pointer;
        text-decoration: none !important;
        background: #fff;
        color: #262424;
    }

    .bnrcn18-banner-sales--small {
        width: 100%;
        max-width: 1855px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
    }

    .bnrcn18-banner-sales--small a {
        text-decoration: none !important;
    }

    .bnrcn18-banner-sales--small .bnrcn18-banner-wrap--small {
        border-bottom: 5px solid #ce3d49;
    }

    .bnrcn18-banner-sales--small .bnrcn18-banner-wrap--small .bnrcn18-link-all--small {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
    }

    .bnrcn18-banner-sales--small .bnrcn18-banner-text__btn--small {
        color: #fff;
        background: #f03a47;
    }

    .bnrcn18-banner-sales--small .bnrcn18-banner-text__btn--small:hover {
        background: #ef9ea2;
        color: #fff;
    }

    .bnrcn18-banner-sales--small .bnrcn18-banner-text__title--small {
        color: #ce3e49;
    }

    .bnrcn18-main-container--small {
        max-width: 470px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


    @media screen and (max-width: 415px) {

        .bnrcn18-banner-wrap--small {
            font-size: 20px;
        }

        .bnrcn18-banner-text--small {
            padding: 10px;
        }

        .bnrcn18-banner-text__title--small {
            font-size: 0.9em;
        }

        .bnrcn18-banner-text__btn--small {
            font-size: 0.8em;
        }
    }


//end coupon banner


.bnrcn18-banner-bl-friday *, .bnrcn18-banner-sales * {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    .bnrcn18-banner-bl-friday {
        width: 100%;
        max-width: 1855px;
        margin: 0 auto;
        background: #fff;
    }

    .bnrcn18-banner-bl-friday a {
        text-decoration: none !important;
    }

    .bnrcn18-banner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 5px solid #262424;
        font-size: 25px;
        -webkit-box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.5);
    }

    .bnrcn18-banner-inner {
        width: 80%;
        max-width: 1470px;
        margin-right: 0;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-decoration: none !important;
    }

    .bnrcn18-banner-logo {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 20%;
        max-width: 331px;
        text-align: center;
        height: auto;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none !important;
    }

    .bnrcn18-banner-text {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 9%;
        padding-right: 3.06%;
        text-decoration: none !important;
    }

    .bnrcn18-banner-text__title {
        font-family: 'Oswald', Helvetica, Arial, sans-serif;
        font-size: 1.2em;
        line-height: 1;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
        margin-right: 91px;
        text-decoration: none !important;
    }

    .bnrcn18-banner-text__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 21px;
        padding-bottom: 21px;
        width: auto;
        background: #262424;
        color: #fff;
        font-size: 1.1em;
        font-family: 'Oswald', Helvetica, Arial, sans-serif;
        line-height: 1;
        border-radius: 7px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none !important;
    }

    .bnrcn18-banner-text__btn:hover {
        cursor: pointer;
        text-decoration: none !important;
        background: #fff;
        color: #262424;
    }

    .bnrcn18-banner-sales {
        width: 100%;
        max-width: 1855px;
        margin: 0 auto;
        background: #fff;
    }

    .bnrcn18-banner-sales a {
        text-decoration: none !important;
    }

    .bnrcn18-banner-sales .bnrcn18-banner-wrap {
        border-bottom: 5px solid #ce3d49;
    }

    .bnrcn18-banner-sales .bnrcn18-banner-wrap .bnrcn18-link-all {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
    }

    .bnrcn18-banner-sales .bnrcn18-banner-text__btn {
        color: #fff;
        background: #f03a47;
    }

    .bnrcn18-banner-sales .bnrcn18-banner-text__btn:hover {
        background: #ef9ea2;
        color: #fff;
    }

    .bnrcn18-banner-sales .bnrcn18-banner-text__title {
        color: #ce3e49;
    }

    .bnrcn18-main-container {
        max-width: 870px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
    }

    @media screen and (max-width: 1600px) {
        .bnrcn18-banner-sales .bnrcn18-banner-wrap {
            border-bottom-width: 5px;
        }
    }


    @media screen and (max-width: 1024px) {

        .bnrcn18-banner-wrap {
            font-size: 20px;
        }

        .bnrcn18-banner-text {
            padding: 15px 30px;
        }

        .bnrcn18-banner-text__title {
            margin-right: 1em;
        }

        .bnrcn18-banner-text__btn {
            padding: 10px;
            white-space: pre;
        }
    }

    @media screen and (max-width: 992px) {

        .bnrcn18-banner-text__title {
            font-size: 0.8em;
        }

        .bnrcn18-banner-text__btn {
            font-size: 0.6em;
            padding: 8px;
        }
    }

    @media screen and (max-width: 767px) {
        .bnrcn18-banner-wrap {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .bnrcn18-banner-inner {
            width: 100%;
        }

        .bnrcn18-banner-logo {
            width: 100%;
            max-width: 148px;
            margin: 0 auto;
        }

        .bnrcn18-banner-text {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            padding: 20px;
        }

        .bnrcn18-banner-text__title {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 20px;
        }

        .bnrcn18-banner-text__btn {
            padding: 10px 10px;
        }
    }


    @media screen and (max-width: 415px) {

        .bnrcn18-banner-text {
            padding: 10px;
        }

        .bnrcn18-banner-text__title {
            font-size: 0.9em;
        }

        .bnrcn18-banner-text__btn {
            font-size: 0.8em;
        }
    }