* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    min-width: 320px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    cursor: default;
}
html, body, div, span, h1, h2, h4, p, a, img, b, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
ul {list-style: none;}
a {outline: none;}
a {text-decoration: underline;}
h1 {
    font-size: 71px;
    margin: -11px 0 0;
    line-height: 15px;
}
h1 span {
    font-size: 24px;
    font-weight: normal;
}
h2 {
    font-weight: normal;
    font-size: 32px;
    line-height: normal;
    padding: 10px 0;
}
h2 span {
    font-weight: bold;
    color: #cd9570;
}
.content, .header {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}
.content {
    text-align: center;
    padding: 10px 0;
}
.section_01 {
    background: url(../img/top_bg.jpg) no-repeat right top #edf1f4;
    background-size: contain;
}
.section_01 .content {
    text-align: left;
    padding-bottom: 10px;
}
.header p, .header h1 {
    display: inline-block;
    vertical-align: middle;
}
.header p {
    margin: 13px 0 0 15px;
    padding: 6px 0 0 26px;
    width: 290px;
    height: 87px;
    border-left: 5px solid #ffad00;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    color: #000;
}

.section_01 li img {
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.productBox, .formBox {
    display: inline-block;
    vertical-align: top;
}
.productBox {
	max-width: 350px;
	width: 100%;
	position: relative;
}
.productBox .product {
    max-width: 277px;
    width: 100%;
}
.fiftin {
    position: absolute;
    top: 0;
    left: -35px;
    text-align: center;
    width: 85px;
    background: url(../img/fiftin.png) no-repeat center top;
    color: #fff;
    font-weight: bold;
    padding: 26px 10px 28px;
    font-size: 11px;
    line-height: 14px;
}
.fiftin span {font-size: 23px;}
.formBox {
	max-width: 328px;
	border: 1px solid rgba(97,142,175,1);
	margin: 0 auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.formBox h4 {
    background-color: #055a94;
    color: #fff;
    margin: 0;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: normal;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.count {
    position: relative;
    z-index: 2;
    padding-top: 5px;
    background: url(../img/count.jpg) repeat-x top center #2b3537;
}
.count:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(43, 53, 55, 0);
	border-top-color: #2b3537;
	border-width: 12px;
	margin-left: -12px;
}
.prices {
    width: 95%;
    max-width: 300px;
    padding: 5px;
    display: table;
    margin: 10px auto 0;
    text-align: center;
}
.prices .red {
	color: red;
	font-weight: bold;
	text-decoration: line-through;
	margin-bottom: 10px;
}
.prices .green {
	color: green;
	font-weight: bold;
	font-size: 1.5em;
}
.prices p {
	margin: 0 auto;
	line-height: 1.4em;
}
.button {
	font-weight: 700;
	margin: 15px auto 10px;
	font-size: 21px;
	color: #FFFFFF !important;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 15px 10px;
	cursor:pointer;
	text-transform:uppercase;
	background-color: #F00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-width: 210px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.button:hover {
    box-shadow: none;
    background-color: #c90101;
    text-decoration: none;
}
.section_02 .box p {
    margin: 0;
    font-weight: normal;
}
.section_02 ul, .imageBox {
    display: inline-block;
    vertical-align: middle;
}
.imageBox {
    padding: 11px;
    background: url(../img/frame.png) center no-repeat;
    margin-right: 15px;
    background-size: contain !important;
}
.imageBox img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.section_02 ul {
    width: 50%;
    min-width: 410px;
    text-align: left;
}
.section_02 li {
    border-left: 3px solid #ffe133;
    padding: 0 0 0 10px;
    margin: 15px 0;
}
.section_02 p {
    margin: 10px 0;
    font-weight: bold;
}
.section_03, .section_06, .section_08 {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #d7fffe 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #d7fffe));
    background: -webkit-linear-gradient(left, #ffffff 0%, #d7fffe 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #d7fffe 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #d7fffe 100%);
    background: linear-gradient(to right, #ffffff 0%, #d7fffe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7fffe', GradientType=1 );
}
.section_03 h2 {
    font-weight: bold;
    color: #8cad2c;
    margin-bottom: 20px;
}
.section_03 .box, .section_03 img {
    display: inline-block;
    vertical-align: middle;
}
.section_03 .box {
    width: 60%;
    margin-right: 20px;
}
.section_03 .box p {text-align: left;}
.section_03 img {max-width: 180px;}
.section_04 p {
    width: 95%;
    margin: 0 auto;
}
.section_04 .box {
    display: inline-block;
    vertical-align: top;
    min-width: 210px;
    width: 30%;
    font-size: 15px;
    padding: 0 10px;
    margin: 10px;
}
.section_05, .section_09 {background-color: #adcd3e;}
.section_05 h2 {font-style: normal;}
.mob {display: none;}
.section_05 h2 span {color: #fff;}
.section_05 .imageBox, .section_05 .box {
    display: inline-block;
    vertical-align: top;
}
.section_05 .imageBox {
    background: url(../img/frame_yellow.png) center no-repeat;
    margin-top: 55px;
}
.section_05 .box {
    font-style: italic;
    width: 65%;
    text-align: left;
}
.section_05 h4 {
    color: #ffffff;
    font-size: 21px;
}
.section_05 h5 {
    margin: 0 0 15px;
    font-size: 17px;
}
.section_05 p {margin-bottom: 20px;}
.section_07 h2 {
    color: #8cad2c;
    font-weight: bold;
    font-size: 31px;
}
.section_07 h2 span {
    color: #000;
    font-weight: normal;
}
.section_07 ul, .result {
    display: inline-block;
    vertical-align: middle;
}
.section_07 ul {
    max-width: 440px;
    width: 95%;
}
.section_07 li, .section_08 li {
    margin: 0 0 10px 0;
    padding: 0 0 0 28px;
    background: url(../img/tick.png) left 5px no-repeat;
    font-size: 14px;
    text-align: left;
}
.result {
    position: relative;
    max-width: 470px;
    width: 100%;
}
.results {
    border-radius: 12px;
    margin-top: 45px;
    width: 100%;
}
.bottle {
    position: absolute;
    bottom: 0;
    left: 35%;
}
.result p {
    display: inline-block;
    font-weight: bold;
    font-size: 26px;
    width: 38%;
    margin-left: 59px;
    color: #adcd3e;
}
.result p:nth-last-child(2) {
    text-align: left;
    margin-left: 14px;
    width: 37%;
    color: #888;
}
.section_08 h2 {
    color: #8cad2c;
    font-weight: bold;
    font-size: 30px;
}
.section_08 h2 span {
    font-weight: normal;
    color: #000;
}
.section_08 img, .section_08 ul {
    display: inline-block;
    vertical-align: middle;
}
.section_08 ul {width: 50%;}
.section_09 h2 {
    color:#fff;
    font-weight: bold;
}
.section_09 h2 span {
    color:#000;
    font-weight: normal;
}
.section_09 .box img, .section_09 .box div {
    display: inline-block;
    vertical-align: middle;
}
.section_09 .box img {
    margin: 10px 10px 10px 0;
    border: 6px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.section_09 .box div {
    width: 80%;
    text-align: left;
}
.section_09 h4 {color:#fff;}
.section_09 p {padding: 0 8px 0 0;}
.section_10 h2 {
    font-weight: bold;
    color: #cd9570;
}
.section_10 .box {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    min-width: 300px;
}
.section_11 {background: url(../img/bottom_bg.jpg) no-repeat right top #9e6e24;}
.section_11 h1, .section_11 .header p {color:#fff;}
.section_11 li {color: #fff;}
/*/////////////////////////////////////// CONTDONWN ///////////////////////////////////////*/
.countdown_box {
    width: auto;
    margin: -3px 0;
    text-align: center;
}
.order-countdown-hours, .order-countdown-minutes, .order-countdown-seconds {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 900;
    padding: 8px 10px 21px 10px;
    text-align: center;
    margin: 0;
    text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.43);
}
.dots {
    font-size: 24px;
    color: #fff;
    text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.43);
    vertical-align: super;
}
.time {
    margin: 0 auto;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}
.time span {
    margin: 0 19px 0 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.countbox {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.countbox:hover, .countbox:focus {
    text-decoration: none;
    color: #000;
}
/*/////////////////////////////////////// END CONTDONWN ///////////////////////////////////////*/
.footer {text-align: center;}
.footer a {
    color: #008bba;
    text-decoration: none;
}
#popUp {
    display: none;
    position: fixed;
    bottom: 64px;
    right: 50px;
    max-width: 300px;
    padding: 20px;
    font-size: 16px;
    box-shadow: 1px 1px 5px #999;
    font-weight: 100;
    background-color: rgba(97, 142, 175, 0.88);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 1000;
    color: white;
    opacity: 1;
}
.poppage {padding: 15px;}
.poppage h1 {
    font-size: 25px;
    line-height: normal;
    margin: 0 0 10px;
}
@media (max-width: 1590px) {
    .section_01 {background-position: 140% 0;}
}
@media (max-width: 1060px) {
    .section_01 {background-position: 195% 0;}
}
@media (max-width: 990px) {
    .section_01 {
        background: #ffffff;
        background: -moz-linear-gradient(left, #ffffff 0%, #d7fffe 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #d7fffe));
        background: -webkit-linear-gradient(left, #ffffff 0%, #d7fffe 100%);
        background: -o-linear-gradient(left, #ffffff 0%, #d7fffe 100%);
        background: -ms-linear-gradient(left, #ffffff 0%, #d7fffe 100%);
        background: linear-gradient(to right, #ffffff 0%, #d7fffe 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7fffe', GradientType=1 );
    }
    .section_11 {background: #9e6e24;}
    .header, .section_01 .content {text-align: center;}
    .section_01 ul {
        margin: 0 auto 10px;
        width: auto;
    }
}
@media (max-width: 908px) {
    .section_10 .box {
        width: 95%;
        max-width: 460px;
        margin: 7px 0;
    }
    .section_10 img, .section_10 p {
        display: inline-block;
        vertical-align: middle;
    }
    .section_10 img {width: 50px;}
    .section_10 p {
        width: 80%;
        text-align: left;
    }
}
@media (max-width: 838px) {
    .section_05 .imageBox img {width: 160px;}
}
@media (max-width: 832px) {
    .section_09 .box img {
        width: 90px;
        border: solid 3px #fff;
        margin: 5px;
    }
    .section_09 .box div {margin: 10px 0;}
}
@media (max-width: 703px) {
    .imageBox img {
        width: 150px;
        margin: 0 auto;
    }
}
@media (max-width: 698px) {
    .section_04 .box {width: 45%;}
    .components img {width: 70px;}
}
@media (max-width: 682px) {
    .header img {width: 230px;}
    .productBox {max-width: 238px;}
    .productBox, .formBox {
        vertical-align: middle;
        width: 95%;
    }
    h1 {
        font-size: 40px;
        margin: 0;
        line-height: inherit;
    }
    h1 span {font-size: 16px;}
    .header p {
        margin: 0 0 0 15px;
        padding: 0 0 0 6px;
        width: 110px;
        height: auto;
        font-size: 23px;
        line-height: normal;
    }
}
@media (max-width: 608px) {
    .section_02 ul, .imageBox {
        display: block;
        margin: 0 auto;
    }
    .imageBox {padding: 8px;}
    .section_02 ul {
        width: 95%;
        min-width: auto;
    }
}
@media (max-width: 570px) {
    .productBox {max-width: 200px;}
}
@media (max-width: 555px) {
    .section_05 .box h2 {display: none;}
    .mob {display: block;}
    .section_05 h4, .section_05 h5 {text-align: center;}
    .section_05 .imageBox, .section_05 .box {
        display: block;
        margin: 0 auto;
    }
    .section_05 .box {width: 95%;}
}
@media (max-width: 550px) {
    .section_03 .box, .section_03 img {
        display: block;
        margin: 0 auto;
    }
    .section_03 .box {width: 95%;}
}
@media (max-width: 532px) {
    .section_01 li {
        line-height: normal;
        font-size: 14px;
        min-width: 135px;
    }
    .section_01 li img {width: 30px;}
}
@media (max-width: 522px) {
    .section_09 .box div {width: 95%;}
    .section_09 p {padding: 0;}
}
@media (max-width: 480px) {
    .result {
        max-width: inherit;
        min-width: 310px;
        width: 95%;
        margin: 0 auto;
    }
    .bottle {width: 27%;}
    .result p {font-size: 19px;}
}
@media (max-width: 464px) {
    .section_04 .box {
        width: 95%;
        margin: 0;
    }
}
@media (max-width: 420px) {
    .imageBox img {width: 95px !important;}
    .imageBox {padding: 5px;}
    .section_08 img, .section_08 ul {width: 95%;}
    .footer {font-size: 12px;}
}
@media (max-width: 413px) {
    .section_01 li {min-width: 129px;}
    .section_01 li img {margin-right: 4px;}
}
@media (max-width: 408px) {
    .section_01 li {
        min-width: 95px;
        text-align: center;
    }
    .section_01 li img {
        float: none;
        margin: 0 20px;
    }
}
@media (max-width: 360px) {
    .header h1 {font-size: 33px;}
    .header img {width: 201px;}
    h1 span {font-size: 14px;}
    .header p {
        width: 74px;
        font-size: 15px;
    }
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/*************************************** SHORT FORM TH ********************************/
.orderform {
    overflow: visible;
    position: relative;
    width: 250px;
    margin: 0 auto 5%;


}
.orderform input, .orderform select, #form-index input, #form-index select, .orderform textarea {
    height: 30px;
    border: 1px solid #1F9DD3;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    padding: 3px;
    width: 97%;
    margin: 0 0 10px 0px;
    display: block;
}
.orderform #shipping_areacode {
    width: 29px;
    float: left;
    margin: 0 10px 0 0;
}
.orderform #shipping_phone1, .orderform #shipping_phone2, .orderform #shipping_phone3, .orderform #shipping_phone4 {

}
.tip {
    position:absolute !important;
    width: 150px;
    z-index:2222;
}
.toolTip {
    background: red;
    border: thin solid red; /* change color here for the tooltip body border */
    color: #fff;
    left: 0px;
    margin-top: 35px;
    padding: 5px;
    position: absolute !important;
    text-align: center;
    width: 250px;
    z-index: 10;
    border-radius: 4px;
    font: bold 11px 'verdana';
}
.toolTipArrow {
    border-color: transparent transparent red transparent; /* change color here for the triangle border */
    border-style: solid;
    border-width: 11px;
    height:0px;
    width:0px;
    position:absolute !important;
    top:-20px;
    left:20px;
    display:block;
    content:"\00a0";
}
.toolTipArrow:before {
    border-color: transparent transparent red transparent;
    position:absolute !important;
    top:-11px;
    left:-12px;
    border-style: solid;
    border-width: 12px;
    height:0px;
    width:0px;
    display:block;
    content:"\00a0";
}

.priceZ{
    width: 91%;
    margin: 0 auto 1%;
    text-align: center;
    background: #fbff80;
    padding: 1% 0;
    margin-left: 3%;
}

.linethrough{
    color: red;
    text-decoration-line: line-through;
}
.current_price{
    color: green;
    font-weight: bold;
}

.button{
    border: none;
    border-radius: 8px;
    color: white;
    height: 52px;
    padding: 0 20px;
    font: bold 20px Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px #000000;
    background-color: #c72723;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px #B0B0B0;
}


/*************************************** End SHORT FORM ********************************/

.prcs {
  margin: 0 auto;
  text-align: center;

}

.prcs > p:nth-child(1) {
    color:red;
    font-size: 17px;
    margin: 0;
}

.prcs > p:nth-child(2) {
    color: #0e8e0e;
    font-size: 28px;
    text-shadow: 0.5px 0px #8a7a7a;
    margin: 0;
}
.button1 {
  border: none;
  border-radius: 8px;
  color: white;
  height: 52px;
  padding: 0 20px;
  font: bold 20px Verdana, Geneva, sans-serif;
  text-shadow: 1px 1px #000000;
  background-color: #c72723;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  box-shadow: 0px 5px 10px #B0B0B0;
  text-decoration:none;
  width:230px;
}

/*==============================================*/
/*============ FACEBOOK CHAT START =============*/
/*==============================================*/
.face_fix {
    position: fixed;
    bottom: 40px;
    left: -10px;
    z-index: 99999999;
}
#fbtest {
    background:url('../img/fb-button2.png') no-repeat scroll center center;
    width: 170px;
    height:44px;
    cursor:pointer;
}
.show {
    display: block!important;
    opacity: 1!important;
}
.hideme {
    margin-left:6px;
    width: 240px;
    display: none;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
@media screen and (min-width: 800px){
    .face_fix {
        bottom:150px;
    }
}
/*==============================================*/
/*=========== FACEBOOK CHAT END ================*/
/*==============================================*/

/*ANIMATION BLACK FRIDAY*/
div#text {
    text-align: center;
    border-radius: 20px;
}
.anim-holder {
  display: inline-block;
  position: relative;
}
h1.free-sign-text {
    color: red;
    font-family: 'Raleway', sans-serif;
    font-size: 27px !important;
    letter-spacing: 5px;
    animation: text-flicker 3s linear infinite;
    font-weight: 900;
    margin: 0 auto;
    line-height: 50px !important;
    padding: 5px !important;
}

.sale1 , .sale2 {
  position: absolute;
}
.sale1 {
  left: -110px;
  top: 1px;
  max-height: 60px;
  max-width:100px;
}
.sale2 {
  right: -90px;
  top: 1px;
  max-height: 60px;
  max-width:100px;
}
#offset {
  animation: letter-flicker 2s linear infinite;
  font-size: 27px !important;
}
h1 span#offset {
  color: red;
}
.fixed-header {
    background: #000;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    text-align: center;
}
@keyframes text-flicker {
  0% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  2% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  8% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  9% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  12% {opacity:0.1;text-shadow: 0px 0px rgba(242, 22, 22, 1);}
  20% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  25% {opacity:0.3;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  30% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  70% {opacity:0.7;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  72% {opacity:0.2;text-shadow:0px 0px 29px rgba(242, 22, 22, 1)}
  77% {opacity:.9;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  100% {opacity:.9;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
}

@keyframes letter-flicker {
  0% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  2% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  4% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  19% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  21% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  23% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  80% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  83% {opacity:0.4;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  87% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
}

@media screen and (max-width: 642px) {
  h1.free-sign-text {line-height: 30px !important;}
  .fixed-header {height:70px;}
}

@media screen and (max-width: 368px) {
  h1.free-sign-text, #offset{font-size: 22px !important;}
}

.button_page h1.free-sign-text, .button_page #offset {
  font-size: 22px !important;
}
@media screen and (max-width: 768px) {
  .sale1 , .sale2 {display:none;}
}
/*ANIMATION BLACK FRIDAY*/
div#text {
    text-align: center;
    border-radius: 20px;
}
.anim-holder {
  display: inline-block;
	position: relative;
}
h1.free-sign-text {
    color: red;
    font-family: 'Raleway', sans-serif;
    font-size: 27px !important;
    letter-spacing: 5px;
    animation: text-flicker 3s linear infinite;
    font-weight: 900;
    margin: 0 auto;
    line-height: 50px !important;
    padding: 5px !important;
}

.sale1 , .sale2 {
	position: absolute;
}
.sale1 {
	left: -110px;
	top: 1px;
	max-height: 60px;
}
.sale2 {
	right: -90px;
	top: 1px;
	max-height: 60px;
}
#offset {
  animation: letter-flicker 2s linear infinite;
  font-size: 27px !important;
}
h1 span#offset {
  color: red;
}
.fixed-header {
    background: #000;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
@keyframes text-flicker {
  0% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  2% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  8% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  9% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  12% {opacity:0.1;text-shadow: 0px 0px rgba(242, 22, 22, 1);}
  20% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  25% {opacity:0.3;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  30% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  70% {opacity:0.7;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  72% {opacity:0.2;text-shadow:0px 0px 29px rgba(242, 22, 22, 1)}
  77% {opacity:.9;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
  100% {opacity:.9;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)}
}

@keyframes letter-flicker {
  0% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  2% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  4% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  19% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  21% {opacity:0.1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  23% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  80% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  83% {opacity:0.4;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
  87% {opacity:1;text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);}
}
@media screen and (max-width: 730px) {
  h1.free-sign-text,  #offset {
    font-size: 24px !important;
  }

}
@media screen and (max-width: 404px) {
	h1.free-sign-text,   #offset{
    font-size: 18px !important;
  }
}
@media screen and (max-width: 642px) {
  h1.free-sign-text {line-height: 30px !important;}
  .fixed-header {height:70px;}
}

@media screen and (max-width: 368px) {
	h1.free-sign-text, #offset{font-size: 17px !important;}
}

.button_page h1.free-sign-text, .button_page #offset {
	font-size: 22px !important;
}
@media screen and (max-width: 768px) {
	.sale1 , .sale2 {display:none;}
}


/* Changes from 26.8.2019

*/

.button{
    border: none;
    border-radius: 8px;
    color: white;
    height: 70px;
    padding: 0 20px;
    font: bold 18px Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px #000000;
    background-color: #c72723;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px #B0B0B0;
    text-decoration: none;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    color: #FFFFFF !important;
    cursor: pointer;
    min-width: 250px;
    max-width: 700px;
}
.mobile-ver .button {
    max-width: 100%;
}



@media (max-width: 554px) {
    .section_01 .wrapper {
        display: flex;
    	flex-direction: column;
    }

    .desktop-ver {
        display: none;
    }
    .mobile-ver{
        display: block !important;
        padding: 8px;
    }
    .header{ display: none;}
    .productBox, .orderBox, .section_01 ul {    margin: 0 auto !important;
        display: block;
        float: none !important;
        width: 55% !important;}
    .productBox {order: 1;}
    .orderBox {order: 3;}
    .section_01 ul {order: 3;text-align: center;}
    .section_04 p {font-size: 15px;}
    .customer-satisfaction {
      
        margin-bottom: 0px !important;
  
    }
    
}

@media (max-width: 674px) {
    .section_01 h2 {margin: 0;}
    .section_01 {margin-bottom: 0px !important; }
    .section_01 li {margin: 3px 0;}
    .section_01 li img {
        width: 37px;
        margin-right: 5px;
    }
    .productBox {margin: 0 auto;}
  

}

@media (max-width: 496px) {
    h1 {
        font-size: 20px;
        margin: 0 0 2px;
    }
    .section_01 h2, h2 {font-size: 18px;}
}
.countdown_box p {
    border-radius: 5px;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
  
    padding: 5px 10px 5px 10px;
    text-align: center;
    margin: 5px 3px 2px;
}
.mobile-ver {
    display: none;
}
.customer-satisfaction {
 
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
}


/* Counter start */
.promo-countBox {
    text-align: center;
}
.promo-countBox .wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.promo-countBox .promo-count {
    text-shadow: none;
    background: url(../img/timer-bg.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    max-width: 488px;
    height: 108px;
    margin: 6px 0 0px;
}
.promo-count {
    padding-bottom: 5px;
    border-radius: 20px;
    width: 290px;
    margin-right: 35px;
    text-align: center;
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
    color: #fff;
}
.promo-countBox h4 {
    margin: 3px auto 3px;
    width: 50%;
}
.promo-countBox h3, .promo-countBox h4 {
    color: #000;
    font-size: 14px;
}
.promo-countdown_box {
    width: auto;
    margin: 0;
    position: relative;
}
.promo-countBox .promo-countdown_box p, .promo-countBox span {
    color: red;
}
.promo-countdown_box p {
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 35px !important;
    font-weight: 900;
    padding: 0 10px !important;
    text-align: center;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
}
.promo-countdown_box span {
    font-size: 24px;
  
    vertical-align: super;
}

.promo-prices p {
    margin: 0 auto;
    line-height: normal;
    font-weight: bold;
}
.promo-prices {
   
}
.oldPrice {
    color: red;
    text-decoration: line-through;
    font-size: 19px;
}
.newPrice {
    color: green;
    font-size: 26px;
}
.promo-countBox .promo-prices {
    max-width: 169px;
    padding: 5px;
    display: inline-block;
    position: relative;
    bottom: 0px;
    left:0;
    background-color:#fff;
    padding: 0px 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
}


@media (max-width: 790px) {
    .promo-countBox .wrapper {
        flex-direction: column;
    }
    .promo-countBox .promo-count {
        margin: 0;
      
    }
    .promo-countBox h4 {
        width: auto;
    }
}

.discount-50 {
    width:37%  !important;
}

/* Counter end */

.clear {
    clear: both;
}

.prices .green {
    color: green;
    font-weight: bold;
    font-size: 1.5em;
}

.prices .red {
    color: red;
    font-weight: bold;
    text-decoration: line-through;
    margin-bottom: 10px;
}

.section_02 {
    background-color: #adcd3e;
}

.productBox {
    max-width: 274px;
    
    position: relative;
}

.section_01 ul {
    margin: 25px 0 15px;
    width: 67%;
    float: right;
}

.section_01 li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    min-width: 162px;
    margin-bottom: 11px;
}
.section_11 li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    min-width: 162px;
    margin-bottom: 11px;
}

.section_11 ul {
    margin: 25px 0 15px;
    max-width: 329px;
    float: right;
}

/* .section_11 .content {
      margin: 25px 0 15px;
    max-width: 329px;
    float: right;
} */

@media (min-width: 992px) {
    .section_01 .productBox {
        max-width: 250px;
        position: relative;
        left: 90px;
    }
    .section_11 .productBox {
        max-width: 274px;
        position: relative;
       left: 0px;
    }
    .section_01 ul {
        margin: 25px 0 15px;
        width: 53%;
        float: right;
    }
}