/* Plaveooshop  main style */
@charset "utf-8";

@font-face {
    font-family: 'Atma Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Atma Regular'), url('../fonts/Atma-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Atma Light';
    font-style: normal;
    font-weight: normal;
    src: local('Atma Light'), url('../fonts/Atma-Light.woff') format('woff');
}


@font-face {
    font-family: 'Atma Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Atma Medium'), url('../fonts/Atma-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Atma SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Atma SemiBold'), url('../fonts/Atma-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Atma Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Atma Bold'), url('../fonts/Atma-Bold.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    background: #FFFFFF;
    color: #1e1e27;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #4e4e4e;
}

p a:active {
    position: relative;
    color: #ff4d02;
}

p a:hover {
    color: #ff4d02;
}

p a:hover::after {
    opacity: 0.2;
}


h1 {
    font-size: 72px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6{ 
	font-family: 'Roboto',sans-serif;
    color: #282828;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}



::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

:-moz-placeholder
/* older Firefox*/

    {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

::-moz-placeholder
/* Firefox 19+ */

    {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

::input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;

}

.form-control {
    color: #87b03c;
}


section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}


/*********************************
 Home
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 9998;/*a loader 9999*/
}

.top_nav {
    width: 100%;
    height: 50px;
    background: #ffcc00;
}

.top_nav_left {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #b5aec4;
    text-transform: uppercase;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .top_nav_left {
        height: 25px;
    }
}


/*********************************
 Currency
*********************************/

.currency {
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #ffcc00;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #ffcc00;
}

.currency > a {
    display: block;
    color: #dedede;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}

.currency > a > i {
    margin-left: 4px;
    padding-right: 5px;
}

.currency:hover .currency_selection {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.currency_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.currency_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}

.currency_selection li a {
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 10px;
}

.currency_selection li a:hover {
    color: #ff4d02;
}

.currency_selection li:last-child a {
    border-bottom: none;
}


/*********************************
Submenu
*********************************/

.submenu {
    display: inline-block;
    position: relative;
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
    margin-top: -2px; 
}

.submenu > a {
    display: block;
    color: #dedede;
    font-weight: 400;
    font-size: 13px;
    padding-top: 21px !important;
}

.submenu > a > i {
    margin-left: 8px;
}

/*plusz:pozicionálás*/
.submenu:hover .submenu_selection {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.submenu_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;

    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.submenu_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    border-bottom: solid 1px #ddddddd1;
    width: 100%;
}

.submenu_selection li:hover {
    background-color: #ffffff;
    color: #e1071a !important;
}

.submenu_selection li a {
    display: block;
    color: #232530;
    font-size: 13px !important;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px !important;
    width: 100% !important;
}

.submenu_selection li a:hover {
    color: #dedede;
}

.submenu_selection li:last-child a {
    border-bottom: none;
}


/*********************************
 Language
*********************************/

.language {
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #fcca00;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #ffcc00;
}

.language > a {
    display: block;
    color: #e2001a;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}

.language > a > i {
    margin-left: 8px;
}

.language:hover .language_selection {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.language_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.language_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}

.language_selection li a {
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0px;
}

.language_selection li a:hover {
    color: #ff4d02;
}

.language_selection li:last-child a {
    border-bottom: none;
}


/*********************************
 Cart
*********************************/

.cart {
    display: inline-block;
    position: relative;
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
}

.cart > a {
    display: block;
    color: #dedede;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}

.cart > a > i {
    margin-left: 8px;
}

.cart:hover .cart_selection {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.cart_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 480%;
    background: #ffffff;
    border-top: solid #e1071a 3px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.cart_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}

.cart_selection li a {
    display: block;
    color: #ffffff;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.cart_selection li a:hover {
    color: #ff4d02;
}

.cart_selection li:last-child a {
    border-bottom: none;
}

.cart .cart-bg {
    background: #ffffff;
    /* border-radius: 50%; */
}

.cart_selection li img {
    width: 150px !important;
}


/*********************************
 Account
*********************************/

.account {
    display: inline-block;
    position: relative;
    min-width: 50px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
}

.account > a {
    display: block;
    color: #c3c3c3;
    font-weight: 400;
    font-size: 13px;
}

.account > a > i {
    margin-left: 8px;
}

.account:hover .account_selection {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.account_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0;
    margin-top: 17px;
    margin-right: -50px;
    color: white;
    width: 125px;
    border-top: solid #e1071a 3px !important;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.account_selection li {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100%;
    border-bottom: solid 1px #dddddd;
    width: 100%;
}

.account_selection li a {
    display: block;
    color: #2f2f2f;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    /* width: 100%!important; */
}

.account_selection li a:hover {
    color: #ff4d02;
}

.account_selection li:last-child a {
    border-bottom: none;
}

.account_selection li a i {
    margin-right: 10px;
}


/*********************************
 Main Navigation
*********************************/

.main_nav_container {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.navbar {
    margin-top: -1px;
    width: auto;
    height: 60px;
    float: right;
    padding-left: 0px;
    margin-top: 6px;
    margin-top: -12px;
}

.navbar_menu li {
    display: inline-block;
}

.navbar_menu li a {
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #383838;
    font-size: 0.8rem;
    font-weight: 600;
    /*text-transform: capitalize;*/
    padding: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.navbar_menu ul li a {
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #333333;
    font-size: 0.8rem;
    font-weight: 500;
    /*text-transform: capitalize;*/
    padding: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.navbar_menu li a:hover {
    color: #6E7E86;
    text-decoration: none;
}

.navbar_user {
    margin-left: 10px;
}

.navbar_user li {
    display: inline-block;
    text-align: right;
}

.navbar_user li .threeicons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 45px;
    height: 65px;
    color: #1e1e27;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: -3px;
}

.navbar_user li a:hover {
    color: white;
    text-decoration: none;
}

.checkout a {
    background: #eceff6;
    border-radius: 50%;
}

.checkout_items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 32px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e1071a;
    font-size: 10px;
    color: #FFFFFF;
    margin-top: 8px;
}

.navbar_user .account li:hover {
    background-color: #ffffff;
}


/*********************************
 Hamburger Menu
*********************************/

.hamburger_container {
    display: none;
    margin-left: 10px;
}

.hamburger_container i {
    font-size: 24px;
    color: #e2011b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*.hamburger_container:hover i {
    color: #ffffff;
}*/

.hamburger_menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hamburger_menu.active {
    right: 0;
}

.fs_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: rgba(255, 255, 255, 0);
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hamburger_close {
    position: absolute;
    top: 26px;
    right: 10px;
    padding: 10px;
    z-index: 1;
}

.hamburger_close i {
    font-size: 24px;
    color: #1e1e27;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hamburger_menu_content {
    padding-top: 100px;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

.menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px #000000;
    border-bottom-color: rgb(234, 234, 234);
    vertical-align: middle;
    padding: 10px;
}

.menu_item > a {
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #1e1e27;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.menu_item > a:hover {
    color: #87b03c;
}

.menu_item > a > i {
    margin-left: 8px;
}

.menu_item.active .menu_selection {
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu_selection {
    margin: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}

.menu_selection li a {
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    text-transform: capitalize;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.menu_selection li a:hover {
    color: #ff4d02
}

.menu_selection li:last-child a {
    border-bottom: none;
}

.close-button {
    border-radius: 0px;
    padding: 10px 11px;
    background-color: #87b03c;
}

.hamburger_close i {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*********************************
 Logo
*********************************/

.logo_container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    z-index: 100;
	height:100%;

}

.logo_container a {
    font-size: 24px;
    color: #1e1e27;
    font-weight: 700;
    text-transform: uppercase;
}

.logo_container a span {
    color: #ff4d02;
}


/*********************************
 Main Slider
*********************************/

.main_slider {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 100px;
}

.main_slider_content {
    width: 30%;
    color: white;
    background-color: #000000db;
    border-top: solid 3px #ff4d02;
}

.main_slider_content h6 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.main_slider_content h1 {
    font-weight: 400;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    text-align: center;
}


.main_button:hover {
    background: #ffffff !important;
    color: white;
}

.main_button a {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.shop_now_button {
    width: 190px;
    margin-bottom: 20px;
    margin-top: 30px;

}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

/*********************************
 Banner
*********************************/

.banner {
    width: 100%;
    margin-top: 55px;
}

.banner_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 265px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner_category {
    height: 50px;
    background: #FFFFFF;
    min-width: 180px;
    padding-left: 25px;
    padding-right: 25px;
}

.banner_category a {
    display: block;
    color: #1e1e27;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    width: 100%;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.banner_category a:hover {
    color: #b5aec4;
}


/*********************************
 New Arrivals
*********************************/

.new_arrivals {
    width: 100%;
}

.new_arrivals_title {
    margin-top: 74px;
}


/*********************************
 New Arrivals Sorting
*********************************/

.new_arrivals_sorting {
    display: inline-block;
    border-radius: 3px;
    margin-top: 59px;
    overflow: visible;
}

.grid_sorting_button {
    height: 40px;
    min-width: 102px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    border: solid 1px #ebebeb;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #FFFFFF;
    border-radius: 3px;
    margin: 0;
    float: left;
    margin-left: -1px;
}

.grid_sorting_button:first-child {
    margin-left: 0px;
}

.grid_sorting_button:last-child {}

.grid_sorting_button.active:hover {
    background: #ff4d02 !important;
}

.grid_sorting_button.active {
    color: #FFFFFF;
    background: #ff4d02;
}


/*********************************
 New Arrivals Products Grid
*********************************/

.product-grid {
    width: 100%;
    margin-top: 57px;
}

.product-item {
    width: 20%;
    height: 380px;
    cursor: pointer;
}

.product-item::after {
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 1px);
    height: 100%;
    pointer-events: none;
    content: '';
    border: solid 2px rgba(235, 235, 235, 0);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-item:hover::after {
    box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
    border: solid 2px rgba(235, 235, 235, 1);
}

.product {
    width: 100%;
    height: 340px;
    border-right: solid 1px #e9e9e9;
}

.product_image {
    width: 100%;
}

.product_image img {
    width: 100%;
}

.product_info {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.product_name {
    margin-top: 27px;
}

.product_name a {
    color: #1e1e27;
    line-height: 20px;
}

.product_name:hover a {
    color: #b5aec4;
}

.discount .product_info .product_price {
    font-size: 14px;
}

.product_price {
    font-size: 16px;
    color: #b30000;
    font-weight: 600;

}

.product_price span {
    font-size: 12px;
    margin-left: 10px;
    color: #b5aec4;
    text-decoration: line-through;
}

.product_bubble {
    position: absolute;
    top: 15px;
    width: 50px;
    height: 22px;
    border-radius: 3px;
    text-transform: uppercase;
}

.product_bubble span {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
}

.product_bubble_right::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 6px;
    right: auto;
    top: auto;
    bottom: -6px;
    border: 6px solid;
}

.product_bubble_left::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 6px;
    bottom: -6px;
    border: 6px solid;
}

.product_bubble_red::after {
    border-color: transparent transparent transparent #ff4d02;
}

.product_bubble_left::after {
    border-color: #51a042 #51a042 transparent transparent;
}

.product_bubble_red {
    background: #ff4d02;
}

.product_bubble_green {
    background: #51a042;
}

.product_bubble_left {
    left: 15px;
}

.product_bubble_right {
    right: 15px;
}

.add_to_cart_button {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.add_to_cart_button a {
    font-size: 12px;
    font-weight: 600;
}

.product-item:hover .add_to_cart_button {
    visibility: visible;
    opacity: 1;
}

.favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #b9b4c7;
    width: 17px;
    height: 17px;
    visibility: hidden;
    opacity: 0;
}

.favorite_left {
    left: 15px;
}

.favorite.active {
    visibility: visible;
    opacity: 1;
}

.product-item:hover .favorite {
    visibility: visible;
    opacity: 1;
}

.favorite.active::after {
    font-family: 'FontAwesome';
    content: '\f004';
    color: #ff3c02;
}

.favorite::after {
    font-family: 'FontAwesome';
    content: '\f08a';
}

.favorite:hover::after {
    color: #ff3c02;
}


/*********************************
 Deal of the week
*********************************/

.deal_ofthe_week {
    width: 100%;
    margin-top: 41px;
    background: #f2f2f2;
}

.deal_ofthe_week_img {
    height: 540px;
}

.deal_ofthe_week_img img {
    height: 100%;
}

.deal_ofthe_week_content {
    height: 100%;
}

.section_title {
    text-align: center;
}

.section_title h2 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 300;
    padding-top: 30px;
}

.section_title::after {
    display: block;
    position: absolute;
    top: calc(100% + 13px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: #ffffff;
    content: '';
}

.timer {
    margin-top: 66px;
}

.timer li {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #FFFFFF;
    margin-right: 10px;
}

.timer li:last-child {
    margin-right: 0px;
}

.timer_num {
    font-size: 48px;
    font-weight: 600;
    color: #fe4c50;
    margin-top: 10px;
}

.timer_unit {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #51545f;
}

.deal_ofthe_week_button {
    width: 140px;
    background: #1e1e27;
    margin-top: 52px;
}

.deal_ofthe_week_button:hover {
    background: #2b2b34 !important;
}


/*********************************
Best Sellers
*********************************/

.product_slider_container {
    width: 100%;
    height: 340px;
    margin-top: 73px;
}

.product_slider_container::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    content: '';
    z-index: 1;
}

.product_slider {
    overflow: visible !important;
}

.product_slider_item .product-item {
    height: 340px;
}

.product_slider_item {
    width: 20%;
}

.product_slider_item .product-item {
    width: 100% !important;
}


/*********************************
 Slider Nav
*********************************/

.product_slider_nav {
    position: absolute;
    width: 30px;
    height: 70px;
    background: #d3d3d6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product_slider_container:hover .product_slider_nav {
    visibility: visible;
    opacity: 1;
}

.product_slider_nav i {
    color: #FFFFFF;
    font-size: 12px;
}

.product_slider_nav_left {
    top: 50%;
    left: 0;
}

.product_slider_nav_right {
    top: 50%;
    right: 0;
}


/*********************************
 Benefit
*********************************/

.benefit {
    margin-top: 74px;
}

.benefit_row {
    padding-left: 15px;
    padding-right: 15px;

}

.benefit_col {
    padding-left: 0px;
    padding-right: 0px;
    padding: 10px;
}

.benefit_item {
    background: #d0c8c800;
    border: dashed 1px #292929;
    padding: 10px;
}

.benefit_icon i {
    font-size: 30px;
    color: #ffffff;
}

.benefit_content {
    padding-top: 20px;
    text-align: center;
}

.benefit_content h6 {
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #151515;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.benefit_content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #292929;
    font-family: 'Roboto', sans-serif;
    padding-top: 15px;
    padding-bottom: 20px;
}

.benefit-img {
    width: 40px;
    height: 40px;
}

.benefit_item:hover {
    background: #ffffff;
    border: solid 1px #FFFFFF;
    padding: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.benefit_item:hover .benefit_content h6 {
    color: #87b03c;
    transition: all 0.2s ease;
}

.benefit_item:hover .benefit_content p {
    color: #87b03c;
    transition: all 0.2s ease;
}


/*********************************
 Blogs
*********************************/

.blogs {
    margin-top: 72px;
}

.blogs_container {
    margin-top: 53px;
}

.blog_item {
    height: 255px;
    width: 100%;
}

.blog_background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog_content {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.9);
    padding-left: 10px;
    padding-right: 10px;
    visibility: hidden;
    opacity: 0;
    transform-origin: center center;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog_item:hover .blog_content {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.blog_title {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0px;
}

.blog_meta {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #51545f;
    margin-bottom: 0px;
    margin-top: 3px;
    letter-spacing: 1px;
}

.blog_more {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #ff3c02;
    border-bottom: solid 1px#ff3c02;
    margin-top: 12px;
}

.blog_more:hover {
    color: #FE7C7F;
}


/*********************************
 Footer
*********************************/

.footer_nav_container {
    height: 130px;
}

.cr {
    margin-right: 48px;
}

.single-product-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    background-color: #ffffff;
}

.single-product-wrapper .product-img .hover-img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.single-product-wrapper .product-img img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper:hover .product-img .hover-img {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper:hover .product-favourite {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: 0;
    top: 0;
}

.single-product-wrapper .product-img .product-favourite a {
    position: absolute;
    height: 25px;
    width: 45px;
    font-size: 14px;
    color: #ccc;
    top: 20px;
    right: 0px;
    z-index: 10;
    line-height: 25px;
    /* background-color: #ffffff; */
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.single-product-wrapper .product-img .hover-img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.single-product-wrapper .product-img .product-badge.new-badge {
    background-color: #ff3c02;
}

.single-product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-product-wrapper .product-img .product-badge {
    height: auto;
    /* background-color: #000000; */
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 10;
}

.single-product-wrapper .product-description .hover-content {
    position: absolute;
    width: calc(100% - 40px);
    top: -70px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper .product-img img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.essence-btn:hover,
.essence-btn:focus {
    color: #ffffff;
    background-color: #ff3c02;
}

.essence-btn:hover,
.essence-btn:focus {
    color: #ffffff;
    background-color: #ff3c02;
}

.intro-img-element {
    width: 700px;
    -webkit-animation: fadeIn 1s both 0.5s;
    animation: fadeIn 1s both 0.5s;
    transition: all 0.5s ease;
}

.intro-img-element-position {
    position: absolute;
    right: 10%;
    top: -110%;
}

.main-title-style {
    font-family: 'Roboto', sans-serif;
    color: #ff4d02;
    font-weight: 400;
    font-size: 4em;
    margin-top: 80px;
}

.category-title {
    color: #ff4d02;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
}

.small-title {
    color: #2d2d2d;
    font-weight: 400 !important;
    font-size: 3em !important;
    letter-spacing: 2px;
    text-transform: none !important;
}

.logo-size {
    /*width: 200px; */
    /* max-height: 100%; */
	height: 56px;
    margin-top: -5px;
}
.footer-first-block .logo-size {
	width: 200px;
    height: auto;

}

.cart-block .cart-block-content {
    padding: 8px;
    overflow: hidden;
}

.main-header .shopping-cart-box:hover .cart-block {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.cart-block .cart-block-content .cart-title {
    text-transform: uppercase;
    font-size: 12px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cart-block .cart-block-content .cart-buttons a.btn-check-out {
    background: #ff4d02;
    color: #fff;
}

.cart-block .cart-block-content .toal-cart .toal-price {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #c50013;
    font-weight: 600;
    color: #e1071a;
    font-weight: 500;
}

.cart-block .cart-block-content .product-info .p-right .p-rice {
    color: #e1071a;
    font-weight: 500;
}

.main-header .shopping-cart-box a.cart-link {
    height: 41px;
    width: 100%;
    border: 1px solid #eaeaea;
    display: block;
    position: relative;
    padding: 2px 41px 0 15px;
}

.cart-block .cart-block-content .product-info .p-left .remove_link {
    position: absolute;
    left: 0;
    top: 0;
}

.cart-block .cart-block-content .cart-title {
    text-transform: uppercase;
    font-size: 12px;
}

.cart-block .cart-block-content .product-info .p-left {
    width: 100px;
    float: left;
    position: relative;
}

.cart-block .cart-block-content .product-info {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.cart-block .cart-block-content .product-info .p-right {
    margin-left: 110px;
    line-height: 25px;
}

.cart-block .cart-block-content .product-info .p-right {
    margin-left: 110px;
    line-height: 25px;
}

.cart-block .cart-block-content .cart-title {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 55%;
    height: auto;
    margin-left: -10px;
}

.cart-block .cart-block-content .toal-cart {
    margin-top: 10px;
    text-align: left;
}

.cart-block .cart-block-content .product-info .p-left .remove_link {
    position: absolute;
    left: 0;
    top: 0;
}

.blog-desc {
    padding: 20px;
    color: #212121;
    padding-top: 0;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #b9b9b9;
    font-size: 12px;
    margin: 5px;
    margin-left: 5px;
    margin-left: 5px;
    margin-left: 5px;
    padding: 5px 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #bbbbbb;
    border-radius: 0px;
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 10px;
}

.footer-main-desc {
    font-family: 'Roboto', sans-serif;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1rem;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #e1071a;
    text-decoration: none;
    border: solid 1px #e1071a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.subtitle-pd {
    padding-top: 10px;
    padding-bottom: 50px;
    font-weight: 300;
    letter-spacing: 1px;
}

.owl-theme .owl-nav {
    margin-top: -350px;
    visibility: hidden;
    opacity: 0.8;
    -webkit-transition: all 0.5ms ease-in-out;
    -moz-transition: all 0.5ms ease-in-out;
    -ms-transition: all 0.5ms ease-in-out;
    -o-transition: all 0.52ms ease-in-out;
    transition: all 0.5ms ease-in-out;
}

.new_arrivals_area:hover .owl-nav {
    visibility: visible;
}

a:not([href]):not([tabindex]) {
    color: #b5b5b5;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: #eeeeee;
    width: 50px;
    height: 68px;
    line-height: 68px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    color: #ff4d02;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.nopadding {
    padding: 0px !important;
}


/*********************************
Breadcrumbs
*********************************/


.breadcrumbs ul li {
    display: inline-block;
    margin-right: 17px;
}

.breadcrumbs ul li.active a {
    color: #ffffff;
    text-decoration: underline;
}

.breadcrumbs ul li i {
    margin-right: 17px;
}

.breadcrumbs ul li a {
    color: #ffffff;
}

.breadcrumb-bg {

    BACKGROUND: #E4E6EF;
}


/*********************************
 Google Map
*********************************/

.contact_container {
    margin-top: 130px;

}

#google_map {
    width: 100%;
    height: 507px;
    margin-bottom: 59px;
}

.map_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 27px 59px rgba(0, 0, 0, 0.15);
}

#map {
    width: 100%;
    height: calc(100% + 30px);
}

.breadcrumb-ul-position {

    text-align: left;
}

.home-blog-date {
    color: #6f6f6f;
    font-size: 0.7rem !Important;
}

.breadcrumbs .intro-title-span {
    font-family: 'Roboto', sans-serif;
    color: #e3e3e3;
    font-weight: 300;
    font-size: 2em !important;
}


/*********************************
Need help
*********************************/

.temp-wrapper {
    /*height: 2000px;*/
    overflow-x: hidden;
    position: relative;
    background-color: #ccc;
}

.need-help-component {
    display: inline-block;
    position: fixed;
    right: -300px;
    top: 180px;
    z-index: 10;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-bg {
    background-image: url(../images/blog-bg.png);
    background-repeat: no-repeat;
    padding: 10px 0;
}

.need-help-button {
    top: 0px;
    position: absolute;
    left: -33px;
    width: 33px;
    cursor: pointer;
    background-color: #ff4d02;
    border-left: 10px;
    border-right: 10px;
    border-radius: 5px 0px 0px 5px;
    height: 130px;
}

.need-help-button,
#need-help-group {
    display: inline-block;
    vertical-align: middle;
}

#need-help-group {
    padding: 0 1em;
    width: 300px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 12.5px 0 rgba(0, 0, 0, 0.5);
}

.help-item {
    display: block;
    padding: 30px 10px;
    max-width: 300px;
}

.help-item + .help-item {
    border-top: 1px solid #cfcfcf;
}

@media screen and (max-width: 600px) {
    .need-help-component {
        display: none;
    }

    .need-help-button {
        opacity: 1;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}

.is-open {
    right: -15px;
}



textarea {
    resize: none;
}

.form-label {
    font-size: 12px;
    color: #ff4d02;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}

.form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ff4d02;
}

.js-hide-label {
    opacity: 0;
}

.js-unhighlight-label {
    color: #999
}

.btn-start-order {
    background: 0 0 #ffffff;
    border-radius: 30px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 6px 40px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #2c551a;
    font-family: 'Roboto', sans-serif;
}

.btn-start-order:hover,
.btn-start-order:active,
.btn-start-order:focus {
    border-color: #ff4d02;
    color: #ff4d02;
}

.form-group {
    margin-bottom: 0.1rem;
}

.btn-start-order:hover,
.btn-start-order:active,
.btn-start-order:focus {
    border-color: #ff4d02;
    color: #fff;
    background: #ff4d02;
}


/* ::  Checkout Area CSS */

.checkout_details_area form label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout_details_area form label span {
    color: #ff3c02;
}

.checkout_details_area form .form-control {
    height: 42px;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
}

.checkout_details_area form .nice-select {
    border-radius: 0;
    border: 1px solid #ebebeb;
}

.checkout_details_area form .nice-select .list {
    width: 100%;
    border-radius: 0;
}

.order-details-confirmation {
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 40px;
}


@media only screen and (max-width: 768px) {


    .blocks-box,
    .slick-slider {

        display: block !Important;
    }
}




@media only screen and (max-width: 767px) {
    .order-details-confirmation {
        margin-top: 100px;
        padding: 20px;
    }



}

.order-details-confirmation .order-details-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 2px solid #ebebeb;
    font-weight: 600;
}

.order-details-confirmation .card-header h6 a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.order-details-confirmation .card-header h6 a i {
    color: #9f9f9f;
}

.order-details-confirmation .card {
    border: none;
}

.order-details-confirmation .card-header {
    background-color: transparent;
    border-bottom: none;
}

.order-details-confirmation .card-body p {
    font-size: 12px;
    line-height: 2;
    color: #9f9f9f;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #87b03c;
    border-radius: 0rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0rem;
}

.checkout-span-style {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.total-price {
    color: #e1071a;
    font-weight: 600;
}

button,
input,
optgroup,
select,
textarea {
    padding: 6px;
    padding-left: 6px;
}

#scrollUp {
    z-index: 0 !important;
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255, 204, 0);
    transition: 1s 0.4s;
}

#progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%;
}

#progstat {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.footer_area {
    padding-top: 50px;
    background: #f2f3f5;
}

.footer_area img {
    padding: 5px;
}

.newslwttwr-input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-left: 5px;
    background-color: #e4e4e4;
    border: solid transparent;
}

.submint-newsletter {
    background: #e1071a !important;
    color: white;
    padding-right: 12px !important;
    padding-left: 12px !important;

}

.submint-newsletter:hover {
    background: #000000 !important;
    transition: 0.4s;
    cursor: pointer;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlighted-text {
    color: #87b03c;
}

.login-text {
    color: #e2001a;
    text-transform: capitalize;
    font-weight: 400;
}

.preheader-icons {
    margin-right: 10px;
    margin-top: -5px;
}


footer p {
    font-size: 10px;
    color: #505050;
    font-family: 'Roboto', sans-serif;
}

.pd-50 {
    padding: 50px;
}

.subscribtion_form {
    padding-top: 10px;
}

.main-category-title {

    font-weight: 700 !important;

}

.language-select {
    position: absolute;
    top: 0px;
    right: -13%;
    margin-top: -10px;
}

.language-btn {
    padding: 13px 10px;
    background: #87b03c;
    color: white !important;
    border-radius: 10px;
}

.other-language-btn {

    padding: 13px 10px;
    background: transparent;
    color: black !important;
    border-radius: 10px;

}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    height: 500px;
}

.fa-times {
    padding: 20px;
    background: #ffffff00;
    margin-right: 30px;
}

.mt-170 {
    margin-top: 170px;
}

.last-viewed img {
    width: 70%;
}

.last-viewed .p-name {
    text-transform: uppercase;
}



.not-available {
    color: #7aa924 !important;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: left;
    padding: 15px;
    margin-top: -45%;
    font-style: italic;
    margin-bottom: 17px;
}


.price-highlighted {

    color: #b60505;

}

.sidebar-item {
    border-bottom: solid 1px #c7c7c7;
    height: 100px;
    margin: 0px 20px 0px 0px;
}

.breadcrumb-bg {

    height: 60px;
}

.contact_container {
    margin-top: -6px !important;
}

.breadcrumbs {
    margin-top: 2%;
    text-align: left;
}


.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feautured-video-wrapper {
    padding-bottom: 50px;
}

.section-spacing {
    padding: 70px 0px;
}

.fa-long-arrow-right {
    padding-left: 10px;
}

.fa-caret-right {
    padding-left: 10px;
}

.tab-selector {
    position: absolute;
}

.doggy-tab {
    width: 43px;
    margin-top: 65px;
    margin-left: 30px;
}

.kitty-tab {
    width: 43px;
    margin-top: 65px;
    margin-left: 15px;
}

.horsy-tab {
    width: 43px;
    margin-top: 65px;
    margin-left: 15px;
}


.blog-bg {
    background-image: url(../images/blog-bg.png);
    background-repeat: no-repeat;

}

.small-blog-title {
    color: #353535;
    font-family: 'Roboto';
    font-size: 0.9rem;
    text-transform: uppercase;
}

.date_position {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
}

.date-style {
    margin: 0px !important;
    background: #e1071a;
    color: white;
    letter-spacing: 1px;
    font-family: 'Atma', sans-serif !important;
    font-size: 0.8rem !important;
    padding: 3px 13px;
}

.more-blog-info-link {
    border-top: solid 1px #e0e0e0;
    text-align: left;
    padding: 20px;
    color: #e1071a;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.foodmap-bg {
    background-image: url(../images/foodmap.png)
}

.josera-benefits img {
    width: 35px;
    margin-right: 20px;
    height: auto;
    text-align: left;
}

.josera-benefits {
    background: #f0f1f8;

}

.aligner-left {
    display: flex;
    align-items: center;
    align-content: flex-start;
    padding: 10px 0;
}

.benefits-wrapper {
    width: 800px;
    padding: 30px;
}

.footer-bg {
    background-image: url(../images/josera-bg.png);
    background-position: bottom;

    background-repeat: no-repeat;
}

.footer-first-block {
    background: white;
    padding: 40px 40px 100px 50px;
    margin-top: -54px;
    border-top: solid 5px #e1071a;

}

footer .social-icons {

    color: white;
    padding: 13px 15px;
    background: #e1071a;
    margin-right: 20px;
    margin-bottom: 10px;
}

.footer-blog {
    width: 130px;
    margin-left: -5px;
}

#blog .owl-nav {
    display: none;
}

#blog .shop_now_button:hover {
    width: 190px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background: white !Important;
}

.hamburger_container {
    padding: 16px 13px;
}

.hide-on-bigger-screen {
    margin-top: 80px;
}

.apps-circle h3 {

    color: #313131;
}

.breadcrumbs h1 {
    color: white;
    margin-top: 50px;
}

.single-product-wrapper h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
    font-family: 'Roboto', sans-serif;
    color: #e1071a;
    font-size: 0.9rem;
}

.pagination-container {
    margin: 100px auto;
    text-align: center;
}

.pagination {
    position: relative;
}



.pagination-active {
    background: #1f1f1f;
    color: white !important;
}

.pagination a {
    position: relative;
    display: inline-block;
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.8rem;
    padding: 8px 16px 10px;
}


.more-info-btn {
    color: #e1071a;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    margin-left: 10px;
}

.news_heading {
    margin-top: 50px;
    margin-bottom: 50px;
}


.news_subtitle {
    font-size: 1rem;
    color: black;
    font-weight: 600;
    margin-bottom: 50px;
}


.single-blog--text img {
    margin-bottom: 50px;
}

.date {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffcc00;
    color: red;
    font-size: 1.1rem;
    line-height: 2rem;
    font-family: 'Roboto';
    font-weight: 800;
    padding: 20px;
}

.checkout_area {

    margin-bottom: 50px !important;
}

.checkout_details_area h5 {
    font-family: 'Roboto';
    font-weight: 600;
}

.checkout_area .main_button {

    background: #1d1d1d !Important;

}

#contact h5 {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 0.8rem;

}


#contact span {
    color: #e1071a;
}

#contact {
    margin-bottom: 100px;
}


#contact_form .main_button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    letter-spacing: 1px;
    height: 0px;
    background: #0e0e0e;
    -webkit-transition: all 0.03s ease;
    -moz-transition: all 0.03s ease;
    -ms-transition: all 0.03s ease;
    -o-transition: all 0.03s ease;
    font-family: 'Roboto', sans-serif;
    color: white;
    border-radius: 0px;
    float: right;
    width: 200px;
    padding: 25px;
}

#contact_form .main_button:hover {
    background: #e1071a !important;
    color: white !important;
}

#contact_form .main_button:hover a {

    color: white !important;
}

.yellow-bg *::selection{
	color:#333!important;
}

.branded-news-slider .owl-stage-outer .owl-stage .owl-item{
	padding: 1vw;
}
.featured-circle-content img{
	width:inherit;
}
/*bármelyik aloldalra kellhet, yt videó a contentben*/
/* .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */
.footer-first-block{
	padding: 40px 40px 40px 50px
}
.footer-first-block .logo-size  {
	margin-top:30px;
}
/*meghívás utáni jelszóbeállítás*/
#login-form { 
	margin-bottom: 30px;
}
#login-form .form-control{
	font-size: unset;
}
#login-form #btn-signup{
	background-color: #0865dc;	
	color: white;
	margin-top:2em!important;
}
.gray-text{
	color:#666;
}
.text-right{
	text-align:right!important;
}
/*termék adatlapon a további képek css-e*/
.prod-other-images{
	margin-top:10px;
}
.product-image-for-zoom{
	height:50vh;
}
/*márka kezdőoldalon a háttérkép*/
.video-background {
    background-size: cover;
}
/* kiemelt tulajdonságok képnézegető a termék adatlapon */
#product_description_feed_modal{
	max-width:70vw;
	margin: auto;
	max-height:90vh;
	width: fit-content;
}
#product_description_feed_modal .modal-content{
	max-width:70vw;
	max-height:85vh;
	width: fit-content;
    margin: auto;
}

#product_description_feed_modal img{
	max-width:70vw;
	max-height:80vh;
}
#product_description_feed_modal .close{
	font-size: 2rem;
	width: 100%;
	text-align: right;
}
/* vége - kiemelt tulajdonságok képnézegető a termék adatlapon */

/*custom menu class*/
.color-red{
	color:#CD1316!important;
}
