@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {
    overflow-x: hidden !important;
    height: 100%;
}
:focus {
    outline: none;
}

/*.........placeholder opacity........*/
::-webkit-input-placeholder {
    opacity:1;
}
:-moz-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}
:-ms-input-placeholder {
    opacity:1;
}
body {
    margin: 0;
    padding: 0;
    font-family:'EurostileLTStd-Ex2';
    height: 100%;
}
a {
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
button {
    transition: all ease-in-out 0.3s;
}
a img, img {
    border: none;
}
ul, li, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
input, select, textarea {
    font-family: 'ralewayregular';
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: normal;
    font-family:'EurostileLTStd-BoldEx2';
}
.row {
}
.row:before, .row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
/*...........Style...........*/
.main {
    width: 100%;
    margin: 0px auto;
    padding: 0px auto;
    background: #fff;
    height: 100%;
}
header {
    display: none;
    padding: 15px;
    position: absolute;
    z-index: 1111;
    width: 100%;
}
header .r_logo {
    float: left;
}
header .r_logo img {
    width: 130px;
}
/*responsive header*/
nav a#pull {
    border: 1px solid #fff;
    display: none;
    height: 40px;
    padding: 4px 6px;
    width: 40px;
    text-align: center;
    float: right;
}
nav a#pull span {
    background: #ffffff none repeat scroll 0 0;
    display: list-item;
    height: 1px;
    list-style: outside none none;
    margin: 7px 0;
    width: 100%;
}
nav {
    float: right;
    width: 200px;
}
nav ul li:last-child a {
    background: none;
}
nav ul li a {
    color: #cccccc;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
    background: url(../images/underline_2.png) no-repeat center bottom;
}
nav ul li a:hover, nav ul li.active a {
    color: #fff;
}
nav ul {
    background: #000000 none repeat scroll 0 0;
    clear: both;
    padding: 20px;
    text-align: center;
    width: 100%;
}
/*...........sidebar...........*/
.sidebar {
    height: 100%;
    width: 20%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 111;
    padding: 20px 45px;
}
.logo {
    text-align: center;
    width: 100%;

    padding-bottom: 15px;
}
.logo img {
    width: 90% !important;
}
/*...........menu...........*/
#toggle {
    border: 1px solid rgba(255,255,255,0.3);
    display: block;
    height: 40px;
    margin: 25px auto 10px;
    padding: 6px 7px;
    width: 42px;
}
#toggle > span {
    top: 13px;
}
#toggle:hover {
    border: 1px solid #fff;
}
#toggle span:after, #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
#toggle span:after {
    top: 9px;
}
#toggle span {
    position: relative;
    display: block;
}
#toggle span, #toggle span:after, #toggle span:before {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 0px;
}
/*...........on activation...........*/
#toggle span {
    background-color: transparent;
}
#toggle span:before {
    transform: rotate(45deg) translate(5px, 5px);
}
#toggle span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on span {
    background-color: #ccc;
}
#toggle.on span:before {
    transform: rotate(0deg);
}
#toggle.on span:after {
    transform: rotate(0deg);
}
/*...........menu appearance...........*/

#toggle.on + #menu {
    opacity: 0;
    visibility: hidden;
}
#menu {
    position: relative;
    color: #999;
    width: 100%;
    padding: 10px;
    margin: auto;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: opacity .4s;
}
#menu ul {
    margin-top: 40px;
}
#menu li a {
    color: #fff;
    display: inline-block;
    font-family: "EurostileLTStd-BoldEx2";
    font-size: 17px;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
#menu li a:hover, #menu li.active a {
    color: #000;
}
/*sidebar footer*/
.side_footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px;
    text-align: center;
    left: 0px;
}
.copyright {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright p {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}
.side_media {
    padding-bottom: 20px;
    text-align: left;
    width: 100%;
}
.side_media a {
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 10px;
}
.side_media a .fa {
    color: #fff;
    font-size: 20px;
    transition: all ease-in-out 0.3s;
}
.side_media a:hover .fa {
    color: #000;
}
/*...........Slider...........*/
.slider, .slider #owl-demo, .slider .item, .slider .owl-wrapper-outer, .slider .owl-wrapper, .slider .owl-item {
    height: 100%;
}
.slide_1 {
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.caption {
    position: absolute;
    right: 70px;
    top: 70px;
    max-width: 578px;
    padding: 40px;
    text-align: left;
    background: rgba(0,0,0,0.5);
}
.caption h3 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255, 0.5);
}
.caption p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
}
/*......Product page......*/

.main_wrapper {
    width: 100%;
    background: #fff;
    background-attachment: fixed;
    min-height: 100%;
    padding: 30px 5% 0px 30px;
    background-size: cover;
    padding-bottom: 30px;
}
.dark_sidebar {
    background: rgba(0,0,0,1);
}
.page_wrapper {
    background: #fe0000 none repeat scroll 0 0;
    border-radius: 20px;
    margin: 0 auto;
    padding: 30px;
    width: 1140px;
}
.page_wrapper_product {
    background: #fe0000 none repeat scroll 0 0;
    border-radius: 20px;
    float: left;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    width: 56.7%;
}
#bx-pager {
    border: 1px solid #adadad;
    border-radius: 10px;
    display: inline-block;
    padding: 20px 0;
    text-align: center !important;
    width: 100% !important;
}
.product_page { background: none;}
.pro_img_slider {
    float: right;
    width: 41.3%;
}
.page_title {
    float: left;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}
.page_title h2 {
    color: #fff;
    display: inline-block;

    font-size: 30px;
    position: relative;
    text-transform: uppercase;
}
.page_title  a {
    color: #fff;
    display: inline-block;
    font-size: 23px;
    margin-top: 10px;
    font-family: 'Helvetica Neue LT Pro';
    text-transform: uppercase;
}
.page_title  a:hover{ color: #000;}
.seprator {
    clear: both;
    float: left;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.seprator h3 {
    color: #c1c1c1;
    font-size: 24px;
}
.page_title h2:after {
    width: 40%;
    left: 30%;
    bottom: 0px;
    position: absolute;
    content: "";
    height: 2px;
    /*	background: #000;*/
}
.all_product ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #f7f7f7;
    border: 1px solid #cbcbcb;
    margin-bottom: 20px;
}
.all_product ul li:nth-child(3n) {
    margin-right: 0px;
}
.box_1 {
    width: 100%;
}
.box_1_img {
    width: 100%;
}
.box_1_img img {
    width: 100%;
    vertical-align: bottom;
}
.box_1_txt {
    width: 100%;
    padding: 15px;
}
.box_1_txt h2 {
    color: #000;
    font-size: 16px;
    font-family: "OpenSansRegular";
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.box_1_txt h2:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: #000;
    content: "";
}
.box_1_txt h5 {
    font-size: 12px;
    font-family: "OpenSansLight";
    color: #636363;
}
.pro_price {
    margin-top: 20px;
}
.pro_price h3 {
    color: #636363;
    font-size: 16px;
    font-family: "OpenSansRegular";
    float: left;
}
.cart_btn {
    color: #fff;
    font-size: 13px;
    font-family: "OpenSansRegular";
    float: right;
    display: inline-block;
    padding: 6px 20px 5px 40px;
    background: #000 url(../images/icon_cart.png) no-repeat left center;
}
.cart_btn:hover {
    background: #454545 url(../images/icon_cart.png) no-repeat left center;
}
/*......Contact page......*/

.dark_wrapper {
    background: #252525;
    padding: 50px;
}
.dark_wrapper .page_title h2 {
    color: #fff;
    padding-bottom: 5px;
}

.contact_bx {
    width: 100%;
}
.contact_left {
    float: left;
    margin-top: 30px;
    padding-right: 0;
    width: 100%;
}
.contact_right {
    border: 1px solid #999999;
    float: left;
    padding: 15px;
    width: 100%;
}

.form_field {
    float: left;
    width: 100%;
}
.no_margin{margin-right: 0px !important;}
.contact-form {
    width: 100%;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #838383;
    float: left;
    font-family:'Helvetica Neue LT Pro';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 12px;
    width: 60%;
    font-size: 20px;
    text-transform: uppercase;
}
.no_margin > input {
    width: 80% !important;
}
.contact-form textarea {
    height: 150px;
    resize: none;
    width: 80% !important;
    font-size: 20px;
}

.form_btn {
    float: left;
    text-align: center;
    width: 80%;
}
.submit_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-family: "EurostileLTStd-BoldEx2";
    font-size: 40px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.submit_btn:hover {

    color: #000;
}
.contact_add {
    float: left;
    text-align: center;
    width: 100%;

}
.contact_add p {
    color: #fff;
    font-family:'EurostileLTStd-Ex2';
    font-size: 15px;
    padding-left: 35px;

    display: inline-block;
}
.contact_add p a {
    color: #fff;
}
.contact_add p a:hover{color: #34a853;}

.icon_loaction {
    background: url(../images/icon_location.png) no-repeat left 5px;
}
.icon_tel {
    background: url(../images/icon_tel.png) no-repeat left 5px;
    line-height: 34px;
}
.icon_mail {
}
.add_frame {
    width: 100%;
}
.add_frame iframe {
    width: 100%;
    line-height: 0px;
    height: 210px;
    margin-top: 30px;
}
/*......resoponsive footer......*/

footer {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    padding: 20px 15px;
    position: fixed;
    width: 100%;
    z-index: 111;
    display: none;
}
.f_copy {
    float: left;
    color: #ffffff;
    font-size: 14px;
}
.f_media {
    float: right;
}
.f_media a {
    padding: 0px 10px;
    display: inline-block;
}
.f_media a .fa {
    color: #ccc;
    font-size: 20px;
    transition: all ease-in-out 0.3s;
}
.f_media a:hover .fa {
    color: #fff;
}
/*Product detail page*/

.pro_detail_left {
    width: 45%;
    float: left;
}
.pro_detail_left img {
    max-width: 100%;
}
.pro_detail_right {
    float: left;
    width: 100%;
}
.pro_detail_right h2 {
    color: #fff;
    font-family:'EurostileLTStd-Ex2';
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
.pro_detail_right h2:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #fff;
}
.pro_detail_right h3 {
    color: #fff;
    display: inline-block;
    font-family: 'Helvetica Neue LT Pro';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}
.pro_detail_right h3 span {
    font-family: "OpenSansLight";
}
.price_details h4 {
    color: #fff;
    font-family:'EurostileLTStd-BoldEx2';
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
}
.price_details h4 span {
    color: #fff;
    font-family:'EurostileLTStd-Ex2';
    font-size: 20px;
}
.pro_detail_right h6 {
    color: #c1c1c1;
    font-family:'EurostileLTStd-Ex2';
    font-size: 15px;
    margin: 10px 0 0;
}
.pro_detail_right p {
    color: #fff;
    font-family: 'Eurostile';
    font-size: 14px;
    padding-top: 20px;
    line-height: 20px;
    font-size: 18px;
    text-align: left;
}
.nicotine_levels_img {
    background: url(../images/pro_img_02.jpg) no-repeat left top;
    position: absolute;
}
.nicotine_levels_img {
    background: rgba(0, 0, 0, 0) url("../images/pro_img_02.jpg") no-repeat scroll left top;
    height: 190px;
    position: absolute;
    right: 98%;
    width: 50px;
    z-index: 111111;
}
.pro_qua {
    float: left;
    width: 100%;
}
.pro_qua p strong {
    float: left;
    font-family: "OpenSansSemiBold";
    padding: 0px;
    line-height: 40px;
    color: #000;
}
.qua_bx {
    width: 186px;
    height: 40px;
    border: 1px solid #000;
    float: left;
    margin-left: 10px;
}
.qua_bx input[type="text"] {
    border: 0 none;
    float: left;
    font-family: "OpenSansSemibold";
    font-size: 16px;
    height: 38px;
    text-align: center;
    width: 128px;
}
.plus_btn {
    background: #454545 url("../images/icon_plus.png") no-repeat scroll center center;
    float: right;
    height: 38px;
    width: 28px;
}
.minus_btn {
    background: #454545 url("../images/icon_minus.png") no-repeat scroll center center;
    float: left;
    height: 38px;
    width: 28px;
}
.plus_btn:hover, .minus_btn:hover {
    background-color: #000;
}
.pro_strength {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.pro_strength p strong {
    float: left;
    margin-right: 10px;
    line-height: 40px;
    color: #000;
    font-family: "OpenSansSemiBold";
}
.pro_strength select {
    width: 180px;
    height: 40px;
    border: 1px solid #000;
    float: left;
    font-family: "OpenSansSemiBold";
    text-align: center;
    font-size: 16px;
}
.btn_buy {
    background: #000 none no-repeat scroll left center;
    color: #ffffff;
    display: inline-block;
    font-family:'EurostileLTStd-Ex2';
    font-size: 15px;
    height: 46px;
    line-height: 41px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    border: 2px solid #252525;
}
.btn_buy:hover {
    background-color: #fff;
    border: 2px solid #252525;
    color:#252525;
}
/*Pro slider*/
.bx-wrapper .bx-viewport {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #454545;
    box-shadow: none;
    left: 0;
    transform: translateZ(0px);
}
.bx-wrapper {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    height: 535px;
    width: 490px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

#bx-pager a img {
    max-width: 100%;
}
.bxslider li{text-align: center;}
.bxslider li img {
    display: inline-block;
    float: none;
    max-width: 100%;
}
/*...Where to buy...*/	
.wheretobuy li {
    width: 32%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    padding: 10px;
    margin-right: 2%;
    margin-bottom: 10px;
    opacity: 0.4;
    transition: all ease-in-out 0.3s;
}

.wheretobuy li:hover {opacity: 1;}


.wheretobuy li:nth-child(3n) {
    margin-right: 0px;
}
.wheretobuy li img {
    max-width: 100%;
    transition: all ease-in-out 0.3s;
    vertical-align: bottom;
}
.wheretobuy li:hover .overlay {
    top: 0px;
}
.wheretobuy li .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0px;
    z-index: 1;
    text-align: center;
    top: 100%;
    transition: all ease-in-out 0.3s;
}
.wheretobuy li .overlay a {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    display: inline-block;
    font-family: "OpenSansSemiBold";
    font-size: 15px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -55px;
    margin-top: -20px;
    padding: 0 30px;
    position: absolute;
    top: 50%;
}
.wheretobuy li .overlay a:hover {
    background: #34a853;
    color: #fff;
}

.pro_page_head {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.pro_page_logo {
    float: left;
    width: 50%;
}
.price_details {
    float: left;
    text-align: center;
    width: 50%;
}
.price_details > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    color: #fe0000;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    margin-top: 10px !important;
    font-family: 'EurostileLTStd-BoldEx2';
    text-transform: uppercase;
    padding: 10px 20px;
}
.price_details > a:hover { color: #fff; background: #000;}





/*......About_us_page......*/


.page_logo {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.align-right {
    float: right;
}

.align-left {
    float: left;
}

.a_block1_left {
    width: 45%;
    float: left;
}
.a_block1_left img {
    width: 100%;
}
.a_block1_right {
    width: 55%;
    float: left;
    padding-left: 5%;
}
.a_block1_right p {
    color: #636363;
    font-family: "OpenSansRegular";
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.a_block1_right p:last-child {
    padding-bottom: 0px;
}
.a_block_2 {
    margin-top: 20px;
}
.a_block_2 ul li {
    font-size: 15px;
    width: 100%;
    padding:15px;
    color: #252525;
    font-family: "OpenSansRegular";
    text-align: justify;	
}
.a_block_2 ul li:last-child {
    margin-bottom: 0px;
}

.bwWrapper {
    display: block;
    position: relative;
}
.bwWrapper img {
    max-width: 100%;
}

.pro_detail_right strong {
    color: #fff;

    font-size: 18px;
}

.warning_blk {
    float: left;
    margin-top: 30px;
    width: 100%;
    border-top:1px solid #ddd;
    padding-top: 20px;
}
.warning_blk p {
    color: #fff;
    font-family: "Eurostile";    
    font-size: 18px;
    line-height: 20px;
    padding-top: 20px;
}
.warning_blk p strong {
    color: #fff;
    font-size: 18px;
}



.logo_responsive{display: none;}


/*worldmap*/

.world_map{width: 100%;}
.world_map iframe{width: 100%; height:300px; vertical-align:bottom;margin-bottom: 30px;}


.align-left{float: left;}
.a_block1 p {
    color: #fff;
    font-family: 'Eurostile';    
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
    text-align: justify;
}


/*....pop up....*/

.popup_overlay{width: 100%;background: rgba(0,0,0,0.5);position: fixed;left: 0px;top:0px;right: 0px;bottom: 0px;z-index: 1111111;}

#pop_up{width: 600px;height: auto;background: #000;position: absolute;left: 50%;margin-left: -300px;text-align: center;padding:30px 40px;top:50%;margin-top: -175px;}
#pop_up h2{ font-family:'EurostileLTStd-Ex2';color:#fff;font-size: 30px;margin: 30px 0px;}

.btn_bx{width: 50%;float: left;text-align:center;}
.btn{color:#fff;font-size: 16px;display: inline-block;padding: 8px 60px;border:1px solid #fff;}
.btn:hover{background: #fff;color:#000;}
.btn_yes{background: #34a853 !important;border:1px solid #34a853;}
.btn_yes:hover{background: #1c8438 !important;color:#fff !important;}
.btn_bx p{color:#fff;margin-top: 15px;}

.btm_text{margin-top: 20px;width: 100%;float: left;}
.btm_text p{color:#fff;}

.font_style{ font-family: 'dkerposter' !important;}




.where_buy_wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.where_buy_menu {
    background: #fe0000 none repeat scroll 0 0;
    float: left;
    height: 85%;
    padding: 20px;
    position: fixed;
    width: 20%;
}
.where_buy_logo {
    display: inline-block;

    width: 100%;
}
.where_buy_logo img {
    max-width: 100%;
}
.where_buy_menu h4 {
    color: #fff;
    float: left;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.where_buy_menu > ul {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.where_buy_menu ul li {
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.where_buy_menu ul li a {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-family:'EurostileLTStd-BoldEx2';
}
.where_buy_menu ul li:hover, .where_buy_menu ul li.active { background: #fff;}
.where_buy_menu ul li:hover a, .where_buy_menu ul li.active a  { color: #fe0000; font-family:'EurostileLTStd-BoldEx2';}

.why_buy_right {
    float: right;
    width: 70%;
}
.why_buy_right > ul {
    float: left;
    width: 100%;
}
.why_buy_right li{
    float: left;
    width: 32.8%;
    margin-bottom: 10px;
    border: 1px solid #fff;
    opacity: 0.5;
}
.why_buy_right li img {
    max-width: 100%;
}
.why_buy_right li:hover { opacity: 0.9;}