@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800,900';
@import url(./font-awesome.min.css);
* {
    margin: 0;
    padding: 0;
    -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
}

body {
    font-family: open sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #4e4e4e
}

a {
    color: inherit
}

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: 0
}

p {
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    color: #8f8f8f;
    -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
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

p:last-of-type {
    margin-bottom: 0
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    -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;
    color: inherit
}

p a:active {
    position: relative;
    color: tomato
}

p a:hover {
    color: #fff;
    background: #ffa07f
}

p a:hover::after {
    opacity: .2
}

::selection {
    background: rgba(187, 228, 50, .75);
    color: #fff
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: open sans, sans-serif;
    -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
}

section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.trans_200 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.trans_300 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.trans_400 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.trans_500 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.fill_height {
    height: 100%
}

.super_container {
    width: 100%;
    overflow: hidden;
    padding-left: 263px;
  	transition: 0.3s ease-in-out all;
}
.super_container.menuLeft {
    padding-left: 0;
}
.parallax-window {
    min-height: 400px;
    background: 0 0
}

.parallax_background {
    width: 100%;
    height: 100%;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.section_container {
    padding-left: 109px;
    padding-right: 107px
}

.section_container .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.button_1 {
    max-width: 238px;
    height: 45px;
    background: #414141;
    text-align: center;
    color: #ffff
}

.button_1 a {
    display: block;
    line-height: 45px;
    color: #bbe432;
    font-size: 14px;
    font-weight: 600
}

.button_1:hover {
    background: #efcd2a;
}

.button_1:hover a {
    color: #414141
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 263px;
    height: 100vh;
    background: #1a1a1a;
    z-index: 100;
  	transition: 0.3s ease-in-out all;
}
.sidebar.menuLeft {
    margin-left: -263px;
}
.sidebar.menuLeft .fa-rotate {
  transform: rotate(180deg);
  transition: 0.1s ease-in-out all 0.3s;
}
.sidebar.menuLeft .hideArea {justify-content: flex-end;padding-right: 6px;}
.info {
    width: 100%
}

.info_content {
    padding-left: 21px;
    padding-top: 23px
}

.sidebar_logo {
    padding-left: 25px;
    padding-right: 26px;
    margin-top: 64px
}

.sidebar_logo a {
    display: block
}

.sidebar_logo a>div {
    border: solid 2px #efcd2a;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: .75;
    color: #bbe432;
}

.sidebar_logo a>div span {
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
}

.sidebar_nav {
    padding-left: 45px;
    margin-top: 77px
}

.sidebar_nav ul {
    display: inline-block
}

.sidebar_nav ul li:not(:last-child) {
    margin-bottom: 8px
}

.sidebar_nav ul li a {
    font-family: poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar_nav ul li a i {
    margin-left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar_nav ul li a:hover {
    color: #bbe432
}

.sidebar_nav ul li:hover a i {
    color: #bbe432;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.sidebar_cart {
    position: absolute;
    bottom: 5%
}

.cart a {
    padding-left: 45px;
    padding-right: 43px;
    display: flex;
    align-items: center
}

.cart_icon {
    width: 26px;
    height: 32px
}

.cart_icon a {
    display: block;
    position: relative
}

.cart_icon a img {
    max-width: 100%
}

.cart_num {
    position: absolute;
    top: 17px;
    left: -11px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #efcd2a;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.cart_text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-left: 24px
}

.cart_price {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-left: 21px
}

.header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    background: #1a1a1a;
    z-index: 100
}

.header_content {
    width: 100%;
    height: 100%
}

.header_logo {
    margin-left: 50px
}

.header_logo a {
    display: block
}

.header_logo a>div {
    border: solid 2px #efcd2a;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #bbe432;
    padding-left: 14px;
    padding-right: 16px;
}

.header_logo a>div span {
    text-transform: uppercase;
    color: #fff
}

.header_nav {
    margin-left: 55px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.header_nav ul li:not(:last-child) {
    margin-right: 25px
}

.header_nav ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header_nav ul li a:hover {
    color: #bbe432
}

.header_extra {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px)
}

.header .cart {
    margin-right: 60px;
    margin-left: 40px;
    margin-top: -7px;
    padding-left: 5px;
    padding-right: 5px
}

.hamburger {
    display: none;
    margin-left: 50px;
    cursor: pointer;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px)
}

.hamburger i {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.hamburger:hover i {
    color: #bbe432
}

.menu {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    height: 100vh;
    background: #1a1a1a;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.menu_close_container {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer
}

.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D
}

.menu_close div {
    width: 100%;
    height: 2px;
    background: #fff;
    top: 8px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.menu_close div:last-of-type {
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center
}

.menu_close:hover div {
    background: #bbe432
}

.menu .logo {
    margin-bottom: 60px
}

.menu_nav ul li:not(last-child) {
    margin-bottom: 4px
}

.menu_nav ul li a {
    font-family: poppins, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: .05em;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.menu_nav ul li a:hover {
    color: #bbe432
}

.menu_extra {
    position: absolute;
    right: 50px;
    bottom: 30px
}

.home {
    width: 100%;
    height: 630px;
    /*padding-left: 263px;
    margin-left: -263px;*/
}

.home_slider_container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.home_content_container {
    position: absolute;
    top: 120px;
    left: 117px;
    width: 100%
}

.home_content {
    max-width: 690px;
    padding-left: 120px;
}

.home_discount_num {
    font-size: 4rem;
    font-weight: 700;
    color: #414141;
}

.home_discount_text {
    font-size: 16px;
    font-weight: 600;
    color: #414141;
    line-height: .75;
    margin-left: 11px;
    margin-bottom: 2px
}

.commonHeader .home_title {
    font-size: 3.5rem
}

.home_title {
    font-size: 1rem;
    line-height: 1.5;
    color: #414141;
    font-weight: 500
}

.home_button {
    margin-top: 6px;
    margin-left: 8px
}

.home_slider_nav {
    position: absolute;
    top: 51.5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 39px;
    height: 39px;
    background: 0 0;
    text-align: center;
    z-index: 1;
    cursor: pointer
}

.home_slider_nav div {
    width: 100%;
    height: 100%
}

.home_slider_nav:hover {
    background: #bbe432
}

.home_slider_prev {
    left: 32px
}

.home_slider_next {
    right: 32px
}

.boxes {
    width: 100%;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 1
}

.box {
    width: 100%
}

.box_image {
    width: 100%;
}

.box_image img {
    max-width: 100%;
    transition: 0.6s ease-in-out all;
}

.box_title {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 100%;
    padding: 30px;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.boxes .box {
    overflow: hidden;
    position: relative;
}
.box +.box {
    margin-top: .5rem;
}
.boxes .box:hover .box_title {
    opacity: 1;
    bottom: 0;
}
.boxes .box:hover .box_image img{
  transform: scale(1.1) rotate(3deg);
}
.boxes .box:after {
    position: absolute;
    content: '';
    width: 100%;
    background: #000;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s ease-in-out all;
    z-index: 0;
}

.boxes .box:hover:after {
    opacity: 0.7;
    height: 100%;
}
.box_title a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.categories {
    width: 100%;
    background: #fff;
    padding-top: 96px
}

.categories_list_container {
    display: inline-block
}

.categories_list li {
    position: relative
}

.categories_list li:not(:last-child) {
    margin-right: 70px
}

.categories_list li:not(:last-child)::after {
    position: absolute;
    top: -9px;
    right: -37px;
    content: '/';
    font-size: 30px;
    color: #414141;
    font-weight: 300
}

.categories_list li a {
    font-family: poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #414141;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.categories_list li a:hover {
    color: #bbe432
}

.products {
    width: 100%;
    background: #fff;
    margin-top: 95px;
    padding-bottom: 99px
}

.products.homeProducts {
    margin: 60px auto 0;
    padding-bottom: 40px;
}

.products_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.product {
    margin-bottom: 20px
}

.product_image {
    width: 100% ;
}

.product_image::after {
    /* display: block; */
    /* position: absolute; */
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    /* border: solid 5px #bbe432; */
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    /* content: ''; */
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.product:hover .product_image::after {
    visibility: visible;
    opacity: 1
}

.product_image img {
    max-width: 100% ;
}

.product_tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 59px;
    height: 59px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 59px;
    text-align: center;
    z-index: 1
}

.product.hot .product_tag {
    background: #bbe432
}

.product.sale .product_tag {
    background: #fd006b
}

.product.new .product_tag {
    background: #414141
}

.products .product_content {
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    color: #fff;
    transition: 0.1s ease-in-out all 0.3s;
}
.product_inner:hover .product_content{
  opacity: 1;
}
.product_title a {
    font-family: poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    line-height: 1.2;
    text-transform: uppercase;
}

.product_price {
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    margin-top: 13px;
}

.product.sale .product_price {
    color: #fd006b
}

.product_price span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #949494;
    margin-left: 12px
}

.product_button {
    width: 138px;
    height: 45px;
    background: #949494;
    text-align: center;
    margin-top: 22px;
}

.product_button:hover {
    background: #efcd2a;
}

.product_button a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    line-height: 45px;
}

.footer {
    width: 100%;
    background: #f6f8fa
}

.footer_content {
    padding-top: 84px;
    padding-bottom: 64px
}

.footer_logo {
    width: 212px
}

.footer_logo a {
    display: block
}

.footer_logo a>div {
    border: solid 2px #bbe432;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: .75;
    color: #bbe432;
    padding-left: 25px;
    padding-right: 26px
}

.footer_logo a>div span {
    text-transform: uppercase;
    color: #1a1a1a
}

.footer_about_text {
    padding-right: 50px
}

.cards {
    margin-top: 30px
}

.cards ul li:not(:last-child) {
    margin-right: 7px
}

.footer_questions {
    margin-top: 8px;
    padding-right: 50px
}

.footer_title {
    font-family: poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #414141;
    text-transform: uppercase
}

.footer_list ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2
}

.footer_list ul li {
    position: relative;
    padding-left: 22px
}

.footer_list ul li::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 1px;
    width: 5px;
    height: 5px;
    background: #d8e3e7;
    border: solid 2px #d8e3e7;
    content: '';
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.footer_list ul li:hover::before {
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: 0 0;
    border: solid 2px #bbe432
}

.footer_list ul li:not(:last-child) {
    margin-bottom: 9px
}

.footer_list ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.footer_list ul li a:hover {
    color: #414141;
    font-weight: 700
}

.footer_contact {
    margin-top: 8px;
    padding-right: 50px
}

.footer_contact_list {
    margin-top: 88px;
    padding-right: 20px
}

.footer_contact_list ul li:not(:last-child) {
    margin-bottom: 19px
}

.footer_contact_list ul li span {
    font-size: 14px;
    font-weight: 700;
    color: #bbe432
}

.footer_contact_list ul li div {
    padding-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 1.75;
    margin-top: -1px
}

.credits {
    width: 100%;
    background: #1a1a1a
}

.credits_content {
    width: 100%;
    height: 81px
}

.credits_text {
    font-family: poppins, sans-serif;
    font-size: 12px;
    color: #787878
}

.home.commonHeader {
    width: 100%;
    height: 300px;
}

.commonHeader .home_container {
    position: absolute;
    left: 0;
    bottom: 98px;
    width: 100%
}

.commonHeader .home_content {
    padding-left: 160px
}

.commonHeader .breadcrumbs {
    margin-top: 20px
}

.commonHeader .breadcrumbs ul li,
.commonHeader .breadcrumbs ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #8f8f8f
}

.commonHeader .breadcrumbs ul li {
    position: relative
}

.commonHeader .breadcrumbs ul li a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.commonHeader .breadcrumbs ul li a:hover {
    color: #414141
}

.commonHeader .breadcrumbs ul li:not(:last-child)::after {
    display: inline-block;
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 400
}

.cart_section {
    width: 100%;
    background: #fff;
    padding-top: 83px;
    padding-bottom: 104px
}

.cart_bar {
    width: 100%;
    background: #edf4f6
}

.cart_bar_list {
    display: block;
    height: 48px
}

.cart_bar_list li {
    font-size: 12px;
    font-weight: 500;
    color: #414141;
    text-align: center
}

.cart_bar_list li:first-child {
    padding-left: 30px
}

.item_list>:first-child {
    text-align: left;
    width: 32%
}

.item_list>:nth-child(2) {
    width: 13%
}

.item_list>:nth-child(3) {
    width: 13%;
    margin-right: 3%
}

.item_list>:nth-child(4) {
    width: 13%
}

.item_list>:nth-child(5) {
    width: 9%
}

.item_list>:nth-child(6) {
    width: 12%
}

.cart_items {
    padding-bottom: 4px;
    border-bottom: solid 1px #b0b2b3
}

.cart_items_list {
    display: block
}

.cart_item {
    width: 100%;
    height: 195px;
    padding-top: 23px;
    padding-bottom: 23px
}

.product {
    /* height: 100%; */
    /* position: relative; */
}
.product_inner{
  position: relative;
  /* transition: 0.3s all ease-in-out; */
}
.product_inner:after{
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product_inner:hover:after{
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.cartRow .product_image {
    /* height: 120px; */
    max-width: 170px;
}

.product_image img {
    width: 100%;
}

.cartRow .product_name {
    padding-left: 25px;
}

.product_name span {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #414141;
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.product_name a:hover {
    color: #bbe432
}

.product_text {
    font-size: 16px;
    font-weight: 700;
    color: #414141;
    margin-top: 0
}

.product_quantity {
    width: 85px;
    height: 51px;
    background: #edf4f6
}

.product_quantity>span {
    line-height: 51px;
    text-align: center
}

.qty_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    font-size: 16px;
    color: #414141
}

.qty_button span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qty_button:hover {
    color: #bbe432
}

.qty_sub {
    left: 8px
}

.qty_add {
    right: 8px
}

.product_text>span {
    display: none
}

.cart_buttons {
    margin-top: 32px
}

.button {
    height: 47px;
    text-align: center;
    margin-bottom: 10px
}

.button:not(:last-child) {
    margin-right: 24px
}

.button a {
    display: block;
    line-height: 47px;
    padding-left: 47px;
    padding-right: 47px;
    font-size: 14px;
    font-weight: 700;
    color: #414141;
    text-transform: uppercase
}

.button_continue {
    background: #bbe432
}

.button_continue:hover {
    background: #414141
}

.button_continue:hover a {
    color: #bbe432
}

.button_update {
    background: #414141
}

.button_update:hover {
    background: #bbe432
}

.button_update:hover a {
    color: #414141
}

.button_update a {
    color: #bbe432
}

.cart_extra_container {
    margin-top: 91px
}

.cart_extra_1 {
    padding-right: 47px
}

.cart_extra_2 {
    padding-left: 47px
}

.cart_extra_content {
    background: #edf4f6;
    padding-top: 78px;
    padding-left: 94px;
    padding-right: 60px
}

.cart_extra_coupon {
    padding-bottom: 133px
}

.cart_extra_title {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #414141;
    line-height: .75
}

.coupon_form_container {
    max-width: 400px;
    margin-top: 28px
}

.coupon_form {
    display: block
}

.coupon_input {
    width: 100%;
    height: 52px;
    border: none;
    background: #fff;
    outline: 0
}

.coupon_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 143px;
    height: 52px;
    background: #bbe432;
    color: #414141;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: 0
}

.shipping {
    margin-top: 78px;
    max-width: 363px
}

.shipping ul {
    margin-top: 47px
}

.shipping ul li:not(:last-child) {
    margin-bottom: 27px
}

.shipping_option input {
    display: inline-block;
    vertical-align: middle
}

.radio_container {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #838383;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.shipping_radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.radio_mark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 11px;
    height: 11px;
    background: 0 0;
    border: solid 2px #9f9f9f;
    border-radius: 50%
}

.radio_container input:checked~.radio_mark {
    background: #414141;
    border-color: #414141
}

.radio_container input:checked~.radio_text {
    color: #414141
}

.shipping_price {
    font-size: 14px;
    font-weight: 600;
    color: #838383
}

.cart_extra_total {
    padding-bottom: 70px;
    padding-right: 70px
}

.cart_extra_total_list {
    margin-top: 64px
}

.cart_extra_total_list li {
    position: relative
}

.cart_extra_total_list li:not(:last-child) {
    margin-bottom: 27px
}

.cart_extra_total_title,
.cart_extra_total_value {
    font-size: 14px;
    font-weight: 600;
    color: #414141
}

.cart_extra_total_list li:last-child .cart_extra_total_title,
.cart_extra_total_list li:last-child .cart_extra_total_value {
    color: #3a3a3a;
    font-weight: 800
}

.cart_extra_total_list li:last-child::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 76px);
    height: 41px;
    background: #fff;
    content: '';
    z-index: 0
}

.checkout_button {
    width: 100%;
    height: 60px;
    text-align: center;
    background: #efcd2a;
    margin-top: 86px;
    border: none;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1d1d1d;
}

.checkout_button span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #414141;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.checkout_button:hover {
    color: #fff;
    background: #414141
}

.checkout_button:hover span {
    color: #efcd2a;
}

.product_section .product_content_container {
    margin-top: 80px;
    margin-bottom: 75px;
}

.product_section .product_content {
    width: 74%;
    padding-right: 18px;
    padding-top: 0
}

.product_section .product_sidebar {
    width: 26%;
    padding-left: 18px
}

.product_section .product_image_1 {
    width: 54.48%;
    padding-right: 18px
}

.product_section .product_image_2 {
    width: 45.42%;
    padding-left: 18px
}

.product_section .product_image_3 {
    margin-top: 30px
}

.product_section .product_name {
    font-family: poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #414141;
    line-height: 1.2;
    padding-left: 0
}

.product_section .product_color {
    font-size: 16px;
    font-weight: 700;
    color: #414141;
    margin-top: 34px
}

.product_section .product_size {
    margin-top: 30px
}

a.cart_button,
a.similar_products_button {
    display: block;
    text-align: center
}

.product_section .cart_button:hover {
    background: #414141;
    color: #fff
}

.product_section .cart_button {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 700;
    color: #414141;
    text-transform: uppercase;
    background: #edf4f6;
    border: none;
    outline: 0;
    cursor: pointer;
    margin-top: 44px
}

.trans_200 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.product_section .product_size_title {
    font-size: 16px;
    font-weight: 700;
    color: #414141;
    line-height: .75;
    padding-bottom: 21px
}

.product_section .similar_products_button {
    width: 100%;
    height: 45px;
    text-align: center;
    background: #414141;
    color: #cdf939;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px
}

.product_section .similar_products_button a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #efcd2a;
    text-transform: uppercase;
    line-height: 45px;
    margin-top: 17px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.button_1 a {
    color: #efcd2a;
}

.boxes .row+.row {
    margin-top: 40px
}

ul.detailsList {
    margin-top: 10px;
    list-style-type: circle
}

ul.detailsList {
    margin-top: 10px;
    margin-left: 15px
}

ul.detailsList li {
    margin: 8px auto
}

.parallax-window.fullWidth {
    height: 250px;
    display: flex;
    align-items: center;
    min-height: auto
}

.product_section .product_links {
    margin-top: 50px;
    text-align: left;
}

.product_section .product_links a {
    padding-bottom: 4px;
    border-bottom: 2px solid #7d7d7d;
    margin-bottom: 10px;
    color: #1d1d1d;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600
}

.product_section .product_links li {
    margin-bottom: 10px;
    margin-top: 10px
}

select {
    -webkit-appearance: none
}

.checkout_box {
    background: #edf4f6
}

.billing {
    padding: 70px 60px;
    margin: 70px auto
}

.checkout_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #414141;
    font-size: 24px;
    line-height: .75;
    margin-bottom: 20px;
    margin-top: 40px
}

.shippinAddress {
    padding: 8px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 30px auto 30px;
    display: flex;
    align-items: center;
    background: #f5f5f5
}

.weAccept {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700
}

.shippingItem {
    display: flex;
    border: 1px solid rgba(74, 74, 74, .14901960784313725);
    border-radius: 4px;
    align-items: center;
    padding: 10px;
    box-shadow: 1px 1px 5px transparent;
    margin-bottom: 13px;
    transition: .3s ease-in-out all;
    cursor: pointer
}

.shippingItem:hover {
    border: 1px solid grey;
    box-shadow: 1px 1px 10px #cecece
}

.shippingCheckbox {
    flex: 2;
    display: flex;
    align-items: center
}

.shippingItem p {
    margin: 0;
    margin-left: 6px
}

.totalPriceBox {
    display: flex;
    border-radius: 5px;
    align-items: center;
    flex-grow: 1
}

.leftcontent {
    flex: 2;
    display: flex;
    align-items: center
}

.shippingDay {
    color: #464646;
    font-weight: 700
}

.shippinAddress label {
    margin-right: 13px
}

.showDiv {
    display: none
}

.weAccept ul li:not(:last-child) {
    margin-right: 8px
}

.successIcon {
    height: 6rem;
    width: 6rem;
    border: 3px solid #5bb75b;
    color: #5bb75b;
    font-size: 3rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.orderRow .checkout_title {
    font-size: 2.4rem
}

.mt-40 {
    margin-top: 44px
}

.maestro,
.paypal {
    display: none
}

.contactFooter h1 {
    font-size: 1.3rem;
    font-weight: 700
}

.contactFooter {
    margin: 50px auto 80px
}

.contactHeader {
    margin: 80px auto 0
}

.contactHeader h2 {
    font-weight: 700;
    font-size: 2rem
}

.contactFooter p {
    color: #000
}
.hideArea {
    height: 80px;
    width: 50px;
    border-radius: 100%;
    position: absolute;
    right: -23px;
    top: 50%;
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    justify-content: center;
    box-shadow: -1px 1px 3px #cccccc26;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
    opacity:1;
}
.hideArea:hover{
  cursor: pointer;
}
.commonBorder{
  position: relative;
  margin: auto;
  font-size: 3rem;
  font-weight: 600;
}
.commonBorder span{
  position: relative;
  display: block;
  width: 10px;
  height: 25px;
  border: 2px solid #333;
  margin: 10px auto;
}
.commonBorder span:before, .commonBorder span:after{
    position: absolute;
    content: '';
    left: 18px;
    top: 50%;
    right: auto;
    width: 100px;
    height: 2px;
    background: #333;
    margin: auto;
}
.commonBorder span:after{
  left: -115px;
}
.background2 {
    background: url(../images/checkout.jpg);
    background-attachment: fixed;
}
.background1 {
    background: url(../images/product_background.jpg);
    background-attachment: fixed;
}































