@charset "utf-8";
/* CSS Document */
body {
    padding: 0px;
    margin: 0px;
    font-family: "Avenir-Roman";
    font-size: 14px;
    line-height: 20px;
    color: #262626;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'cm_hello_i_like_you_w01_bolRg';
}
p a {
    color: #0076bf;
    text-decoration: underline;
}
.testing_content_text .row .form-control::-webkit-input-placeholder,
.wholesaleform .form-control::-webkit-input-placeholder,
.testing_content_text .row .form-control:-ms-input-placeholder,
.wholesaleform .form-control:-ms-input-placeholder,
.testing_content_text .row .form-control:-moz-placeholder,
.wholesaleform .form-control:-moz-placeholder,
.wholesaleform input[placeholder],
.wholesaleform [placeholder],
.wholesaleform *[placeholder],
.testing_content_text input[placeholder],
.testing_content_text [placeholder],
.testing_content_text *[placeholder] {
    color: #404040;
    line-height: 1;
}
.blue_color {
    color: #6097C3;
}
.green_color {
    color: #94A83B;
}
.oreng_color {
    color: #E78A49;
}
.magenta_color {
    color: #AA7E96;
}
.seaGreen_color {
    color: #00A89F;
}
.sea_green_bg {
    background: #00A89F;
}
.wrapper {
    width: 100%;
}
.wrapper_1080 {
    width: 1080px;
    margin: 0 auto;
}
.gray_bg {
    width: 100%;
    float: left;
    background: #ececec;
}
.container {
    width: 980px;
    margin: 0 auto;
}
.img_banner_container {
    width: 980px;
    margin: 0 auto;
}
.container_940 {
    width: 940px;
    margin: 0 auto;
}
.headerSection {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    font-family: "Avenir-Medium";
}
.topHeader {
    width: 100%;
    display: inline-block;
    height: 39px;
    background: #6097C3;
    -webkit-box-shadow: 0px 1px 16px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 16px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 16px -1px rgba(0, 0, 0, 0.75);
}
.logo_section {
    position: relative;
}
.logo {
    position: absolute;
    display: inline-block;
    top: 0px;
}
.top_menu {
    width: 100%;
    display: inline-block;
}
.top_menu .navbar-collapse {
    padding: 0px;
}
.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
    text-align: right;
}
.top_menu .navbar-nav>li {
    float: none;
    display: inline-block;
    padding: 0px;
    padding-left: 22px;
}
.top_menu .navbar-nav>li>a {
    color: #fff;
    font-family: "Avenir-Lightoblique";
    font-size: 18px;
    padding: 0px;
    display: inline-block;
    padding: 10px 0px;
    line-height: 18px;
    border-bottom: 2px solid transparent;
}
.top_menu .nav>li>a:focus,
.top_menu .nav>li>a:hover {
    text-decoration: none;
    background: none;
    border-bottom: 2px solid #fff;
}
.top_menu .nav>li:hover .dropdown-menu {
    display: block;
    top: 37px;
    background: #1276bc;
    left: 22px;
}
.top_menu .nav>li:hover .dropdown-menu li a {
    color: #fff;
}
.top_menu .nav>li:hover .dropdown-menu li a:hover,
.top_menu .nav>li:hover .dropdown-menu li a:focus {
    background-color: #1683d0;
}
.top_menu .nav>li:hover .dropdown-menu li .subDropdown {
    display: none;
}
.top_menu .nav>li:hover .dropdown-menu li:hover .subDropdown {
    display: inline-block;
}
.bootom_header {
    width: 100%;
    display: inline-block;
}
.bottom_menu_bar {
    float: right;
    background-color: #94A83B;
    height: 37px;
    width: 610px;
    border-radius: 0px 0px 5px 5px;
    padding: 1px 0px;
}
.socialIcon_section {
    width: 29%;
    vertical-align: top;
    display: inline-block;
}
.acw_socialIcon {
    margin: 5px 0px 5px 10px;
    padding: 0px;
}
.acw_socialIcon li {
    display: inline-block;
    margin-right: 3px;
}
.acw_socialIcon .socialIcon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #fff;
    background-image: url(images/common/social_icon.jpg);
    border-radius: 12px;
}

.acw_socialIcon .ig_icon {
    background-position: 0px 0px;
	background-image: url(/wp-content/uploads/2018/04/instagram-logo.jpg) !important;
	background-size: 100% !important;
}

.acw_socialIcon .fb_icon {
    background-position: -1px 1px;
}
.acw_socialIcon .tw_icon {
    background-position: -29px 0px;
}
.acw_socialIcon .vi_icon {
    background-position: -60px 0px;
}
.acw_socialIcon .in_icon {
    background-position: 23px 0px;
}
.acw_socialIcon .ig_icon:hover {
    background-position: 0px 24px;
}
.acw_socialIcon .fb_icon:hover {
    background-position: -1px 25px;
}
.acw_socialIcon .tw_icon:hover {
    background-position: -29px 24px;
}
.acw_socialIcon .vi_icon:hover {
    background-position: -60px 24px;
}
.acw_socialIcon .in_icon:hover {
    background-position: 23px 24px;
}
.search_section {
    width: 27%;
    display: inline-block;
    vertical-align: top;
    font-family: "Avenir-Lightoblique";
}
.search_section .search {
    width: 75%;
    height: 20px;
    border: 1px solid #bac09d;
    padding: 0px 5px;
    border-radius: 5px 0px 0px 5px;
    line-height: 18px;
}
.search_section .submit_search {
    background: #797979;
    border: 1px solid #696969;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    height: 20px;
    padding: 0px 5px;
    margin-left: -4px;
}
.search_section .submit_search:hover {
    background: #1173b8;
    border: 1px solid #1173b8;
}
#search_form {
    width: 100%;
    display: inline-block;
    margin: 7px 0px;
}
.loginNcart {
    width: 37%;
    display: inline-block;
}
.loginNcart ul {
    margin: 7px 0px;
    padding: 0px;
    width: 100%;
    text-align: right;
}
.loginNcart ul li {
    display: inline-block;
    padding-right: 5px;
}
.loginNcart ul li a {
    color: #fff;
    font-size: 14px;
    font-family: "Avenir-Lightoblique";
}
.login_user {
    background-image: url(images/common/user_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}
.cart {
    background-image: url(images/common/cart_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    /*height: 20px;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}
.img_banner_section {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #333;
    margin-top: -65px;
    position: relative;
}
.img_banner_container .img_banner_section {
    margin-top: -40px;
}
.img_banner_section img {
    width: 100%;
}
.banner_content_holder {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.banner_content {
    /*float: left;
    margin-bottom: 55px;*/
    padding: 10px 27px;
    padding-bottom: 20px;
    text-align: center;
    background: url(images/common/green_tranceperent_bg.png);
    -webkit-box-shadow: 0px -8px 48px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -8px 48px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -8px 48px -7px rgba(0, 0, 0, 0.75);
    /*position: relative;*/
}
.banner_content h1 {
    margin: 0px;
    padding: 0px;
    font-size: 94.09px;
    font-family: 'press_styleregular';
    text-transform: uppercase;
    color: #fff;
    line-height: 80px;
}
.banner_content h3 {
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    margin: 0px;
    padding: 0pc;
    color: #fff;
    font-size: 29.6px;
    line-height: 38px;
}
.banner_content .orenge_btn {
    margin-top: 5px;
    left: 50%;
    position: absolute;
    width: 186px;
    margin-left: -93px !important;
}
.orenge_btn {
    background: #E78A49;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 10px;
    -webkit-box-shadow: 1px 1px 18px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 18px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 18px -2px rgba(0, 0, 0, 0.75);
    display: inline-block;
    line-height: 18px;
}
.orenge_btn:hover,
.orenge_btn:focus {
    background: #93a32e;
    color: #fff;
    text-decoration: none;
}
.footer {
    width: 100%;
    display: inline-block;
    background: url(images/common/footer_bg.jpg);
    background-color: #8b9091;
    background-position: left top;
    background-repeat: repeat-x;
}
.fotter_top {
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
}
.footer_col {
    width: 820px;
    margin: 0 auto;
}
.fotter_top h2 {
    font-size: 11.97px;
    color: #3d3d3d;
    font-family: "Avenir-Heavy";
    margin: 0px;
    padding: 5px 0px;
}
.fotter_top h2 a {
    font-size: 11.97px;
    color: #3d3d3d;
    font-family: "Avenir-Heavy";
}
.fotter_top ul {
    margin: 0px;
    padding: 0px;
}
.fotter_top li {
    width: 100%;
    display: inline-block;
}
.fotter_top li a {
    font-size: 11.97px;
    color: #3d3d3d;
    padding: 5px 0px;
    display: inline-block;
}
.fotter_top li a:hover {
    text-decoration: underline;
}
.plus_icon {
    background-image: url('images/common/menu_toggle_icon.png');
    background-repeat: no-repeat;
}
.minus_icon {
    background-image: url('images/common/menu_toggle_icon.png');
    background-repeat: no-repeat;
    background-position: -16px 0px;
}
.menu_icon {
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 5px;
    cursor: pointer;
}
.footer_bottom {
    width: 100%;
    display: inline-block;
}
.bottom_footer_content {
    width: 100%;
    display: inline-block;
    border-top: 2px solid #818586;
    padding: 15px 0px;
    margin-bottom: 30px;
}
.copyright {
    color: #3d3d3d;
    font-size: 12.03px;
}
.footer_socialIcon_section {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.footer_socialIcon_section .acw_socialIcon {
    margin: 0px;
    padding: 0px;
}
.design_by {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 12.03px;
}
.content_wrapper {
    width: 100%;
    display: inline-block;
}
.green_orenge_container {
    width: 100%;
    display: inline-block;
    background: rgb(0, 169, 162);
    background: linear-gradient(to right, rgba(97, 151, 195, 1) 0%, rgba(97, 151, 195, 1) 50%, rgba(170, 126, 150, 1) 50%, rgba(170, 126, 150, 1) 100%);
}
.blue-purple_container {
    width: 100%;
    display: inline-block;
    background: rgb(0, 169, 162);
    background: linear-gradient(to right, rgba(97, 151, 195, 1) 0%, rgba(97, 151, 195, 1) 50%, rgba(170, 126, 150, 1) 50%, rgba(170, 126, 150, 1) 100%);
}
.green_wrapper {
    width: 100%;
    float: left;
    background: #6097c3;
    min-height: 360px;
}
.blue_wrapper {
    width: 100%;
    float: left;
    background: #6097c3 !important;
    min-height: 360px;
}
.content3_text {
    float: right;
    color: #fff;
    width: 100%;
    padding: 18px 20px;
}
.orenge_one_third {
    width: 100%;
    display: inline-block;
    background: #Aa7e96;
    position: relative;
    padding: 0px 20px;
}
.purple_one_third {
    width: 100%;
    display: inline-block;
    background: #Aa7e96 !important;
    position: relative;
    padding: 0px 20px;
}
.green_orenge_container .col-md-8,
.green_orenge_container .col-md-4 {
    padding: 0px;
}
.content3_text h2 {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Avenir Next LT Pro Bold';
}
.content3_text p {
    font-size: 15px;
    line-height: 18px;
    line-height: 20px;
    /*font-family: "Avenir-Lightoblique";*/
    font-family: 'AvenirNext-Medium';
    margin: 20px 0px;
}
.oreng_one_third_content {
    display: inline-block;
    padding: 20px 10px;
    color: #000;
    margin-left: 20px;
    position: relative;
    z-index: 9;
    padding-bottom: 0px;
}
.oreng_one_third_content h1,
.oreng_one_third_content h1 small,
.oreng_one_third_content h2 {
    font-family: 'press_styleregular';
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
.oreng_one_third_content h1 {
    font-size: 124.62px;
    line-height: 120px;
}
.oreng_one_third_content h2 {
    font-size: 94.62px;
    line-height: 75px;
}
.oreng_one_third_content h1 small {
	vertical-align: top;
}
/*.oreng_one_third_content h2 {
    margin: 0px;
    padding: 0px;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    font-size: 64px;
    line-height: 54px;
}*/
.oreng_one_third_content h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    font-size: 75px;
    line-height: 70px;
    word-spacing: -10px;
}
.oreng_one_third_content h3 span {
    margin: 0px;
    padding: 0px;
    font-size: 76px;
    line-height: 50px;
    color: #fff;
    word-spacing: -10px;
    font-family: 'press_styleregular';
}
.oreng_one_third_content h4 {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    line-height: 37px;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
}
.oreng_one_third_content h5 {
    margin: 0px;
    padding: 0px;
    font-size: 23px;
    line-height: 20px;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
}
.pro_bag {
    display: inline-block;
    position: absolute;
    top: -85px;
    right: -75px;
}
#home-parallax1 {
    background: url(images/home-product-bg.jpg) top left no-repeat;
}
.home_product_container {
    width: 100%;
    display: inline-block;
    padding: 30px 0px;
    vertical-align: top;
}
.pro_info_round_box {
    width: 222px;
    height: 222px;
    display: inline-block;
    background: url(images/common/white_tranceperent_bg.png);
    margin: 30px 0px;
    border-radius: 110px;
    text-align: center;
    padding: 20px 0px;
}
.pro_info_round_box h3 {
    padding: 0px;
    margin: 0px;
    font-size: 23.99px;
    font-family: "Avenir-Medium";
}
.pro_info_round_box h4 {
    font-family: "Avenir-Medium";
    font-size: 19.99px;
    margin: 5px 0px;
}
.pro_info_round_box h5 {
    font-family: "Avenir-Medium";
    margin: 5px 0px;
    font-size: 11.99px;
}
.blue_btn {
    display: inline-block;
    background: #6097C3;
    color: #fff;
    font-family: "Avenir-Black";
    font-size: 13.99px;
    line-height: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    text-transform: capitalize;
}
input.blue_btn {
    height: 30px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75) !important;
    margin-bottom: 0;
}
div.wpcf7 img.ajax-loader {
    display: none;
}
.blue_btn:hover,
.blue_btn:focus {
    text-decoration: none;
    color: #fff;
    background: #94A83B;
}
.light_green_containier {
    width: 100%;
    display: inline-block;
    background: #e6f9f7;
    background-repeat: no-repeat;
    position: relative;
    background-position: 20% bottom;
    background-size: contain;
    background-image: url(images/home/brooke-n-dad.png);
}
/*.light_green_containier .container {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 50%;
    background-image: url(images/home/brooke-n-dad.png);
}*/
.imgTitle {
    position: absolute;
    font-size: 12px;
    left: 20px;
    bottom: 5px;
    color: #fff;
}
.light_green_bg {
    width: 100%;
    display: inline-block;
    background: #e6f9f7;
}
.story_view {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 70px;
}
.story_view h1 {
    font-size: 47.29px;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    color: #1b1b1b;
    margin: 10px 0px;
}
.story_view p {
    margin: 30px;
}
.heading_border_line {
    width: 320px;
    height: 7px;
    background: url(images/common/heading_line.png);
    display: inline-block;
}
.orenge_bg_container {
    width: 100%;
    display: inline-block;
    background: #E78A49;
    padding: 35px 0px 50px 0px;
}
.acw_about {
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
}
.acw_circle {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 70px;
    display: inline-block;
}
.the_company {
    background: url(images/common/the_company.png)
}
.the_coffe {
    background: url(images/common/the_coffe.png);
}
.the_cause {
    background: url(/wp-content/uploads/2015/11/the_cause-2.png)
}
.acw_circle h1 {
    color: #fff;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    font-size: 43.71px;
    margin: 58px 0px;
    line-height: 48px;
}
.story_view a {
    font-size: 16px;
    padding: 10px 15px;
}
.find_sotre_section {
    width: 100%;
    height: 84px;
    display: inline-block;
    background: url(images/common/find_store_section_bg.png);
    background-size: cover;
    text-align: center;
}
.find_stor_txt {
    display: inline-block;
}
.find_stor_txt h1 {
    display: inline-block;
    font-size: 31.08px;
    color: #000;
    font-family: 'cm_hello_i_like_you_w01_regRg';
    padding: 10px;
    line-height: 34px;
    font-weight: 700;
}
.find_stor_txt h1 strong {
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    text-shadow: 1px 1px 0px #000;
}
.store_search input.blue_btn {
    border: none;
    text-transform: uppercase;
    padding: 6px;
    margin-left: -10px;
    width: auto;
    height: 28px;
    font-size: 13.99px;
}
.store_search {
    display: inline-block;
    vertical-align: top;
    font-size: 13.96px;
    margin: 30px 10px;
}
.store_search input {
    border: 1px solid #b6967b;
    border-radius: 4px;
    padding: 5px 10px;
    width: 90px;
}
.home_product_container .col-md-3 {
    padding: 0px 10px;
}
.responsive_socialIcon_section {
    vertical-align: top;
    display: none;
}
.responsive_socialIcon_section ul {
    margin: 5px 0px 5px 10px;
    padding: 0px;
}
.responsive_socialIcon_section ul li {
    display: inline-block;
    margin-right: 3px;
}
.responsive_socialIcon_section ul .socialIcon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: #fff;
    background-image: url(images/common/social_icon.jpg);
    border-radius: 22px;
    background-size: 400%;
}

.responsive_socialIcon_section ul .ig_icon {
    background-position: 0px 32px;
	background-image: url(/wp-content/uploads/2018/04/instagram-logo.jpg) !important;
	background-size: 100% !important;
}
.responsive_socialIcon_section ul .fb_icon {
    background-position: 1px 30px;
}
.responsive_socialIcon_section ul .tw_icon {
    background-position: 1px;
    background-position: -31px 28px;
}
.responsive_socialIcon_section ul .vi_icon {
    background-position: -1px;
    background-position: -66px 28px;
}
.responsive_socialIcon_section ul .in_icon {
    background-position: 29px 28px;
}
.responsive_socialIcon_section ul .fb_icon:hover {
    background-position: 1px 3.6px;
}
.responsive_socialIcon_section ul .ig_icon:hover {
    background-position: 0px 0px;
}
.responsive_socialIcon_section ul .tw_icon:hover {
    background-position: -1px;
    background-position: -31px 1.5px;
}
.responsive_socialIcon_section ul .vi_icon:hover {
    background-position: -1px;
    background-position: -66px 2px;
}
.responsive_socialIcon_section ul .in_icon:hover {
    background-position: 29px 2px;
}
.bottom_menu_responsive {
    float: right;
    background-color: #96a72f;
    height: 34px;
    width: 150px;
    border-radius: 0px 0px 5px 5px;
    padding: 1px 0px;
    display: none;
}
.bottom_menu_responsive ul {
    margin: 7px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.bottom_menu_responsive ul li {
    display: inline-block;
    padding: 0px 10px;
}
.bottom_menu_responsive ul li a {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
}
.bottom_menu_responsive ul a.cart_icon {
    position: relative;
}
.bottom_menu_responsive ul a.cart_icon .cart_count {
    right: -15px;
}
.bottom_menu_responsive ul li a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.user_icon {
    background-image: url(images/common/user_icon.png);
}
.cart_icon {
    background-image: url(images/common/cart_icon.png);
}
.search_icon {
    background-image: url(images/common/search_icon.png);
}
.navbar-toggle .icon-bar {
    width: 35px;
    height: 4px;
}
.fotter_top .footer_social_Responsive li {
    width: auto;
}
.footer_social_Responsive {
    display: none;
}
.fotter_top ul.footer_menu_dropDown {
    margin: 5px 10px;
    display: none;
}
.top_plus_icon {}.top_minus_icon {
                     background-position: -28px 0px;
                 }
.top_menu_icon {
    background-image: url('images/common/menu_toggle_icon_white.png');
    background-repeat: no-repeat;
    float: right;
    width: 28px;
    height: 22px;
    vertical-align: top;
}
.menuDD_btn,
#top_oggle_menu {
    display: none;
}
.no-transition {
    transition: all 0.7s ease;
}
.top_menu .nav>li:hover .dropdown-menu li ul.dropdown-menu {
    top: 15px;
    right: 30px;
}
.about_banner_content {
    width: 70%;
    display: inline-block;
    margin-bottom: 55px;
    padding: 10px 27px;
    padding-bottom: 20px;
    text-align: center;
    background: url(images/common/orenge_tranceperent_bg.png);
    -webkit-box-shadow: 0px -8px 48px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -8px 48px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -8px 48px -7px rgba(0, 0, 0, 0.75);
    color: #fff;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
}
.about_banner_content h1 {
    font-size: 50px;
    margin: 0px;
}
.about_banner_content h3 {
    font-size: 16px;
    margin: 0px;
    font-family: "Avenir-Black";
}
.content_container {
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding-top: 30px;
}
.about_content h1, .pageheader {
    font-size: 54px;
    margin-bottom: 20px;
}
.about_content p {
    margin: 15px 0px;
    font-size: 16px;
    color: #404040;
    line-height: 22px;
}
.about_content p a {
    text-decoration: underline;
}
.about_content p a:hover {}a.blue_color:hover {
                               color: #E78A49;
                           }
.content_banner {
    width: 100%;
    display: inline-block;
}
.content_banner img {
    width: 100%;
}
.content_container.sea_green_bg {
    margin: 0px;
    padding: 10px 0px;
}
.segreen_content_img {
    width: 100%;
    display: inline-block;
    margin-top: -200px;
}
.segreen_content_img img {
    max-width: 100%;
}
.about_pro_detail {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: "Avenir-Medium";
    color: #404040;
    margin: 10px 0px;
}
.about_pro_detail h2 {
    font-family: "Avenir-Medium";
    font-size: 20.05px;
    margin: 0px;
    padding: 0px;
}
.about_pro_detail h5 {
    font-family: "Avenir-Medium";
    margin-bottom: 0px;
    padding: 0px;
}
.about_pro_detail ul {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}
.about_pro_detail ul li {
    display: inline-block;
}
.about_pro_detail ul li a,
.about_pro_detail ul li span {
    font-size: 11.05px;
    color: #404040;
    border-right: 1px solid #404040;
    padding: 0px 5px;
}
.about_pro_detail .composite_summary ul li a,
.about_pro_detail .composite_summary ul li span {
    border: none;
}
.about_pro_detail p {
    font-size: 11.05px;
    color: #404040;
    padding: 0px 5px;
    margin: 0px;
    line-height: 16px;
}
.about_pro_detail ul li:last-child a,
.about_pro_detail ul li:last-child span {
    padding-right: 0px;
    border: 0px;
}
.pro_review {
    width: 100%;
    display: inline-block;
    font-family: "Avenir-Mediumoblique";
    font-size: 11.34px;
    margin: 5px 0px;
}
.review_star {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}
/* custom css */
.pro_qty.cat_cart_form .single_variation .price .amount { font-size: 18px;}
.pro_qty.cat_cart_form .single_variation{float: left;margin-right: 15px;}
.pro_qty.cat_cart_form .variations_button{ float: left;}
.single_variation_wrap .single_variation .price .amount{color: rgb(64, 64, 64);margin-bottom: 0px;padding-bottom: 15px;
display: block;}


.about_pro_price {
    font-size: 24.08px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}
.page-template-home-template .about_pro_price {
    width: 100%;
}
.pro_order {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
}
.about_pro_detail a.blue_btn {
    float: right;
    margin: 10px 0px;
    margin-right: 10px;
}
.about_pro_detail a.blue_btn.added {
    min-width: 120px;
}
.about_pro_detail a.blue_btn.added:hover {
    background: #6097C3;
}
.pro_qty {
    vertical-align: top;
    margin-left: 5px;
    display: inline-block;
}
.pro_qty .form-control {
    height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 12.06px;
    height: 23px;
}
.spinner {
    width: 80px;
    display: inline-block;
}
.spinner input {
    width: 80%;
}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -1px;
    float: none;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    /*padding:7px 8px;*/
    margin-left: -1px;
    position: relative;
    border-radius: 0;
    padding: 5.2px 8px;
}
.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i {
    position: absolute;
    top: -2px;
    left: 5px;
    color: #555;
}
.pro_qty .btn-default {
    color: #333;
    background-color: #c5c7c8;
}
.pro_qty_input {
    width: 35px;
    padding: 2px;
    margin: 0px;
    display: inline-block;
}
.pro_qty .spinner.input-group .form-control {
    width: 76%;
    padding: 0px 3px;
    color: #999999;
    margin: 0px 3px;
}
.about_side_img {
    width: 100%;
    display: inline-block;
}
.about_side_img img {
    max-width: 100%;
}
.contect_content {
    width: 100%;
    display: inline-block;
    padding: 20px;
    margin: 20px 0px;
}
.contectForm_detail .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
    margin: 7px 0px;
}
.contect_form_msg {
    width: 100%;
    display: inline-block;
}
.contect_form_msg .col-md-12 {
    padding: 0px 7px;
    margin: 7px 0px;
}
.contect_from_submit {
    margin: 7px 0px;
    display: inline-block;
    width: 100%;
}
.contect_from_submit .col-md-2 {
    padding: 0px 7px;
}
.contec_form_heading {
    font-family: "Avenir-Medium";
    font-size: 18px;
    margin: 0px;
    padding: 7px;
    margin-bottom: 10px;
    color: #fff;
}
.form_free_testNot {
    font-size: 18px;
    font-family: "Avenir-Medium";
    color: #fff;
    float: right;
    padding: 0px 15px;
    margin-top: 5px;
    line-height: 18px;
}
.form_free_testNot input[type=radio],
.form_free_testNot input[type=checkbox] {
    width: 18px;
    height: 18px;
    background: #fff;
    margin: 0px 10px;
    display: none;
}
.form_free_testNot input[type=radio] + label:before,
.form_free_testNot input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 15px;
    background-color: #fff;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .3);
    border-radius: 8px;
}
.form_free_testNot input[type=radio]:checked + label:before,
.form_free_testNot input[type=checkbox]:checked + label:before {
    content: "\2022";
    color: #6097C3;
    background-color: #fff;
    text-align: center;
    font-size: 28px;
    text-shadow: 0px 0px 0px #eee;
    line-height: 21px;
}
.form_free_testNot label {
    font-weight: normal;
}
#contect_us_form input[type=text],
#contect_us_form input[type=email] {
    height: 27px;
    border: 1px solid #adadad;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
}
#contect_us_form #message {
    min-height: 55px;
    border: 1px solid #adadad;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
}
#contect_us_form .form-control.blue_btn {
    font-size: 16px;
    border: none;
    border-radius: 3px;
    height: auto;
}
.contectForm_detail label.error,
label.error {
    font-size: 14px;
    color: #FF3300;
    font-weight: normal;
    font-family: "Avenir-Medium";
}
input.error.form-control:focus {
    border-color: #FF3300;
    -webkit-box-shadow: inset 0 0px 0px #F30, 0 0 7px #F30;
    box-shadow: inset 0 0px 0px #F30, 0 0 4px #F30;
}
.contect_sideBar {
    width: 100%;
    display: inline-block;
    padding-left: 50px;
}
.address_block {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
    color: #404040;
    font-size: 16pxpx;
}
.mail_address_block {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
    text-align: center;
}
.address_block h4 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Avenir-Black";
}
.address_block h5 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Avenir-Book";
}
.widget-area .address_block a {
    color: #0076bf;
    font-size: 16px;
    font-family: "Avenir-Book";
    text-decoration: underline;
}
.mail_address_block {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.mail_address_block h2 {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
}
.mail_address_block p {
    color: #606060;
    font-size: 17px;
    line-height: 19px;
hyphens:none;
}
.sing_up input {
    text-align: center;
    margin-bottom: 10px;
    height: 30px;
    border-radius: 7px;
}
.sing_up.news_custom_form input {
    text-align: left;
}
.sing_up input.blue_btn {
    text-transform: uppercase;
}
input.blue_btn {
    border: none;
    font-size: 16px;
}
.stor_map_wrapper {
    width: 100%;
    /*30-04-15 */
    display: inline-block;
    margin: 20px 0px;
    margin-bottom: 50px;
}
.stor_map {
    display: inline-block;
    overflow: hidden;
    height: 620px;
    width: 95%;
}
#gmap_canvas {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
}
.stor_address h4 {
    font-family: "Avenir-Black";
    font-size: 18.02px;
    color: #6097C3;
    position: relative;
    display: inline-block;
}
.stor_address p {
    font-size: 14.02px;
    font-family: "Avenir-Book";
    margin: 0px;
    max-width: 98%;
}
.stor_address {
    display: inline-block;
    padding: 10px 6px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    width: 100%;
}
.stor_address a {
    color: #34A3F5;
    text-decoration: underline;
}
.cup_icon_heading {
    width: 21px;
    height: 17px;
    display: inline-block;
    background: url(images/common/cupCart_icon.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 2px;
}
.cart_icon_heading {
    width: 20px;
    height: 17px;
    display: inline-block;
    background: url(images/common/cupCart_icon.jpg);
    background-repeat: no-repeat;
    background-position: -29px;
    position: absolute;
    left: -30px;
    top: 0px;
}
.cup_cart_icon_heading {
    width: 49px;
    height: 17px;
    display: inline-block;
    background: url(images/common/cupCart_icon.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: -57px;
    top: 2px;
}
.next_pre {
    margin: 5px;
    padding: 0px;
}
.carousel .next_pre li {
    display: inline-block;
    margin-right: 0;
}
.next_pre li a {
    padding: 0px 10px;
    border-left: 1px solid #424242;
    line-height: 10px;
    font-size: 12px;
    display: inline-block;
}
.next_pre li:first-child a {
    border: none;
}
.menu_block {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.menu_block h3 {
    font-size: 21.96px;
    font-family: 'Avenir Next LT Pro Bold';
    margin: 0px;
    padding: 0px;
}
.menu_block ul {
    margin: 10px 0px;
    padding: 0px;
}
.menu_block ul li {
    display: inline-block;
    width: 100%;
}
.menu_block ul li a {
    font-family: "Avenir-Medium";
    font-size: 14.98px;
    color: #404040;
    padding: 8px 0px;
    display: inline-block;
}
.menu_block ul li a:hover {
    text-decoration: none;
    color: #E78A49;
}
.side_bar_content {
    width: 140px;
    display: inline-block;
}
.free_offer_content {
    width: 100%;
    display: inline-block;
    background: #E78A49;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.offer_bag_img {
    width: 100%;
    display: inline-block;
    margin-top: -90px;
}
.free_offer_content h1,
.free_offer_content h1 small,
.free_offer_content h2 {
    font-family: 'press_styleregular';
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.free_offer_content h3,
.free_offer_content h4,
.free_offer_content h5 {
	font-family: 'cm_hello_i_like_you_w01_bolRg';
	margin: 0px;
    padding: 0px;
}
.free_offer_content h1 {
    font-size: 104px;
    line-height: 90px;
}
.free_offer_content h1 small {
	vertical-align: top;
}
.free_offer_content h2 {
    font-size: 94px;
    line-height: 80px;
}
.free_offer_content h3 {
    font-size: 70px;
    line-height: 65px;
}
.free_offer_content h4 {
    font-size: 36px;
    line-height: 30px;
}
.free_offer_content h5 {
    font-size: 23px;
    line-height: 20px;
}
.left_bar_signup .mail_address_block h2 {
    letter-spacing: -1px;
}
.left_bar_signup .mail_address_block input[type=text],
.left_bar_signup .mail_address_block input[type=email] {
    height: 27px;
    border: 1px solid #cfd0d1;
    box-shadow: inset 0px 1px 1px #ccc;
}
.right_content_main_heading {
    display: inline-block;
    width: 100%;
}
.right_content_main_heading .col-md-12 {
    padding: 0px;
}
.main_heading_container {
    width: 100%;
    display: inline-block;
    position: relative;
}
.main_heading_text {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    font-size: 85.97px;
    line-height: 75px;
    padding: 10px 0px;
    color: #fff;
    margin-top: 5px;
}
.single_product_right_content .main_heading_text {
    font-size: 40.5px;
    line-height: 35px;
    padding: 5px 0px;
}
.blue_heading {
    background: url(images/shop_landing/blue_heading_bg.jpg);
    background-repeat: no-repeat;
}
.seagreen_heading {
    background: url(images/shop_landing/seagreen_heading_bg.jpg);
    background-repeat: no-repeat;
}
.green_heading {
    background: url(images/shop_landing/green_heading_bg.jpg);
    background-repeat: no-repeat;
}
.orenge_heading {
    background: url(images/shop_landing/orenge_heading_bg.jpg);
    background-repeat: no-repeat;
}
.right_container {
    width: 100%;
    display: inline-block;
}
.right_container:last-child {
    margin-bottom: 50px;
}
.right_text_content {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
    margin-bottom: 40px;
}
.pro_img {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.pro_img img {
    min-height: 140px;
    max-height: 140px;
    width: auto;
}
.product_detail {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
    margin-bottom: 0px;
}
.right_text_content .col-md-12 p {
    font-size: 16px;
    color: #606060;
}
.green_bg_social_link .acw_socialIcon {
    margin: 10px 0px;
}
.green_bg_social_link .acw_socialIcon .socialIcon {
    background-image: url(images/common/social_white_icon.png);
    background-color: #96a81e;
    background-repeat: no-repeat;
    border: none;
}
.green_bg_social_link .acw_socialIcon .fb_icon {
    background-position: 6px 3px;
}
.green_bg_social_link .acw_socialIcon .tw_icon {
    background-position: -22px 2px;
}
.green_bg_social_link .acw_socialIcon .vi_icon {
    background-position: -53px 2px;
}
.green_bg_social_link .acw_socialIcon .in_icon {
    background-position: -81px 2px;
}
.green_bg_social_link .acw_socialIcon .socialIcon:hover {
    background-color: #E78A49;
}
.product_detail .pro_review,
.single_product_detail .about_pro_detail .pro_review {
    color: #c07339;
}
.subscribe_section {
    width: 100%;
    min-height: 560px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    margin: 20px 0px;
    text-align: center;
    padding-top: 30px;
    background: url(images/shop_landing/coffe_glass.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.subscribe_section h1 {
    font-family: 'press_styleregular';
    font-size: 61.36px;
    color: #E78A49;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    line-height: 50px;
}
.subscribe_section h2 {
    font-size: 40.2px;
    margin: 0px;
    padding: 0px;
    line-height: 36px;
    color: #000;
}
.subscribe_section h3 {
    font-size: 29.62px;
    margin: 0px;
    padding: 0px;
}
.subscribe_section a {
    margin-top: 15px;
}
.product_checkOut {
    background-color: #E78A49;
    display: inline-block;
    padding: 5px;
    color: #fff;
    position: absolute;
    z-index: 9;
    right: 0px;
    bottom: 59px;
    font-size: 14.03px;
    font-family: "Avenir-Black";
}
.product_checkOut:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #E78A49;
    left: 2px;
    bottom: -20px;
    position: absolute;
}
a.blue_btn.added:hover .product_checkOut {
    background: #94A83B;
}
.pro_subscribe_today {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.about_pro_detail .pro_subscribe_today a.blue_btn {
    float: none;
    text-align: center;
    margin: 0px;
    margin-top: 21px;
}
.single_product_img {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.single_product_detail {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
}
.single_product_detail .about_pro_detail {
    text-align: left;
}
.single_product_detail .about_pro_detail p {
    margin: 5px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    padding: 0px;
}
.single_product_detail .about_pro_detail .single_pro_detail_info {
    width: 100%;
    display: inline-block;
    margin: 15px 0px;
}
.single_product_detail .about_pro_detail a.blue_btn {
    float: none;
    margin: 0px;
}
.single_product_detail .about_pro_price {
    width: 100%;
}
.signup_subscription {
    width: 100%;
    display: inline-block;
    font-size: 11.02px;
    font-family: "Avenir-Medium";
    margin: 10px 0px;
}
.signup_subscription a {
    color: #6097C3;
    text-decoration: underline;
}
.home_product_container .signup_subscription {
    display: none;
}
.home_product_container .quantity {
    display: none!important;
}
.home_product_container .cart {
    padding: 0;
    background: none;
}
.home_product_container .cart .blue_btn {
    margin-top: 5px;
}
.single_product_detail .pro_qty {
    margin: 0px;
}
.single_product_right_content .subscribe_section {
    min-height: 300px;
    background-position: right 158px;
    background-size: 75%;
    padding-top: 10px;
}
.single_product_right_content .right_text_content {
    margin-bottom: 100px;
}
.customer_review .col-md-5 {
    width: 45%;
}
.customer_review .col-md-2 {
    width: 10%;
}
.about_pro_detail h6 {
    font-size: 11.02px;
    font-family: "Avenir-Medium";
    color: #404040;
    margin: 0px;
    margin-top: 5px;
}
.customer_review {}.single_product_detail customer_review .about_pro_detail .single_pro_detail_info {
                       margin: 5px 0px;
                   }
.single_product_detail .about_pro_detail p a {
    color: #6097C3;
    text-decoration: underline;
}
.write_a_review {
    text-align: center;
    float: left;
    width: 100%;
}
.write_a_review .blue_btn {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 10px 0px;
}
.see_all_review {
    width: 100%;
    display: inline-block;
}
.see_all_review a {
    font-size: 15.86px;
    text-decoration: underline;
    color: #6097C3;
    display: inline-block;
    position: relative;
}
.see_all_review a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #E78A49;
    right: -20px;
    bottom: 5px;
    position: absolute;
}
.see_all_review a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #E78A49;
    left: -20px;
    bottom: 5px;
    position: absolute;
}
/*.single_product_detail .input-group-btn-vertical i {  top: -2px;  color:#555;}.single_product_detail .pro_qty .form-control{	font-size:12.06px;	height: 23px;}.single_product_detail .input-group-btn-vertical > .btn{	padding: 5.2px 8px;}*/
.single_product_right_content .subscribe_section,
.single_product_right_content .product_detail {
    margin: 0px;
}
.customer_review .single_product_detail {
    margin: 10px 0px;
}
.single_product {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.sigle_option_category .input-group.spinner {
    display: none;
}
.sigle_option_category .about_pro_detail a.blue_btn {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
}
.left_content h2 {
    font-size: 54px;
    margin: 0px;
    margin-bottom: 30px;
}
.left_content p {
    margin: 7px 0px 18px 0px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Avenir-Book";
}
.left_content ul {
    width: 75%;
    display: inline-block;
}
.left_content ul li {
    float: left;
    width: 50%;
}
.form-control {
    box-shadow: inset 0px 1px 1px #ccc;
    height: 30px;
    line-height: 1;
}
.entry-content input.form-control {
    margin: 0;
    text-transform: capitalize;
}
.wholesaleform {
    border: 1px solid #cdcdcd;
    padding: 20px 0px;
}
.wholesaleform .form-control {
    margin: 15px 0px;
    height: 30px;
    font-size: 14px;
    color: #404040;
}
.wholesaleform .form-control.blue_btn {
    width: 120px;
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.right_sideBar h1 {
    font-size: 109.71px;
    margin: 0px;
    text-align: center;
    color: #E78A49;
    font-family: 'press_styleregular';
    text-transform: uppercase;
    line-height: 110px;
}
.right_sideBar h2 {
    margin: 0px;
    text-align: center;
    font-size: 68.31px;
    line-height: 40px;
}
.right_sideBar h3 {
    margin: 0px;
    text-align: center;
    font-size: 39.15px;
    line-height: 18px;
}
.wholesaleform form {
    margin: 20px 0px 40px 0px;
    padding: 0px 15px;
}
.wholesale_pro_img {
    float: right;
    margin: -77px -40px 0px 0px;
}
.free_testing_container {
    width: 100%;
    margin: 30px 0px;
}
.testing_content {
    width: 100%;
    display: inline-block;
    background: url(images/common/white_tranceperent_bg.png);
    padding: 20px 10px;
    font-family: "Avenir-Book";
    margin-top: 35px;
    color: #404040;
    font-size: 16px;
    padding: 20px;
}
.testingHeading {
    font-size: 44px;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    color: #000;
}
.testingHeading span {
    font-family: 'press_styleregular';
    font-size: 71px;
    line-height: 71px;
    color: #6097C3;
}
.testing_content_text input[type=email],
.testing_content_text input[type=text],
.testing_content_text select {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(216, 216, 216, 1);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(216, 216, 216, 1);
    box-shadow: inset 1px 1px 3px 0px rgba(216, 216, 216, 1);
    border-color: #d8d8d8;
}
.testing_content_text label {
    font-weight: normal;
}
.testing_content_text p {
    font-size: 14px;
}
.testing_content_text .form-horizontal .form-group {
    margin: 15px 0px;
}
.testing_content_text input[type=radio] {
    width: 18px;
    height: 18px;
    background: #fff;
    margin: 0px 10px;
    display: none;
}
.testing_content_text input[type=radio] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 8px;
}
.testing_content_text input[type=radio]:checked + label:before {
    content: "\2022";
    color: #666;
    background-color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 21px;
}
.testing_content_text input[type=radio]:checked + label span {
    display: inline-block;
    width: 90%;
}
.testing_content_text select.form-control {
    width: auto;
    min-width: 115px;
    margin: 0px 10px;
    display: inline-block;
    height: auto;
    padding: 4px 3px;
    line-height: 24px;
    border-color: #d8d8d8;
    background: #fff;
    height: 30px;
}
.testing_content_text .row .form-control {
    margin: 7px 0px;
    height: 30px;
    padding: 7px;
}
.testing_content_text .form-control.blue_btn {
    margin: 7px 0px;
    float: none;
    width: auto;
    display: inline-block;
    text-transform: inherit;
}
.coffee_glass_bg {
    width: 100%;
    display: inline-block;
    border: 1px solid #cdcdcd;
    padding: 30px 0px;
    background: url(images/shop_landing/coffe_glass.png);
    background-repeat: no-repeat;
    background-position: right 180px;
    min-height: 360px;
    background-size: 85%;
}
.coffee_glass_bg form {
    padding: 0px 20px;
}
.coffee_glass_bg .form-control {
    min-width: 100px;
    width: 120px;
    display: inline-block;
    height: auto;
    vertical-align: top;
    padding: 3px;
    text-transform: inherit;
    line-height: 22px;
}
.coffee_glass_bg label {
    width: 100%;
    display: inline-block;
    margin: 0px;
}
.coffee_glass_bg .form-control.blue_btn {
    margin-left: 10px;
}
.acw_container {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 20px 0px;
}
.free_testing_container.acw_container {
    margin-bottom: 0px;
}
.comapny_logo_section .col-md-2 {
    width: 20%;
    padding: 0px;
    float: left;
}
.comapny_logo_section .col-md-2:first-child {
    text-align: left;
}
.comapny_logo_section .col-md-2:last-child {
    text-align: right;
}
.comapny_logo_section h4 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Avenir-Black";
}
.company_logo {
    margin: 20px 0px;
    margin-bottom: 40px;
}
.company_logo img {
    max-width: 100%;
    height: 43px;
}
.news_content {
    padding: 0px;
    margin-bottom: 80px;
}
.news_content h1 {
    font-size: 54px;
    margin: 10px 0px;
}
.vedio_detail {
    width: 90%;
    display: inline-block;
    font-family: "Avenir-Book";
    font-size: 16px;
    margin: 10px 0px;
}
.video_container {
    width: 100%;
    display: inline-block;
}
.video_container img {
    max-width: 100%;
}
.search_block {
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
}
.search_block input.form-control {
    width: 190px;
    height: 30px;
    display: inline-block;
    border-radius: 7px;
}
.search_block input.form-control.search_btn {
    width: 32px;
    height: 30px;
    margin-left: -12px;
    background: #859b18;
    border: 1px solid #738615;
    box-shadow: none;
    text-align: center;
    padding: 0px;
    color: #fff;
    border-radius: 3px;
}
.search_block input.form-control.search_btn:hover {
    background: #00A89F;
    border-color: #01948e;
}
.event_content {
    width: 100%;
    display: inline-block;
}
.event_img {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.event_img img {
    max-width: 100%;
}
.event_content h2 {
    font-family: "Avenir-Medium";
    font-size: 18px;
}
.event_content p {
    font-size: 14px;
    color: #8b9091;
}
.load_more {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 10px 0px;
}
/* menual signupform */
.link,
.link a,
.signupframe {
    color: #226699;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.link,
.link a {
    text-decoration: none;
}
.signupframe .required {
    font-size: 10px;
}
.nex_pre_btn {
    width: 100%;
    display: inline-block;
    position: relative;
    bottom: 0;
    height: 36px;
    padding-left: 36px;
    right: 0px;
    border: none;
}
.nex_pre_btn .sr-only {
    clip: inherit;
    overflow: inherit;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}
.nex_pre_btn .carousel-control.left,
.nex_pre_btn .carousel-control.right,
.nex_pre_btn .sr-only {
    position: relative;
    color: #34A3F5;
    text-shadow: none;
    text-decoration: underline;
    margin: 0px;
    opacity: 1;
}
.nex_pre_btn .carousel-control.right {
    padding-left: 15px;
}
.indicator_arrow {
    display: none;
    background-image: url(images/common/pre_arrow.png);
    width: 15px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    left: -55px;
    top: 80px;
}
/* ========================= Check box css ========================*/
.custom-checkbox {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    position: relative;
}
.custom-checkbox:hover {
    background: #EAEAEA;
}
.custom-checkbox.selected {
    background: #fff;
}
.custom-checkbox.selected:after {
    width: 8px;
    height: 8px;
    background: #666666;
    position: absolute;
    left: 3px;
    border-radius: 5px;
    content: '';
    top: 3px;
}
.custom-checkbox input[type="checkbox"] {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
/* ========================= END Check box css ========================*/
#landing_page_form {
    text-align: center;
}
#landing_page_form .subscribe_section {
    max-width: 620px;
    text-align: left;
    min-height: 350px;
    background-image: url(http://softgrid.in/wp_aspire/wp-content/uploads/2015/06/coffee_cup.png);
}
#landing_page_form .col-md-8 {
    width: 75%;
}
.woocommerce .woocommerce-result-count {
    display: none;
}
.page-template-fullpage.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    line-height: 20px;
}
body.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1;
    margin-bottom: 15px;
}
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal label {
    vertical-align: top;
}
.woocommerce #payment #place_order,
.woocommerce form .form-row-last,
.woocommerce-page #payment #place_order,
.woocommerce-page form .form-row-last {
    line-height: 20px;
    font-size: 16px;
}
.headerSection {
    z-index: 99;
}
.top_menu_icon {
    display: none;
}
.side_bar_responsive {
    display: none;
}
body.page-template-fullpage.woocommerce-cart table.shop_table th {
    padding: 9px 62.4px;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table thead,
.woocommerce table.shop_table thead tr,
.woocommerce table.shop_table tbody,
.woocommerce table.shop_table tbody tr {
    display: inline-block;
    width: 100%;
}
.page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-remove,
.woocommerce table.shop_table tbody tr td.product-remove {
    width: 5%;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail,
.page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-thumbnail {
    width: 12%;
}
.page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-name,
.woocommerce table.shop_table tbody tr td.product-name {
    width: 29%;
}
.woocommerce table.shop_table tbody tr td.actions {
    float: left;
    width: 100%;
}
.woocommerce table.shop_table tbody tr td,
.page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th {
    padding: 9px 20px;
    float: left;
    width: 18%;
}

.page-id-76 .woocommerce table.shop_table tbody tr.shipping td {    width: 100%;}

.woocommerce table.shop_table tbody tr.donation-block td {
    width: 100%;
}
.woocommerce table.shop_table tbody tr {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce table.shop_table tbody tr td {
    border: none;
}
body.woocommerce #order_review table.shop_table tbody th,
body.woocommerce #order_review table.shop_table tfoot td,
.woocommerce #order_review table.shop_table tfoot th,
.woocommerce #order_review table.shop_table thead th,
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce #order_review table.shop_table tbody tr td.product-name {
    border: none;
    width: 49%;
    display: inline-block;
}
.woocommerce #order_review table.shop_table tbody,
.woocommerce #order_review table.shop_table tfoot,
.woocommerce table.shop_table tfoot {
    width: 100%;
    display: inline-block;
}
.woocommerce #order_review table.shop_table tbody tr,
.woocommerce #order_review table.shop_table tfoot tr,
.woocommerce table.shop_table tfoot tr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    display: inline-block;
}
body.woocommerce .woocommerce-product-rating .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.about_pro_detail .pro_qty .spinner.input-group {
    border-radius: 3px;
    background: #fff;
}
.about_pro_detail .pro_qty .spinner.input-group .form-control {
    width: 100%;
    margin: 0px;
    background: none;
}
/*.proInfo .pro_qty .spinner.input-group:after, .woocommerce div.product form.cart .variations td.value:after,#custom_cart_form .spinner:after{	content: "\f0dd";	width: 16px;	height: 10px;	position: absolute;	bottom: 1px;	right: 3px;	font-family: FontAwesome;	background: #c5c7c8;	font-size: 15.5px;	line-height: 2px;	color: #555;}.proInfo .pro_qty .spinner.input-group:before,#custom_cart_form .spinner:before,.woocommerce div.product form.cart .variations td.value:before{	content: "\f0de";	width: 16px;	height: 11px;	position: absolute;	top: 1px;	right: 3px;	font-family: FontAwesome;	background: #c5c7c8;	font-size: 15px;	line-height: 20px;	color: #555;}#custom_cart_form .spinner:before, #custom_cart_form .spinner:after{	right: 0px;}.woocommerce div.product form.cart .variations td.value:after, .woocommerce div.product form.cart .variations td.value:before{	right: 0px;	height: 12px;	text-align: center;	width: 18px;	z-index:-1;}.proInfo .pro_qty .spinner.input-group, .woocommerce div.product form.cart .variations td.value{	position:relative;	}*/
.woocommerce-cart .woocommerce td.product-name dl.variation dd,
.woocommerce-cart .woocommerce td.product-name dl.variation dt {
    float: none;
    display: inline-block;
}
.about_pro_detail .pro_qty .spinner.input-group select.form-control,
.proInfo .pro_qty .spinner.input-group select,
.woocommerce div.product form.cart .variations td.value select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding-right: 15px;
    text-transform: capitalize;
}
select::-ms-expand {
    display: none;
}
.woocommerce.woocommerce-page div.product form.cart div.quantity {
    display: inline-block;
    float: none;
}
.woocommerce.woocommerce-page div.product form.cart div.quantity input.qty {
    padding: 2px;
    font-size: 12.06px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px #ccc;
    box-shadow: inset inset 0px 1px 1px #ccc;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.img_banner_section .flex-direction-nav a {
    outline: none;
}
#The_cause .col-md-4.right {
    float: right;
}
.user_login_container_940 .bottom_menu_bar {
    width: 610px;
}
.user_login_container_940 .socialIcon_section {
    width: 27%;
}
.user_login_container_940 .loginNcart {
    width: 44%;
}
.top_menu .navbar-nav>li.logout_menu {
    display: none;
}
.woocommerce table.shop_table tbody tr.component_table_item {
    border-top: none;
}
#parallax1,
#parallax2,
#parallax3,
#schedule-parallax1, #partners2, #partners {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#parallax1 {
    /* background-image: url('images/parallax/parallax-1-bg.jpg'); */
}
#parallax2 {
    /* background-image: url('images/parallax/parallax-2-bg.jpg');*/
}
#parallax3 {
    background-image: url('images/parallax/parallax-3-bg.jpg');
}
#schedule-parallax {
    background-image: url('images/parallax/parallax-4-bg.png');
}
#parallax1 .parallax-bg,
#parallax2 .parallax-bg,
#parallax3 .parallax-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#parallax1 .parallax-bg {
    background-image: url('/wp-content/uploads/2021/09/alicia-parallax.jpg');
}
#parallax2 .parallax-bg {
    background-image: url('images/parallax/parallax-2-comp.png');
}
#parallax3 .parallax-bg {
    background-image: url('images/parallax/parallax-3-comp.png');
}
#schedule-parallax .parallax-bg {
    background: url('images/parallax/parallax-4-fg.png') right center no-repeat;
}
.proceed-to-checkout {
    position: absolute;
    z-index: 9999;
    display: none;
}
.proceed-to-checkout .innter-text {
    padding: 5px 10px;
    background: #ff9d52;
    color: #fff;
}
.proceed-to-checkout .innter-text a {
    color: #fff;
    text-decoration: underline;
}
.proceed-to-checkout .bottom-mark {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #ff9d52;
}
.page-id-68 .left_content p {
    margin-bottom: 18px;
}
#ship-to-different-address-checkbox {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
#wooc_ar_opt_in_field .input-checkbox {
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 20px;
    margin-right: 0;
}
.term-description p {
    font-size: 16px;
    line-height: 22px;
}
.widget_endo_wrc_widget {
    padding: 0;
    border: none;
}
.woocommerce-account .woocommerce table.shop_table thead tr th {
	padding: 9px 20px;
    float: left;
    width: 18%;
}

/* =======================Start Responsive CSS======================== */
@media (max-width: 1700px) {
    #schedule-parallax .parallax-bg {
        background: url('images/parallax/parallax-4-fg-small.png') bottom right no-repeat;
    }
    .light_green_containier {
        background-position: 10% bottom;
    }
}
@media (max-width: 1500px) {
    .light_green_containier {
        background-size: initial;
        background-position: left bottom;
    }
}
@media (max-width: 1200px) {
    .container,
    .img_banner_container {
        width: 930px;
    }
    .container_940 {
        width: 900px;
    }
    .top_menu .navbar-nav>li {
        padding-left: 22px;
    }
    .wrapper_1080 {
        width: 100%;
    }
    .pro_bag {
        right: -22px;
    }
    .oreng_one_third_content {
        margin-left: 0px;
    }
    .orenge_one_third {
        padding: 0px 5px;
    }
    .content3_text p {
        margin: 5px 0px;
    }
    .acw_circle {
        width: 250px;
        height: 250px;
        background-size: 100%;
        padding-top: 45px;
    }
    .subscribe_section h1 {
        font-size: 59px;
    }
    .subscribe_section h2 {
        font-size: 39px;
    }
    .testingHeading span {
        font-size: 65px;
    }
    .testing_content_text select.form-control {
        width: 105px;
        min-width: 105px;
        padding: 3px;
    }
    .coffee_glass_bg .form-control {
        width: 100px;
        font-size: 12px;
    }
    .search_block input.form-control {
        width: 178px;
    }
    #custom_cart_form .cart_btn_wrap .blue_btn,
    .cat_cart_form .cart_btn_wrap .blue_btn {
        margin-top: 10px;
        min-width: 120px;
    }
    .oreng_one_third_content {
        padding: 15px 10px 0;
    }
    #myList .col-md-6 {
        min-height: 300px;
    }
    .light_green_containier {
        background-size: 57%;
    }
    .story_view {
        margin-bottom: 0;
    }
    .light_green_containier {
        background-repeat: no-repeat;
        background-position: left 75px;
    }
}
@media (max-width: 990px) {
    .container,
    .img_banner_container {
        width: 730px;
    }
    .footer_col {
        width: 700px;
    }
    .container_940 {
        width: 700px;
    }
    .user_login_container_940 {
        width: 750px;
    }
    .top_menu .navbar-nav>li {
        padding-left: 14px;
    }
    .top_menu .navbar-nav>li>a {
        font-size: 14px;
    }
    .home_product_container .col-md-3 {
        float: left;
        width: 25%;
        text-align: center;
    }
    .pro_info_round_box {
        margin: 10px 0px;
        width: 200px;
        height: 200px;
        padding: 5px 0px;
    }
    .acw_about .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
    .acw_circle {
        width: 225px;
        height: 225px;
        padding-top: 34px;
        background-size: 100% !important;
    }
    .green_orenge_container .col-md-8 {
        float: left;
        width: 50%;
    }
    .green_orenge_container .col-md-4 {
        float: left;
        width: 50%;
    }
    .pro_bag {
        top: -40px;
    }
    .orenge_one_third {
        min-height: 360px;
    }
    .pro_info_round_box {
        width: 180px;
        height: 180px;
    }
    .gray_bg .home_product_container .pro_img img {
        width: 40px;
        height: 48px;
    }
    .pro_info_round_box h4 {
        font-size: 14px;
    }
    .light_green_containier .col-md-6 {
        float: left;
        padding: 0px;
        width: 50%;
    }
    .light_green_containier {
        background-size: 60%;
    }
    .story_view p {
        margin: 7px 0px;
    }
    .story_view h1 {
        font-size: 34.29px;
        margin: 2px 0px;
    }
    .light_green_containier {
        background-size: 52%;
    }
    .fotter_top .col-md-2,
    .fotter_top .col-md-1 {
        float: none;
        width: 32%;
        margin: 20px 0px;
        display: inline-block;
        vertical-align: top;
    }
    .fotter_top .blank_col {
        display: none;
    }
    .bottom_footer_content .col-md-4 {
        width: 32%;
        display: inline-block;
        vertical-align: top;
    }
    .pro_bag {
        right: -10px;
    }
    .banner_content {
        margin-bottom: 30px;
    }
    .find_stor_txt h1 {
        font-size: 22px;
    }
    .content_container .col-md-4 {
        float: left;
        width: 33%;
    }
    .content_container .col-md-8 {
        float: left;
        width: 65%;
    }
    .content_container.sea_green_bg .col-md-5 {
        width: 35%;
        float: left;
    }
    .content_container .col-md-6 {
        width: 50%;
        float: left;
    }
    .content_container.sea_green_bg .col-md-6 {
        width: 65%;
        float: left;
    }
    .content_container.sea_green_bg .about_add2cart_content .col-md-6 {
        width: 50%;
        float: left;
    }
    .segreen_content_img {
        margin-top: -50px;
    }
    .pro_qty {
        float: none;
        display: inline-block;
    }
    .wpcf7-list-item-label {
        font-size: 12px;
        padding: 0;
    }
    .segreen_content_img img {
        max-width: 120%;
    }
    .page-template-contact-us .contact_page .col-md-8 {
        width: 65%;
        float: left;
        margin-right: 30px;
    }
    .contact_page .col-md-3,
    .single .col-md-3 {
        width: 30%;
        float: left;
    }
    .single .col-md-9 {
        width: 70%;
    }
    .contectForm_detail .col-md-3 {
        width: 25%;
        float: left;
    }
    .contect_from_submit .col-md-10 {
        width: 75%;
        float: left;
    }
    .contect_from_submit .col-md-2 {
        width: 25%;
        float: left;
    }
    .form_free_testNot {
        padding: 0px;
        font-size: 16px;
        float: left;
        width: 100%;
    }
    .top_menu .nav>li:hover .dropdown-menu {
        left: 15px;
    }
    .left_side_bar {
        float: left;
        width: 25%;
    }
    .right_side,
    .single_product_right_content {
        float: left;
        width: 75%;
    }
    .right_side .right_text_content .col-md-6 {
        width: 80%;
    }
    .subscribe_section h2 {
        font-size: 26px;
    }
    .subscribe_section h3 {
        font-size: 22px;
    }
    .subscribe_section h1 {
        font-size: 42px;
    }
    .about_pro_detail a.blue_btn.added {
        margin-right: 30px;
    }
    .product_checkOut {
        right: 17px;
    }
    .right_text_content .col-md-4.subscribe_add {
        width: 33%;
    }
    .right_text_content .col-md-4 {
        float: left;
        width: 50%;
    }
    .single_product_right_content .col-md-8,
    .single_product_right_content .col-md-4 {
        width: 100%;
    }
    .single_product_right_content .subscribe_section_txt {
        float: left;
        margin: 10px;
    }
    .single_product_right_content .subscribe_section {
        min-height: 100px;
        background-position: right 0px;
        background-size: auto;
        padding-top: 10px;
    }
    .customer_review .col-md-5 {
        width: 50%;
        float: left;
    }
    .wholesaleform h1 {
        font-size: 90px;
    }
    .wholesale_pro_img {
        margin: -35px -40px 0px 0px;
    }
    .free_testing_container .col-md-6 {
        width: 70%;
    }
    .free_testing_container .testing_content_text .col-md-6 {
        float: left;
        width: 50%;
    }
    .free_testing_container .testing_content_text .col-md-5 {
        float: left;
        width: 32.666667%;
        padding: 0;
    }
    .free_testing_container .testing_content_text .col-md-4 {
        float: left;
        width: 38.333333%;
        margin: 0px;
    }
    .free_testing_container .testing_content_text .col-md-3 {
        float: left;
        width: 29%;
    }
    .coffee_glass_bg .form-control {
        width: 58%;
        min-width: 58%;
        margin-bottom: 10px;
        float: left;
        font-size: 8px;
    }
    .coffee_glass_bg.right_sideBar .form-control.blue_btn {
        margin-left: 6px;
        float: left;
        font-size: 9px;
        height: 19px;
        vertical-align: top;
        padding: 0px;
        min-width: 64px;
        width: 64px;
    }
    .right_sideBar h1 {
        font-size: 60px;
        line-height: 55px;
    }
    .right_sideBar h3 {
        margin: 0px;
        text-align: center;
        font-size: 34.15px;
        line-height: 34.15px;
    }
    .topHeader {
        height: 41px;
    }
    .woocommerce-page .col-md-9,
    .col-md-9 {
        width: 75%;
        float: left;
    }
    .single-product.woocommerce-page .col-md-9 {
        width: 68%;
        float: left;
    }
    body.woocommerce.woocommerce-page ul.products li.product,
    .woocommerce.woocommerce-page ul.products li.product {
        width: 49%;
    }
    .right_text_content .col-md-8 {
        width: 100%;
    }
    #pro_coffee .subscribe_section {
        width: 100%;
        min-height: 290px;
        margin: 20px 0px;
        text-align: left;
    }
    #pro_coffee .subscribe_section_txt {
        display: inline-block;
        width: 50%;
        text-align: center;
        margin: 20px;
    }
    #pro_coffee .col-md-4 {
        width: 100%;
    }
    .news_content .col-md-9 {
        width: 70%
    }
    .page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-name,
    .woocommerce table.shop_table tbody tr td.product-name {
        width: 28%;
    }
    .woocommerce-cart.woocommerce-page table.cart td.actions input {
        width: 125px;
        margin: 0px 5px;
    }
    .woocommerce-page table.cart td.actions .coupon {
        display: inline-block;
        min-width: 78%;
        text-align: left;
    }
    .green_orenge_container .content3_text {
        padding: 20px;
    }
    #myList .col-md-6 {
        min-height: 300px;
    }
    .menu_block ul li a {
        font-size: 11.98px;
        padding: 5px 0px;
    }
    .mail_address_block h2 {
        font-size: 25.04px;
    }
    .mail_address_block p {
        font-size: 9.97px;
    }
    .home_product_container .container {
        margin-top: 70px;
    }
    #footer-parallax {
        height: 90px !important;
        min-height: 90px !important;
    }
    .find_sotre_section {
        height: 90px !important;
    }
    .right_sideBar h2 {
        font-size: 48.31px;
        line-height: 40px;
    }
    .wholesaleform form {
        margin: 0 0px;
        padding: 0px 15px;
    }
    #myList .col-md-12 {
        float: left;
        width: 100%;
    }
    .page-template-contact-us .col-md-9 {
        width: 69%;
        float: left;
    }
    .testing_content_text .row .form-control::-webkit-input-placeholder,
    .wholesaleform .form-control::-webkit-input-placeholder,
    .testing_content_text .row .form-control:-moz-placeholder,
    .wholesaleform .form-control:-moz-placeholder,
    .testing_content_text .row .form-control:-ms-input-placeholder,
    .wholesaleform .form-control:-ms-input-placeholder,
    input[placeholder],
    [placeholder],
    *[placeholder] {
        font-size: 12px;
        line-height: 1;
    }
    .side_bar_menu #woocommerce-widget-area.widget-area .common_color a {
        font-size: 18.96px;
    }
    .company_logo img {
        max-width: 100%;
        height: 30px;
    }
    .widget-area .address_block a {
        font-size: 12px;
    }
    .contec_form_heading {
        font-size: 12px;
    }
    .address_block h4 {
        font-size: 14px;
    }
    .address_block h5 {
        font-size: 14px;
    }
    .home_product_container.parallax {
        background-size: contain;
    }
}
@media (max-width: 767px) {
    #schedule-parallax .parallax-bg {
        background: none;
    }
    .navbar-toggle .icon-bar,
    .top_menu .navbar-toggle .icon-bar+.icon-bar {
        background: #fff;
        margin-top: 10px;
        width: 55px;
        height: 6px;
    }
    .navbar-toggle {
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
        margin-top: 4px;
    }
    .container,
    .img_banner_container {
        width: 90%;
    }
    .container_940 {
        width: 95%;
    }
    .topHeader .col-md-2 {
        float: left;
        width: 150px;
    }
    .topHeader .col-md-10 {
        width: 75%;
        float: right;
        text-align: center;
        position: inherit;
        padding-right: 0px;
    }
    .topHeader {
        position: relative;
    }
    .top_menu {
        width: auto;
        min-width: 40px;
        float: right;
    }
    .bottom_menu_bar {
        display: none;
    }
    .bottom_menu_responsive {
        display: block;
    }
    .responsive_socialIcon_section {
        display: inline-block;
        margin-top: 14px;
    }
    .logo_section {
        width: 100%;
    }
    .bottom_menu_bar {
        width: 200px;
    }
    .responsive_socialIcon_section ul {
        margin: 5px 0px;
    }
    .green_wrapper {
        width: 100%;
    }
    .orenge_one_third {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    .light_green_containier {
        min-height: 850px;
        background-size: 100%;
        background-position: center bottom;
    }
    .orenge_bg_container {
        text-align: center;
    }
    .acw_about .col-md-4 {
        width: 100%;
    }
    .acw_circle {
        margin: 15px 0px;
    }
    .content3_text {
        width: 90%;
        float: left;
        margin-left: 5%;
    }
    .fotter_top .col-md-2,
    .fotter_top .col-md-1 {
        width: 100%;
        text-align: center;
        margin: 5px 0px;
    }
    .bottom_footer_content .col-md-4 {
        width: 49%;
        padding: 0px;
    }
    .light_green_containier .col-md-6 {
        width: 100%;
    }
    .top_menu .navbar-collapse {
        width: 100%;
        margin: 0px;
        padding: 0px;
        left: 0px;
        top: 69px;
        position: absolute;
    }
    .footer_socialIcon_section {
        margin: 5px 0px;
    }
    .top_menu .navbar-nav {
        text-align: left;
        background: #a2cdea;
        border-radius: 0px;
    }
    .top_menu .navbar-nav li,
    .top_menu .navbar-nav li ul li {
        width: 100%;
        padding: 0px;
        float: left;
        text-indent: 30px;
        border: none;
        background: rgb(6, 143, 233);
        background: -moz-linear-gradient(top, rgba(6, 143, 233, 1) 0%, rgba(5, 103, 167, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(6, 143, 233, 1)), color-stop(100%, rgba(5, 103, 167, 1)));
        background: -webkit-linear-gradient(top, rgba(6, 143, 233, 1) 0%, rgba(5, 103, 167, 1) 100% 40px repeat-x);
        background: -o-linear-gradient(top, rgba(6, 143, 233, 1) 0%, rgba(5, 103, 167, 1) 100%);
        background: -ms-linear-gradient(top, rgba(6, 143, 233, 1) 0%, rgba(5, 103, 167, 1) 100%);
        background: linear-gradient(to bottom, rgba(6, 143, 233, 1) 0%, rgba(5, 103, 167, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#068fe9', endColorstr='#0567a7', GradientType=0);
        position: relative;
        background-size: 100% 40px;
        background-repeat: repeat-x;
        text-indent: 45px;
    }
    .top_menu .navbar-nav li a {
        border: none;
        display: inline-block;
        padding: 10px 0px;
        text-indent: 0px;
    }
    .top_menu .nav>li:hover .dropdown-menu li a:hover,
    .top_menu .nav>li:hover .dropdown-menu li a:focus,
    .top_menu .navbar-nav li a:hover,
    .top_menu .navbar-nav li a:focus {
        background: none;
        border: none;
    }
    .top_menu #main-menu .dropdown-menu .dropdown-menu a {
        padding-left: 0px;
    }
    .top_menu #main-menu .dropdown-menu .dropdown-menu {
        width: 100%;
        border-radius: 0px;
        margin: 0px;
        background-color: #cde0ec;
    }
    .green_orenge_container .col-md-8,
    .green_orenge_container .col-md-4 {
        width: 100%;
    }
    .orenge_bg_container {
        padding: 5px 0px;
    }
    .green_orenge_container {
        background: none;
    }
    .green_orenge_container .container {
        width: 100%;
    }
    .pro_bag {
        position: relative;
        margin: 0px;
        padding: 0px;
        top: 0px;
        left: 0px;
        display: inline-block;
        margin-top: -25px;
        vertical-align: top;
        margin-left: -30px;
    }
    .banner_content h1 {
        font-size: 80px;
        line-height: 64px;
    }
    .banner_content h3 {
        font-size: 24.14px;
        line-height: 38px;
    }
    .banner_content {
        float: none;
        display: inline-block;
    }
    .img_banner_section {
        margin-top: -40px;
    }
    .banner_content {
        margin-bottom: 20px;
    }
    .home_product_container .col-md-3 {
        width: 50%;
    }
    .find_sotre_section {
        background: url(images/common/find_store_section_bg_02.png);
        background-size: cover;
        height: 185px;
    }
    #footer-parallax {
        height: 160px !important;
        min-height: 160px !important;
    }
    #footer-parallax section.module.parallax {
        min-height: 160px !important;
    }
    .find_stor_txt h1 {
        font-size: 18px;
    }
    .store_search {
        margin: 0px;
    }
    .find_stor_txt h1 {
        width: 100%;
        margin-top: 30px;
    }
    .content3_text {
        padding: 0px;
        padding-bottom: 25px;
    }
    .fotter_top h2 {
        font-size: 15.97px;
    }
    .footer_social_Responsive {
        display: inline-block;
        width: 100%;
    }
    .bottom_footer_content .col-md-4.footer_social_main {
        display: none;
    }
    .top_menu .nav>li:hover .dropdown-menu {
        top: 2px;
        background: #a2cdea;
        display: none;
        left: inherit;
        right: 0px;
        border-radius: 0px;
    }
    .top_menu .nav>li .dropdown-menu li a {
        padding: 10px 5px;
        color: #fff;
    }
    .dropdown-menu {
        position: relative;
        width: 95%;
        padding: 0px;
        margin: 0px;
        float: right;
    }
    #top_oggle_menu {
        display: inline-block;
        cursor: pointer;
    }
    .top_menu .nav>li:hover .dropdown-menu li:hover .subDropdown {
        display: none;
    }
    .top_menu .nav>li .dropdown-menu li .subDropdown.dropdown-menu,
    .top_menu .nav>li .dropdown-menu li .subDropdown.dropdown-menu,
    .navbar-nav>li>.dropdown-menu {
        margin: 0px;
        float: right;
        width: 95%;
        min-width: 90%;
        right: 0px;
        position: relative;
        box-shadow: none;
        border: none;
        background: #cde0ec;
        top: 2px;
    }
    .navbar-nav>li>.dropdown-menu {
        width: 100%;
        margin-bottom: 2px;
        background: #6097C3;
    }
    .navbar-nav>li>.dropdown-menu li ul {
        width: 95%;
        background: #cde0ec;
    }
    .navbar-nav>li>.dropdown-menu li,
    .top_menu .navbar-nav li ul li {
        width: 95%;
        float: right;
    }
    .top_menu .nav>li:hover .dropdown-menu li ul.dropdown-menu {
        top: 0px;
        right: 0px;
    }
    .segreen_content_img img {
        max-width: 100%;
    }
    .content_container .col-md-4 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .content_container .col-md-8 {
        width: 100%;
    }
    .content_container.sea_green_bg .col-md-5 {
        width: 100%;
    }
    .content_container .col-md-6 {
        width: 100%;
    }
    .content_container.sea_green_bg .col-md-6 {
        width: 100%;
        float: left;
    }
    .content_container.sea_green_bg .about_add2cart_content .col-md-6 {
        width: 50%;
    }
    .about_side_img,
    .segreen_content_img {
        text-align: center;
    }
    .about_content h1 {
        text-align: center;
    }
    .content_container.sea_green_bg {
        margin-top: 50px;
    }
    .about_banner_content {
        margin-bottom: 10px;
        width: 80%;
    }
    .about_banner_content h1 {
        font-size: 40px;
    }
    .orenge_one_third {
        min-height: inherit;
    }
    .mail_address_block {
        width: 175px;
    }
    .topHeader {
        height: 70px;
    }
    .page-template-contact-us .contact_page .col-md-8,
    .contact_page .col-md-3 {
        width: 100%;
        text-align: center;
    }
    #sing_up {
        width: 100%;
        max-width: 300px;
        display: inline-block;
    }
    .left_side_bar {
        width: 100%;
        text-align: center;
    }
    .right_side {
        width: 100%;
    }
    .right_side .right_text_content .col-md-6 {
        width: 50%;
    }
    .side_bar_content {
        width: 100%;
        text-align: center;
    }
    .offer_bag_img {
        width: 50%;
        vertical-align: top;
        margin-top: -50px;
    }
    .offer_bag_img img {
        width: 100%;
    }
    .offer_txt {
        display: inline-block;
    }
    .free_offer_content {
        padding: 20px 0px;
    }
    .pro_qty {
        width: 100%;
    }
    .about_pro_detail a.blue_btn,
    .about_pro_detail a.blue_btn.added {
        float: none;
        margin: 20px 0px;
    }
    .product_checkOut {
        right: 24%;
        bottom: 72px;
    }
    .right_text_content .col-md-4.subscribe_add {
        width: 100%;
    }
    .subscribe_section {
        min-height: 150px;
        padding-bottom: 20px;
        background-position: right -16px;
    }
    .subscribe_section_txt {
        width: 180px;
        float: left;
        margin: 0px 10px;
        padding: 20px 10px;
        /*background:url(images/common/white_tranceperent_bg.png);*/
    }
    .single_product_right_content {
        width: 100%;
    }
    .single_product_detail .about_pro_detail {
        text-align: center;
    }
    .single_product_detail .about_pro_detail a.blue_btn {
        margin: 10px 0px;
    }
    .single_product_right_content .col-md-4 {
        width: 100%;
    }
    .free_testing_container .col-md-6 {
        width: 100%;
    }
    .free_testing_container .col-md-6 {
        width: 90%;
    }
    .free_testing_container .testing_content_text .col-md-6 {
        float: left;
        width: 100%;
    }
    .free_testing_container .testing_content_text .col-md-5 {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .free_testing_container .testing_content_text .col-md-4 {
        float: left;
        width: 100%;
        margin: 0px;
    }
    .free_testing_container .testing_content_text .col-md-3 {
        float: left;
        width: 100%;
    }
    .content_container .right_side_bar_container {
        width: 100%;
        margin: 20px 0px;
    }
    .wholesale_pro_img {
        margin: -65px -10px 0px 0px;
    }
    .testing_content_text select.form-control {
        width: 95px;
        min-width: 90px;
    }
    .right_sideBar h1 {
        font-size: 64px;
        line-height: 70px;
    }
    .coffee_glass_bg {
        background-size: auto;
        background-position: top right;
        min-height: 100px;
    }
    .footer_col {
        width: 100%;
    }
    .content_container .col-md-4 {
        width: 100%;
        margin: 20px 0px;
        padding-bottom: 20px;
    }
    .indicator_arrow {
        background-image: url(images/common/top_arrow.png);
        width: 25px;
        height: 15px;
        top: -20px;
        left: 50%;
    }
    .pro_order {
        margin: 0px;
    }
    #landing_page_form .subscribe_section {
        background-position: bottom right;
    }
    #landing_page_form .col-md-8 {
        width: 100%;
    }
    .woocommerce-page .col-md-9 {
        width: 100%;
    }
    section.module.parallax {
        background-position: 60% 50%;
    }
    .testingHeading span {
        font-size: 52px;
    }
    .subscribe_section_txt {
        width: 45%;
        min-width: 200px;
    }
    .right_sideBar h3 {
        line-height: 39.15px;
    }
    .left_content ul {
        width: 100%;
    }
    .left_content ul.whole_sale_list li {
        width: 100%;
    }
    .woocommerce-page .col-md-9,
    .col-md-9 {
        width: 100%;
        float: left;
    }
    .news_content .col-md-9 {
        width: 100%;
        text-align: center;
    }
    .page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-name,
    .woocommerce table.shop_table tbody tr td.product-name {
        width: 37.5%;
    }
    .woocommerce table.shop_table tbody tr td.actions {
        text-align: center
    }
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        text-align: center;
    }
    .woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals {
        max-width: 190px;
        display: inline-block;
        text-align: center;
    }
    .woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text {
        display: inline-block;
        float: none;
        margin: 10px;
    }
    .woocommerce-cart.woocommerce-page table.cart td.actions .coupon .button {
        margin: 10px;
    }
    .woocommerce-page table.cart td.actions .coupon {
        text-align: center;
    }
    #searchform {
        display: inline-block;
    }
    #news-widget #searchform {
        width: 200px;
    }
    .single .col-md-3 {
        float: left;
        width: 100%;
        text-align: center;
    }
    .story_btn {
        width: 200px;
    }
    .single .col-md-9 {
        width: 100%;
    }
    .contact_page .col-md-12 {
        float: left;
        width: 100%;
    }
    .single .left_content h2 {
        font-size: 36px;
    }
    .left_side_bar .side_bar_menu .menu_block {
        margin: 0px;
    }
    .left_side_bar .side_bar_menu .menu_block ul {
        display: none;
        padding: 0px 15px;
    }
    .left_side_bar .side_bar_menu .menu_block h3 {
        padding: 8px 10px;
        position: relative;
    }
    .left_side_bar .side_bar_menu .menu_block h3.coffee,
    .left_side_bar .side_bar_menu .menu_block h3.common_color {
        color: #fff;
        background-color: #6097C3;
    }
    .left_side_bar .side_bar_menu .menu_block h3.gifts {
        color: #fff;
        background-color: #00A89F;
    }
    .left_side_bar .side_bar_menu .menu_block h3.merchandise {
        color: #fff;
        background-color: #94A83B;
    }
    .left_side_bar .side_bar_menu .menu_block h3 .top_menu_icon {
        position: absolute;
        right: 15px;
        margin: 0px;
        cursor: pointer;
    }
    .side_bar_responsive {
        display: inline-block;
    }
    .side_bar_desktop {
        display: none;
    }
    .side_bar_responsive .free_offer_content {
        margin-top: 0px;
    }
    .left_side_bar {
        margin-bottom: 30px;
    }
    .top_menu .navbar-nav li ul .sub-menu.dropdown-menu {} .top_menu .navbar-nav .menuDD_btn {
                                                               display: inline-block;
                                                               margin-left: 25%;
                                                               width: 20%;
                                                               padding-top: 8px;
                                                               vertical-align: top;
                                                               position: absolute;
                                                               right: 20%;
                                                           }
    .woocommerce-checkout #payment div.form-row {
        width: auto;
        float: right;
    }
    .status-publish.hentry {
        margin-bottom: 30px;
    }
    .top_menu_icon {
        display: inline-block;
    }
    .donation {
        text-align: center;
    }
    .woocommerce-page .woocommerce form.login {
        width: 100%;
    }
    #reviews {
        text-align: center;
    }
    .banner_content .orenge_btn {
        left: 31%;
    }
    .coffee_glass_bg .form-control {
        width: 80%;
        min-width: 55%;
        margin-bottom: 10px;
        float: left;
        font-size: 12px;
    }
    .single-product.woocommerce-page .col-md-9 {
        width: 100%;
        float: left;
    }
    .page-template-about-template.page-template-about-template-php .about_pro_price .amount {
        font-size: 15.08px;
    }
    #The_cause .col-md-4.right {
        float: left;
    }
    .top_menu .navbar-nav>li.logout_menu {
        display: inline-block;
    }
    .page-template-contact-us .col-md-9 {
        width: 100%;
        float: left;
    }
    .wpcf7-list-item-label {
        font-size: 12px;
        padding: 0px 2px;
    }
    .pro_qty.cat_cart_form .single_variation {
    float: none;
    margin-right: 0px;
    }
    .pro_qty.cat_cart_form .single_variation .price .amount { font-size: 16px;margin-bottom: -16px;display: block;}
    .single_variation_wrap .single_variation .price .amount{padding-bottom: 12px;}
}
@media (max-width: 600px) {
    .banner_content h1 {
        font-size: 66px;
        line-height: 50px;
    }
    .banner_content h3 {
        font-size: 20px;
        line-height: 14px;
    }
    .topHeader .col-md-2 {
        float: left;
        width: 135px;
    }
    .banner_content {
        padding: 5px;
        padding-bottom: 20px;
    }
    .light_green_containier {
        min-height: 790px;
    }
    .about_banner_content {
        width: 95%;
        padding: 5px;
    }
    .about_banner_content h3 {
        font-size: 14px;
    }
    .about_banner_content h1 {
        font-size: 32px;
    }
    .form_free_testNot {
        padding: 0px;
        font-size: 14px;
        line-height: 14px;
    }
    .form_free_testNot input[type=radio],
    .form_free_testNot input[type=checkbox] {
        margin: 0px 5px;
    }
    .main_heading_text {
        font-size: 62px;
    }
    .page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-name,
    .woocommerce table.shop_table tbody tr td.product-name {
        width: 36%;
        padding: 5px 10px;
    }
    .page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-remove,
    .woocommerce table.shop_table tbody tr td.product-remove {
        width: 20px;
        padding: 5px;
    }
    .headerSection {
        margin-bottom: -24px;
    }
    .testing_content_text .form-group.test_agree span.wpcf7-list-item {
        margin: 0px;
        width: 30px;
        display: inline-block;
    }
    .testing_content_text .form-group label {
        width: 100%;
    }
    .testing_content_text .form-group label {
        width: auto;
        font-size: 14px;
    }
    .test_agree_label,
    .testing_content_text .form-group label.test_agree_label {
        width: 85%;
    }
    .testingHeading {
        font-size: 32px;
    }
}
@media (max-width: 480px) {
    .topHeader .col-md-2 {
        float: left;
        width: 120px;
    }
    .light_green_containier {
        min-height: 700px;
    }
    .heading_border_line {
        width: 280px;
    }
    .story_view h1 {
        font-size: 40px;
    }
    .orenge_btn {
        font-size: 14px;
        font-weight: 600;
    }
    .banner_content {
        margin-bottom: 8px;
    }
    .banner_content h1 {
        font-size: 46px;
        line-height: 33px;
    }
    .banner_content h3 {
        font-size: 14px;
        line-height: 10px;
    }
    .banner_content .orenge_btn {
        font-size: 11px;
        padding: 1px 7px
    }
    .about_add2cart_content {
        text-align: center;
    }
    .content_container.sea_green_bg .about_add2cart_content .col-md-6 {
        width: 210px;
        float: none;
        display: inline-block;
    }
    .about_pro_detail a.blue_btn {
        float: none;
    }
    .about_banner_content {
        width: 100%;
    }
    .about_banner_content h3 {
        font-size: 10px;
    }
    .about_banner_content h1 {
        font-size: 22px;
    }
    .about_banner_content {
        margin-bottom: 3px;
    }
    .about_banner_content {
        padding: 0px;
    }
    .col-md-3 .pro_info_round_box .amount {
        font-size: 18px;
    }
    .pro_info_round_box .blue_btn {
        font-size: 12px;
        padding: 4px 5px;
    }
    .gray_bg .home_product_container .pro_img img {
        width: 35px;
    }
    .pro_info_round_box {
        width: 155px;
        height: 155px;
    }
    .pro_bag {
        width: 230px;
    }
    .pro_bag img {
        max-width: 100%;
    }
    .logo img {
        max-width: 100%;
    }
    .content3_text h2 {
        font-size: 15px;
    }
    .content3_text p {
        font-size: 13px;
    }
    .contect_from_submit .col-md-10 {
        width: 100%;
        padding-left: 0px;
    }
    .contect_from_submit .col-md-2 {
        width: 100px;
        float: right;
        margin: 10px 0px;
    }
    .main_heading_text {
        font-size: 44px;
        line-height: 44px;
    }
    .content_container .col-md-4,
    .right_side .right_text_content .col-md-6 {
        width: 100%;
    }
    .subscribe_section {
        min-height: 550px;
        background-position: right bottom;
        padding-top: 10px;
    }
    .subscribe_section_txt {
        padding: 0px;
        margin: 0px;
        float: none;
        display: inline-block;
    }
    .offer_bag_img {
        width: 100%
    }
    .offer_bag_img img {
        width: auto;
    }
    .product_checkOut {
        right: 29%;
    }
    .customer_review .col-md-5 {
        width: 100%;
    }
    .single_product_right_content .subscribe_section {
        min-height: 330px;
        background-position: right 170px;
    }
    .single_product_right_content .subscribe_section_txt {
        display: inline-block;
        float: none;
        margin: 0px;
    }
    .testing_content_text select.form-control {
        width: auto;
        min-width: 100%;
        margin: 10px 0px;
    }
    .coffee_glass_bg {
        background-position: right 180px;
        min-height: 360px;
    }
    .left_content h2,
    .comapny_logo_section h4 {
        text-align: center;
    }
    .comapny_logo_section .col-md-2,
    .comapny_logo_section .col-md-2:first-child,
    .comapny_logo_section .col-md-2:last-child {
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }
    .news_content h1 {
        font-size: 40px;
    }
    .woocommerce-checkout .woocommerce form .form-row-first,
    .woocommerce-checkout .woocommerce form .form-row-last,
    .woocommerce-checkout.woocommerce-page form .form-row-first,
    .woocommerce-checkout.woocommerce-page form .form-row-last {
        width: 100%;
    }
    body.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal label {
        max-width: 175px;
    }
    #customer_details h3 {
        text-align: center;
    }
    .page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead {
        display: none;
    }
    .page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-name,
    .woocommerce table.shop_table tbody tr td,
    .woocommerce table.shop_table tbody tr td.product-name,
    .woocommerce table.shop_table tbody tr td.product-thumbnail,
    .page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th.product-thumbnail {
        width: 100%;
        padding: 10px 0px;
    }
    .woocommerce table.shop_table tbody tr td.product-remove {
        width: 100%;
        text-align: center;
    }
    .woocommerce table.shop_table tbody tr td.product-remove a {
        display: inline-block;
    }
    body.woocommerce-cart table.cart img {
        width: 65px;
    }
    body.page-template-fullpage.woocommerce-page table.cart .product-thumbnail {
        display: inline-block;
    }
    .woocommerce table.shop_table tbody tr td .donate_btn {
        margin: 5px 0px;
    }
    .woocommerce form .form-row textarea.input-text,
    .woocommerce-page form .form-row textarea.input-text {
        min-height: 75px;
    }
    body.woocommerce #order_review table.shop_table tbody th,
    body.woocommerce #order_review table.shop_table tfoot td,
    .woocommerce #order_review table.shop_table tfoot th,
    .woocommerce #order_review table.shop_table tfoot td,
    .woocommerce #order_review table.shop_table tbody tr td.product-name,
    .woocommerce #order_review table.shop_table tbody tr td {
        width: 100%;
        text-align: center;
    }
    .woocommerce #order_review table.shop_table thead {
        display: none;
    }
    .bottom_menu_responsive .search_section .search {
        width: 73%;
    }
    .woocommerce-account .woocommerce table.shop_table tbody tr td {
        text-align: center !important;
    }
    .testingHeading {
        font-size: 28px;
        line-height: 30px;
    }
    .testingHeading span {
        font-size: 36px;
        line-height: 40px;
    }
    .testing_content_text p.testing_para {
        margin: 15px 0px;
    }
    .banner_content .orenge_btn {
        left: 25%;
    }
}
@media (max-width: 360px) {
    .topHeader .col-md-2 {
        float: left;
        width: 100px;
    }
    .top_menu {
        min-width: 17%;
    }
    .home_product_container .col-md-3 {
        width: 100%;
    }
    .heading_border_line {
        width: 95%;
    }
    .story_view h1 {
        font-size: 36px;
    }
    .find_stor_txt h1 {
        margin-top: 10px;
    }
    .bottom_footer_content .col-md-4 {
        width: 100%;
        text-align: center;
    }
    .design_by {
        text-align: center;
    }
    .about_content h1 {
        font-size: 34px;
    }
    .navbar-toggle .icon-bar,
    .top_menu .navbar-toggle .icon-bar+.icon-bar {
        width: 40px;
    }
    .responsive_socialIcon_section ul .socialIcon {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        background-size: auto;
    }
    .responsive_socialIcon_section ul .fb_icon {
        background-position: -1px 25px;
    }
    .responsive_socialIcon_section ul .tw_icon {
        background-position: -1px;
        background-position: -29px 24px;
    }
    .responsive_socialIcon_section ul .vi_icon {
        background-position: -1px;
        background-position: -60px 24px;
    }
    .responsive_socialIcon_section ul .in_icon {
        background-position: 23px 24px;
    }
    .responsive_socialIcon_section ul .fb_icon:hover {
        background-position: -1px 1px;
    }
    .responsive_socialIcon_section ul .tw_icon:hover {
        background-position: -1px;
        background-position: -29px 0px;
    }
    .responsive_socialIcon_section ul .vi_icon:hover {
        background-position: -1px;
        background-position: -60px 0px;
    }
    .responsive_socialIcon_section ul .in_icon:hover {
        background-position: 23px 0px;
    }
    .navbar-toggle .icon-bar,
    .top_menu .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
        width: 40px;
        height: 4px;
    }
    .responsive_socialIcon_section {
        margin-top: 7px;
    }
    .topHeader {
        height: 50px;
    }
    .top_menu .navbar-collapse {
        top: 49px;
    }
    .banner_content h1 {
        font-size: 32px;
        line-height: 22px;
    }
    .banner_content h3 {
        font-size: 10px;
        line-height: 13px;
    }
    .contect_content {
        padding: 5px;
    }
    .product_checkOut {
        right: 22%;
    }
    .wholesale_pro_img {
        margin: -30px 0px 0px 0px;
    }
    #footer-widget-area,
    .right_content_main_heading .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    body.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal label {
        max-width: 150px;
    }
    .woocommerce table.shop_table {
        display: inline-block;
    }
    .banner_content {
        margin-bottom: 6px;
        width: 170px;
    }
    .banner_content .orenge_btn {
        margin-top: 6px;
        left: 22%;
        font-size: 8px;
        line-height: 14px;
    }
    .top_menu .navbar-nav .menuDD_btn {
        margin-left: 10%;
    }
    .woocommerce.woocommerce-page div.product form.cart div.quantity {
        display: inline-block;
        float: none;
        margin: 5px;
        vertical-align: top;
    }
    .woocommerce div.product form.cart .variations {
        display: inline-block;
        float: none;
        margin: 5px;
    }
    .single_product_right_content .main_heading_text {
        font-size: 32px;
    }
    .testing_content {
        padding: 10px;
    }
    .testingHeading {
        font-size: 22px;
    }
    .testingHeading span {
        font-size: 34px;
    }
    body.single-product.woocommerce.woocommerce-page div.product form.cart .variations {
        float: none;
    }
    body.woocommerce #reviews #comments h2,
    body.woocommerce-page #reviews #comments h2,
    .side_bar_menu #woocommerce-widget-area.widget-area .common_color a {
        font-size: 18px;
    }
}
/* Dvlan code */
/* multiple shippping plugin fixes */
.page-id-1081 .content_container {padding-top:60px !important;}
.ms_shipping_note {width:100%;}
.page-id-1081 table.shop_table tbody tr td:nth-child(2) {width:10% !important;}
.page-id-1081 table.shop_table tbody tr td:nth-child(3) {width:40% !important;}
.page-id-1081 .product-name {width:18%; padding:9px 20px !important;}
.page-id-1081 .product-quantity {width:10%; padding:9px 20px !important;}
.page-id-1081 .shipping-address {width:40%; padding:9px 20px !important;}

/* .page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th {width:10%;} */


.woocommerce-variation-availability {
    position: absolute;
    top: 52px;
    width: 100% !important;
}
p.stock.out-of-stock {
    font-size: 21px !important;
}

.pro_order {
    position: relative;
}
