/*
    Client: Cafe Boulevard
    Last modified:  13/09/2016
    Developer: Edream Management
*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);
html,
body,
button,
input,
select,
textarea {
    color: #444;
}

html,
body {
    background: #f9f4ee;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font: 400 17px/1.4 'Lato', arial, sans-serif;
}

::-moz-selection {
    background: #555;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #555;
    text-shadow: none;
    color: #fff;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

menu,
ol,
ul {
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style: none
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
    font-family: 'Cinzel', serif;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: 700;
}

a {
    color: #2ea443;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #222;
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loadingDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff url('../img/loader.gif') no-repeat 50% 50%;
    z-index: 99999
}

#wrapperDiv {
    z-index: 97;
    height: 100%;
}


/* --------------------------

    GRID / MISC

-------------------------- */

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.cols_16,
.cols_20,
.cols_25,
.cols_30,
.cols_33,
.cols_35,
.cols_40,
.cols_45,
.cols_50,
.cols_60,
.cols_66,
.cols_70,
.cols_75,
.cols_80,
.cols_100 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.cols_100 {
    width: 100%;
}

.btn,
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    border: 1px solid #2ea443;
    color: #2ea443;
    background: transparent;
    display: inline-block;
    outline: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 8px 30px;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height:auto!important;
}

.btn:hover,
.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    border-color: #2ea443;
    color: #fff;
    background: #2ea443;
    text-decoration: none;
}

.margintop30 {
    margin-top: 30px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.small {
    font-size: 12px
}

.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

.margin-t20 {
    margin-top: 20px;
}

.margin-tb20 {
    margin-top: 20px;
    margin-bottom: 20px
}


/* --------------------------

    HEADER

-------------------------- */

.header_container {
    position: relative;
    background: #fff;
    padding: 35px 260px;
    font-weight: 300;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}


/* Logo */

.logo {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 122px;
    height: 108px;
    display: block;
    text-indent: -9000px;
    background-image: url('../img/logo.png');
    background-size: 122px 108px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .logo {
        background-image: url('../img/logo@2x.png');
    }
}

.logo:hover {
    transform: scale(.9);
}


/* Cart link */
.mobile_cart_link {
    display:none;
}
.cart_link,
.mobile_cart_link { 
    text-align: center;
    color: #c26e18;
}

.cart_link .icon,
.mobile_cart_link .icon {
    font-size: 30px
}

.cart_link a {
    display: inline-block;
    color: #c26e18;
}
.mobile_cart_link a {
    position:relative;
    left:-12px;
}
.cart_link a:hover {
    color: #222;
}


/* Main navigation */

.header_nav {
    text-align: center;
}

.header_nav li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

.header_nav li a {
    display: block;
    padding: 15px 10px 25px 10px
}

.header_nav li.current-menu-item a,
.header_nav li a:hover {
    color: #c26e18;
}


/* Language */

.language {
    position: absolute;
    top: 55px;
    right: 40px;
}

.language li {
    display: inline-block;
    margin: 0 7px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
}

.language li:last-child {
    margin-right: 0
}

.language li a {
    display: block;
}

.language li.active a {
    color: #c26e18;
}

.top_phone {
    position: absolute;
    top: 80px;
    right: 40px;
    color: #2ea443;
    font-size: 30px;
}


/* Nav trigger */

.nav_trigger {
    display: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #2ea443;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_trigger span {
    display: block
}

.nav_trigger .icon {
    font-size: 44px
}

.nav_trigger:hover {
    color: #000;
}


/* Mobile links */

.mobile_links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    display: none;
}

.mobile_links li {
    float: left;
    width: 33.333333%
}

.mobile_links a {
    display: block;
    line-height: 60px;
    font-size: 30px;
    background: rgba(255, 255, 255, .9);
}

.mobile_links li:nth-child(2) {
    background: #fff
}

.mobile_links a:hover {
    background: #fff;
}


/* --------------------------

    CONTENT

-------------------------- */

.content_block {
    padding: 30px 0;
    background: #fff
}

.content_block.lite_bg {
    background: #f5f5f5;
}

.content_block h1 {
    margin: 30px 0
}

.content_block h2,
.content_block h3,
.content_block p,
.content_block ul {
    margin: 20px 0;
}

.content_block li {
    margin: 11px 0;
    padding: 0 0 0 15px;
    background: url('../img/li_bg.png') no-repeat 0 10px;
}

.content_block em strong {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
}
img.res_img,
.uncommon img {
    max-width: 100%;
    height: auto;
    padding: 5px;
    background: #eee;
}

.uncommon img.noborder {
    border: 0;
    padding: 0;
}

blockquote {
    border-left: 5px solid #c26e18;
    padding: 10px 10px 10px 30px;
    margin: 10px 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 15px
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.separator {
    width: 100%;
    height: 40px;
    background: url('../img/separator.png') no-repeat 50% 0;
    margin: 40px 0 20px
}

.product_list {
    text-align: center;
}

.product_list h2 {
    font-size: 18px
}

.product_list h2.mobile_headings {
    display: none
}


/* Slider */

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.top_slider {
    width: 100%;
    height: 480px;
    z-index: 2;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 40px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 40px;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
}

.swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    width: 15px;
    opacity: .6
}

.swiper-pagination-bullet-active {
    background: #2ea443;
    opacity: 1
}

.swiper-slide h2 {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1.2;
    font-family: 'Cinzel', serif;
}

.swiper-slide h2 a {
    display: inline-block;
    color: #fff;
    padding: 20px 30px 40px;
    background: #000;
    background: rgba(0, 0, 0, .7);
}

.swiper-slide h2 a:hover {
    color: #2ea443;
}

.swiper-slide h2 span {
    font-size: 60px;
    text-transform: uppercase;
}

.shop_button_home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9
}

.shop_button_home a {
    display: inline-block;
    background: #2ea443;
    color: #fff;
    padding: 15px 20px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.shop_button_home a .icon {
    font-size: 40px;
    display: block;
}

.shop_button_home a:hover {
    background: #000;
    color: #fff;
}


/* Accordion */

.accordion {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    border-bottom: 1px dotted #ccc
}

.accordion h3,
.content_block .accordion h3 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    border-top: 1px dotted #ccc;
    margin: 0;
    color: #222
}

.accordion h3::before {
    content: '+';
    width: 15px;
    position: absolute;
    left: 10px;
    top: 10px
}

.accordion h3.active {
    background: #2ea443;
    color: #fff;
}

.accordion h3.active::before {
    content: '-';
    font-size: 30px;
    font-weight: 300;
    top: 7px
}

.accordion h3 em {
    text-align: right;
    float: right;
}

.accordion div {
    position: relative;
    padding: 10px 20px;
    background: #f5f5f5
}

.content_block .accordion p {
    margin: 5px 0
}

.accordion ul {
    margin: 20px 0;
}

.accordion li {
    margin: 5px 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    background: url('../img/list_bg.png') no-repeat 0 5px;
}


/* Tabel */

.table_wrap {
    width: 100%;
    overflow: auto;
}

table {
    max-width: inherit;
}

.content_block table {
    background: transparent;
    margin: 0 0 20px;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.content_block table th {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Lato', arial, sans-serif;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #2ea443;
    background: #2ea443
}

.content_block table td {
    background: #fff;
    border-top: 1px solid #ccc;
    color: #222;
    padding: 10px;
}

.content_block table tr:hover td {
    color: #333;
    background: #f5f5f5
}


/* Forms */

.content_block .gform_wrapper li {
    margin: 0 0 10px;
    padding: 0;
    background: none;
    position: relative;
}

/*.form-group {
    margin: 10px 0
}*/

.gform_wrapper label {
    font-weight: normal;
    line-height: 36px;
    padding: 0 10px;
    font-family: 'Lato', arial, sans-serif;
    display: block;
}

.gform_wrapper input,
.gform_wrapper textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #111;
    font-family: 'Lato', arial, sans-serif;
    height: 40px;
    padding: 7px 10px;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.gform_wrapper input[type="radio"] {
    color: #111;
    height: auto;
    line-height: inherit;
    margin: 0 7px 0 0;
    padding: 0;
    width: auto;
}

.gform_wrapper input[type="checkbox"] {
    color: #111;
    height: auto;
    line-height: inherit;
    margin: 0 7px 0 0;
    padding: 0;
    width: auto;
}

.gform_wrapper textarea {
    line-height: 22px;
    height: auto;
    padding: 10px
}

.gform_wrapper select {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'Lato', arial, sans-serif;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    background-color: #f5f5f5;
    border: 1px solid #999;
}


/* Subpage gallery */

.subpage_gallery a {
    display: block;
    float: left;
    max-width: 25%;
    border: 5px solid #fff
}

.subpage_gallery a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.subpage_gallery a:hover {
    border: 5px solid #aaa;
}

/* Submenu */
.subnav_container { background:#f5f5f5; font-size:15px;}
.subnav_container.thirdlevel { border-bottom:1px solid #eee; }

.subnav_container ul { margin:0;padding:0;text-align:center; }
.subnav_container li { display:inline-block;text-transform:uppercase; }
.subnav_container a { display:block;color:#2ea443;text-decoration:none;padding:15px; }
.subnav_container li:last-child a { padding-right:0; }
.subnav_container a:hover, .subnav_container li.active a { color:#000; }

#map {
    height: 400px;
    width: 100%;
    z-index: 7;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #2ea443;
}


/* --------------------------

    FOOTER

-------------------------- */

.footer_inner {
    padding: 20px 40px 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_block {
    /* float: left; */
    padding: 20px 50px 0 0;
    font-size: 90%;
    min-height: 200px;
}

.footer_block.right {
    /* float: right; */
    padding: 20px 0 0;
}

.footer_block h3 {
    margin: 0 0 10px
}

.footer_block p {
    line-height: 2
}

.footer_block .social a {
    font-size: 24px;
    display: inline-block;
    margin: 0 10px
}


/* Mailchimp */

.mc_footer {
    margin: 0;
    padding: 0;
    border: 0;
}

.mc_footer h2 {
    margin: 20px 0 15px;
}

.mc_footer #mc_embed_signup {
    background: transparent;
    clear: none;
    font-size: 14px;
    font-family: 'Lato', arial, sans-serif;
    margin: 0;
    width: 300px;
}

.mc_footer #mc_embed_signup form {
    display: inline-block;
    padding: 0;
    position: relative;
}

.mc_footer #mc_embed_signup label {
    display: none
}

.mc_footer #mc_embed_signup input.email {
    display: inline-block;
    line-height: 30px;
    height: 39px;
    font-size: 13px;
    font-family: 'Lato', arial, sans-serif;
    margin: 0;
    padding: 4px 10px;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    color: #000;
    text-indent: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.mc_footer #mc_embed_signup input.email:focus {
    background-color: #f5f5f5;
    border: 1px solid #999;
}

.mc_footer #mc_embed_signup .button {
    background: #2ea443;
    border: 0;
    border-radius: 0;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato', arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 39px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 39px;
    margin: 0 0 0 -4px;
    min-width: 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.6s ease;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.mc_footer #mc_embed_signup .button:hover {
    background: #000;
    color: #fff;
}


/* --------------------------

    HIDDEN NAV

-------------------------- */

.nav_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    z-index: 10000;
    overflow: auto;
    text-align: center;
    display: none;
}

.nav_overlay.active {
    display: block
}

.nav_overlay .overlay_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url('../img/close_nav.png');
    background-position: 0 0;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    text-indent: -9000px;
    outline: none;
    z-index: 100;
}

.nav_overlay .overlay_close:hover {
    opacity: .9;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .nav_overlay .overlay_close {
        background-image: url('../img/close_nav@2x.png');
    }
}

.nav_overlay ul.mobile_menu {
    list-style: none;
    padding: 0;
    position: relative;
    padding: 15px;
}

.nav_overlay ul.mobile_menu li {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 14px
}

.nav_overlay ul.mobile_menu li a {
    padding: 7px 0;
    display: block;
    text-transform: uppercase;
}

.nav_overlay ul.mobile_menu li a:hover {
    color: #000;
}

.nav_overlay ul.mobile_menu .current-menu-item a {
    color: #000;
}

.nav_overlay .social {
    margin: 20px 10px;
}

.nav_overlay .social li {
    display: inline-block;
    margin: 0 10px
}

.nav_overlay .social .icon {
    font-size: 30px
}

.nav_overlay .language {
    position: relative;
    top: auto;
    right: auto;
    border-bottom: 2px solid #eee;
}

.nav_overlay .language li {
    margin: 0;
    padding: 15px;
    font-size: 15px;
}
/* -------------------------

    Woocommerce Style

-------------------------- */
.woocommerce
{
    padding:0 20px;
}
.woocommerce .back-shop
{
    margin-left:5px !important;
}
.woocommerce .widget_product_categories ul li a
{
    text-transform:uppercase;
    font-size:16px;
}
.woocommerce .widget_product_categories ul li.current-cat a
{
    color:#c26e18;
}
.woocommerce a.added_to_cart.wc-forward {display:none}
.woocommerce .woocommerce-checkout-payment ul li
{
    background:none;
}

.cols_25:nth-child(4n+1)
{
    clear:left;
}

.woocommerce div.product .product_title h1 { font-size: 36px!important; }

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    background: none;
    color: black;
    padding: 10px 0;
}

#my_custom_checkout_field p#delivery_date_field,
#my_custom_checkout_field p#delivery_time_field { width:48%; }

table.boulevard_custom_shipping_table td { border:1px solid rgba(0,0,0,0.1); }

a.button.checkout.wc-forward { margin-top:15px; }

.woocommerce-billing-fields .form-row label[for="billing_postcode"] span.optional { display:none;}

/* --------------------------

    MEDIA QUERIES

-------------------------- */

@media only screen and (max-width: 1500px) {
    .top_slider {
        height: 400px;
    }
    .swiper-slide h2 span {
        font-size: 40px;
    }
    .footer_block.right
    {
        float:left;
    }
}

@media only screen and (max-width: 1200px) {
    .header_container {
        padding: 25px 180px;
    }
    .top_phone {
        font-size: 20px;
        right: 30px;
    }
    .logo {
        left: 30px;
        top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .nav_trigger {
        display: block;
    }
    .header_nav {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .cols_25,
    .cols_30,
    .cols_33,
    .cols_35,
    .cols_40,
    .cols_45,
    .cols_50,
    .cols_60,
    .cols_66 {
        float: left;
        width: 50%;
        margin-bottom: 20px
    }
    .footer_block {
        width: 33%
    }
    .footer_block.right {
        width: 100%;
    }
    table.boulevard_custom_shipping_table th,
    table.boulevard_custom_shipping_table td
    {display:block;}
    .cky-revisit-bottom-left {margin-bottom:50px!important;}
}

@media only screen and (max-width: 700px) {
    .cols_25,
    .cols_30,
    .cols_33,
    .cols_35,
    .cols_40,
    .cols_45,
    .cols_50,
    .cols_60,
    .cols_66 {
        float: none;
        width: 100%;
    }
    .mobile_links {
        display: block
    }
    body {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 650px) {
    body {
        padding-top: 80px;
    }
    .header_container {
        padding: 0 20px 0 10px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
    }
    .logo {
        float: left;
        position: relative;
        top: auto;
        left: auto;
        width: 66px;
        height: 58px;
        background-size: 66px 58px;
        margin: 10px
    }
    .header_container .language,
    .top_phone,
    .header_container .cart_link {
        display: none
    }
    .header_container .mobile_cart_link
    {
        display:inline-block;
        position: absolute;
        left: 50%;
        top: 16px;
    }
    .nav_trigger {
        float: right;
        margin: 6px 0 0
    }
}

@media only screen and (max-width: 550px) {
    .footer_inner {
        padding: 20px;
    }
    .footer_block,
    .footer_block.right {
        width: 100%;
        float: none
    }
    .top_slider {
        height: 300px;
    }
    .swiper-slide h2 a {
        display: block;
    }
    .swiper-slide h2,
    .swiper-slide h2 span {
        font-size: 24px;
    }
    .shop_button_home a {
        display: block;
        padding: 6px 20px 10px;
    }
    .shop_button_home a .icon {
        font-size: 25px;
    }
    .product_list h2 {
        display: none
    }
    .product_list h2.mobile_headings {
        display: block
    }
    .swiper-button-next,
    .swiper-button-prev {
        margin-top: 0;
        top: auto;
        bottom: 30px;
    }
}

@media only screen and (max-width: 400px) {
    h1,
    h2 {
        font-size: 24px;
    }
    .swiper-slide h2 {
        display: none
    }
    .mc_footer #mc_embed_signup {
        width: 280px;
    }
    .mc_footer #mc_embed_signup input.email {
        width: 180px;
    }
    .swiper-pagination {
        display: none
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 15px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .cols_16 {
        width: 16.66666666666667%;
    }
    .cols_20 {
        width: 20%;
    }
    .cols_23 {
        width: 23%;
    }
    .cols_25 {
        width: 25%;
    }
    .cols_30 {
        width: 30%;
    }
    .cols_33 {
        width: 33.3333333%;
    }
    .cols_35 {
        width: 35%;
    }
    .cols_40 {
        width: 40%;
    }
    .cols_45 {
        width: 45%;
    }
    .cols_50 {
        width: 50%;
    }
    .cols_60 {
        width: 60%;
    }
    .cols_66 {
        width: 66.66666666666667%;
    }
    .cols_70 {
        width: 70%;
    }
    .cols_75 {
        width: 75%;
    }
    .cols_80 {
        width: 80%;
    }
    .cols_16,
    .cols_20,
    .cols_25,
    .cols_30,
    .cols_33,
    .cols_35,
    .cols_40,
    .cols_45,
    .cols_50,
    .cols_60,
    .cols_66,
    .cols_70,
    .cols_75,
    .cols_80,
    .cols_100 {
        float: left;
    }
}

@media only screen and (min-width: 1028px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1450px) {
	.footer_block.right {
		float: right !important;
	}
}
@media only screen and (max-width: 1450px) {
	.footer_block {
		padding: 20px 13px 0 0 !important;
	}
}
@media only screen and (max-width: 1450px) {
	#CDSWIDWRM.widWRMWrapper {
		background-color: #fff !important;
		/* width: 185px !important; } */
}
@media only screen and (max-width: 600px) {
	#CDSWIDWRM.widWRMWrapper {
		/* margin-top: -100px !important; */
		/* width: 240px !important; */
	}
}
@media only screen and (max-width: 600px) {
	.footer_block.right {
		/* margin-top: -100px !important; */
		/* margin-right: 15px !important; */
	}
}