* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'bebas';
    src: url('../fonts/BebasNeueBook.ttf');
}

body {
    font-family: 'Montserrat';
    font-weight: 600;
    background: #000 url('../img/page-bg.png') no-repeat;
    background-position: center top;
}

* [class*="icon-"] {
    position: relative;
}

* [class*="icon-"]:before {
    content: '';
    display: block;
    position: absolute;
    background-size: 100% 100%;
}

*:focus {
    outline: 0 !important;
}

*:hover {
    text-decoration: none !important;
}

/*******************************************
**  TOP BAR
*******************************************/
.topBar {
    min-height: 75px;
    background-color: #080f17;
    background-image: linear-gradient(180deg, rgba(8, 15, 23, 0.36) 0%, rgba(20, 38, 57, 0.36) 100%);
}

.topBar_company {
    display: inline-block;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 100px;
}

.topBar_company a {
    color: #fff;
    line-height: 75px;
}

.topBar_search {
    display: inline-block;
    float: left;
    width: 250px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.topBar_search:hover {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0 10px;
}

.topBar_search:hover .icon-search:before {
    background-position: -27px center;
}

.search {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    padding-left: 40px;
    width: 250px;
}

.search > input {
    border: none;
    border-bottom: 2px solid #2b3a4c;
    background: none;
    color: #080f17;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.topBar_right {
    float: right;
    position: relative;
}

.topBar_left {
    float: left;
    position: relative;
}

.topBar_right > div {
    display: inline-block;
    float: left;
    height: 75px;
}

.topBar_login > a {
    line-height: 75px;
    padding: 0 30px 0 65px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 1px solid rgba(41, 56, 73, 0.5);
}

.topBar_login:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.topBar_login:hover a {
    color: #080f17;
}

.topBar_login:hover .loginContainer {
    display: block !important;
}

.topBar_fb > a {
    line-height: 75px;
    padding: 0 30px 0 65px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 1px solid rgba(41, 56, 73, 0.5);
}

.topBar_qcart > a {
    line-height: 71px;
    padding: 0 30px 0 65px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 1px solid rgba(41, 56, 73, 0.5);
    background-color: #2b91f9;
}

.topBar_qcart:hover .qcart {
    background-color: rgba(255, 255, 255, 0.95);
}

.topBar_qcart:hover .qcart_quantity > span {
    background-color: #e8173e;
    color: #fff;
}

.topBar_qcart:hover a {
    color: #080f17;
}

.topBar_qcart:hover .qcartContainer {
    display: block !important;
}

.topBar_qcart .qcart_price {
    font-size: 22px;
    position: relative;
}

.topBar_qcart .qcart_price .qcart_currency {
    font-size: 10px;
    top: -0.8em;
}

/*******************************************
**  LOGIN CONTAINER
*******************************************/
.loginContainer {
    position: absolute;
    top: 75px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    height: auto !important;
    display: none !important;
    z-index: 100;
}

.loginContainer_bottom {
    padding: 25px;
    text-align: center;
}

.loginContainer_bottom > span {
    color: #080f17;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.loginContainer_top {
    border-bottom: 1px solid rgba(171, 182, 193, 0.5);
    padding: 25px 100px;
}

.loginContainer_top .form-group {
    width: 310px;
}

.loginContainer_top .forgotPass {
    text-align: right;
}

.loginContainer_top .forgotPass a {
    color: #080f17;
    font-size: 11px;
    font-weight: 500;
    line-height: 38px;
}

.loginContainer .loginButtons [class*="button"] {
    width: 42%;
}

.loginContainer .loginButtons .sep {
    display: inline-block;
    width: 13%;
    text-align: center;
    color: #080f17;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

/*******************************************
**  QUICK CART CONTAINER
*******************************************/
.qcartContainer {
    position: absolute;
    top: 75px;
    right: 0;
    min-width: 670px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    display: none !important;
    z-index: 100;
}

.qcart_list {
    list-style: none;
    padding: 0;
    max-height: 180px;
    position: relative;
    margin-bottom: 0;
}

.qcart_list:after {
    content: '';
    display: block;
    clear: both;
}

.qcart_name {
    color: #080f17;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    width: 380px;
    float: left;
    display: inline-block;
    padding-top: 7px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.qcart_item {
    padding: 7px 80px 7px 30px;
    position: relative;
    border-bottom: 1px solid rgba(175, 187, 199, 0.4);
}

.qcartContainer .qcart_price {
    width: calc(100% - 380px);
    float: left;
    text-align: right;
}

.qcart_item:hover .qcart_name {
    color: #e8173e;
}

.qcart_item_link {
    color: #080f17;
}

.qcart_item_link:after {
    content: '';
    display: block;
    clear: both;
}

.qcart_remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.qcart_remove:before {
    background: url('../img/remove-icon.png') no-repeat;
    width: 100%;
    height: 100%;
}

.qcartContainer_bottom {
    padding: 15px 30px 30px 30px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.qcartContainer_bottom_top {
    text-align: left;
}

.qcartContainer_bottom_top .text {
    color: #080f17;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.qcartContainer_bottom_top .qcart_price {
    float: right;
}

.qcartContainer_bottom_bottom {
    display: flex;
    width: 100%;
    padding-top: 10px;
}

.qcartContainer_cover {
    float: left;
    width: 25%;
    align-self: flex-end;
    margin-right: 15px;
}

.qcartContainer_cover img {
    max-height: 100%;
    max-width: 100%;
}

.qcartContainer_info {
    float: left;
    width: 75%;
    align-self: flex-end;
}

.qcartContainer_info_title {
    display: inline-block;
    width: 100%;
    color: #080f17;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    margin-top: 30px;
}

.qcartContainer_info_title a {
    color: #080f17;
}

.qcartContainer_info_price {
    display: inline-block;
    width: 100%;
}

.qcartContainer_bottom .qcart_price {
    font-size: 30px;
    width: auto;
}

.qcartContainer_bottom .qcart_currency {
    top: -1.3em;
}

/*******************************************
**  QUICK SEARCH
*******************************************/
.qsearchContainer {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    max-height: 480px;
    min-width: 455px;
    display: none;
    z-index: 100;
}

.qsearchContainer_top {
    padding: 10px 30px;
}

.qsearchContainer_top_title {
    color: #080f17;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.qsearchContainer_top_bottom {
    display: flex;
    width: 100%;
}

.qsearchContainer_cover {
    float: left;
    width: 35%;
    align-self: flex-end;
    margin-right: 15px;
}

.qsearchContainer_cover img {
    max-height: 100%;
    max-width: 100%;
}

.qsearchContainer_info {
    float: left;
    width: 65%;
    align-self: flex-end;
}

.qsearchContainer_info_title {
    display: inline-block;
    width: 100%;
    color: #080f17;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.qsearchContainer_info_title a {
    color: #080f17;
}

.qsearchContainer_info_price {
    display: inline-block;
    width: 100%;
}

.qsearchContainer_top_bottom .qcart_price {
    font-size: 30px;
    width: auto;
}

.qsearchContainer_top_bottom .qcart_currency {
    top: -1.3em;
    font-size: 10px;
}

.qsearch_items {
    list-style: none;
    padding-left: 0;
}

.qsearch_item {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
    padding: 20px 30px;
}

.qsearch_item:hover .qsearch_item_title {
    color: #e8173e;
}

.qsearch_item_link {
    display: inline-block;
    width: 100%;
}

.qsearch_item_cover {
    float: left;
}

.qsearch_item_cover {
    max-height: 100%;
    max-width: 100%;
}

.qsearch_item_info {
    float: left;
    margin-left: 15px;
}

.qsearch_item_title {
    color: #080f17;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

/*******************************************
**  PROMO CONTAINER
*******************************************/
.promoBlock {
    margin-top: 30%;
}

.promo {
    background-color: #080f17;
}

.promo_img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.promo_title {
    color: white;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: flex;
    padding: 0 40px 0 15px;
    z-index: 101;
}

.promo_title h2 {
    font-size: 11px;
    margin: 0;
    align-self: center;
}

.promo_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 145, 249, 0.8);
    box-shadow: 0 0 30px black;
    z-index: 100;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.promo_hover_text {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.promo:hover .promo_hover {
    opacity: 1;
}

.promo:hover .promo_hover_text {
    top: 50%;
    opacity: 1;
}

.promo:hover .promo_hover_text.icon-eye:before {
    top: -40px;
    opacity: 1;
}

.promo:hover .icon-arrowRight:before {
    background-position: 0 12px;
}

.filterBlock {
    margin-top: 30px;
}

.filterBlock_wrapper {
    background-color: #080f17;
    margin: 0 15px;
    padding: 9px 4.5px;
    position: relative;
}

.filterBlock_wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.sortBySelect + .select2 {
    width: 250px !important;
    margin-right: 20px;
}

/*******************************************
**  PRODUCT LISTING
*******************************************/
.productListing {
    background-color: #080f17;
    float: left;
    width: 100%;
}

.showMoreProduct {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

/*******************************************
**  TABS
*******************************************/
.tab_wrapper {
    background-color: #080f17;
    border-top: 1px solid rgba(41, 56, 73, 0.5);
}

.tab .nav-tabs {
    border-bottom: none;
}

.tab .nav-tabs a {
    color: #a5bbd4;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.tab .nav-tabs a:hover,
.tab .nav-tabs .active a:hover,
.tab .nav-tabs a:focus,
.tab .nav-tabs .active a:focus {
    background: none;
    border: none;
    color: #fff;
}

.tab .nav-tabs .active a {
    background: none;
    border: none;
    font-size: 30px;
    padding-top: 6px;
    color: #fff;
}

.tab .productBox {
    padding: 0 15px;
}

.tab .product {
    padding: 25px 10px 20px 10px;
}

.tab .product_hover_text {
    top: 50%;
}

.tab .productBox:hover .product_hover_text {
    top: 30%;
}

.tab .product_price_old {
    width: 100%;
    margin-right: 0;
}

.tab .product_price {
    display: inline-block;
    width: 100%;
    height: 90px;
}

/*******************************************
**  CONTACT
*******************************************/
.c_text {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    padding: 60px 0;
    font-weight: 100;
}

.c_text b {
    font-weight: 600;
}

.contact_wrapper {
    background-color: #080f17;
}

.c_social_wrapper {
    border-left: 1px solid rgba(41, 56, 73, 0.5);
    height: 160px;
}

.c_socials_wrapper {
    margin-right: 0;
}

.c_socials_wrapper:after {
    display: none;
}

.c_social {
    min-height: 160px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.c_social:before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.c_social > span {
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 65%;
    width: 100%;
    text-align: center;
}

.c_social-fb:before {
    width: 19px;
    height: 37px;
    background: url('../img/fb.png');
}

.c_social-twitter:before {
    width: 45px;
    height: 36px;
    background: url('../img/twitter.png');
}

.c_social-instagram:before {
    width: 37px;
    height: 37px;
    background: url('../img/instagram.png');
}

.c_first {
    position: relative;
    display: flex;
}

.c_first:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-top: 1px solid rgba(41, 56, 73, 0.5);
}

.c_second:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-top: 1px solid rgba(41, 56, 73, 0.5);
}

.f_questions {
    border-right: 1px solid rgba(41, 56, 73, 0.5);
}

.c_first:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-top: 1px solid rgba(41, 56, 73, 0.5);
    clear: both;
}

.c_social_hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    background-color: #2b91f9;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.c_social_hover > span {
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 0;
    opacity: 0;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.c_social_hover > span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 30px;
    height: 13px;
    background: url(../img/arrowRight-icon.png);
    background-position: 0 13px;
    transition: all 0.4s ease 0.4s;
    -webkit-transition: all 0.4s ease 0.4s;
}

.c_social_hover:hover {
    opacity: 1;
}

.c_social_hover:hover > span {
    padding-top: 30px;
    opacity: 1;
} 

.c_social_hover:hover > span:after {
    bottom: -20px;
    opacity: 1;
}

.newsletter_block {
    padding: 20px 25px;
    height: 160px;
    margin-right: -15px;
    background-color: #2b91f9;
    box-shadow: 0 0 30px black;
}

.n_title {
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.n_text {
    color: white;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
}

.n_form {
    margin-top: 30px;
}

.n_form .form-group {
    width: 50%;
    float: left;
}

.n_form .form-group input[type="text"] {
    height: 30px;
}

.n_form .form-group input[type="submit"] {
    margin-left: 40px;
}

.n_form .form-control {
    color: #fff;
}

.c_second_wrapper {
    padding: 25px;
}

.list {
    display: inline-block;
    margin-right: 60px;
    float: left;
}

.list_title {
    color: white;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}

.list ul {
    padding-left: 0;
    list-style: none;
    list-style-image: url('../img/list-dot.png');
    padding-left: 10px;
}

.list ul a {
    color: white;
    font-size: 10px;
    font-weight: 300;
    padding-bottom: 5px;
    display: inline-block;
}

.paymentsMethods {
    height: 200px;
    position: relative;
}

.paymentsMethods:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 15px;
    height: 1px;
    border-bottom: 1px solid rgba(41, 56, 73, 0.5);
}

.ourPartners {
    height: 150px;
    position: relative;
}

.pm_title,
.op_title {
    color: white;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.c_second {
    display: flex;
}

.c_third ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    background-color: #142639;
    margin-bottom: 0;
    padding: 30px 35px;
}

.c_third ul li {
    display: inline-block;
    color: white;
    font-size: 10px;
    font-weight: 300;
    margin-right: 35px;
}

.c_third ul li a {
    color: #fff;
}

.c_third ul li:first-child a {
    color: #4a6a8c;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 45px;
}

/*******************************************
**  PRODUCT PAGE
*******************************************/
.productDescription .p_block {
    background: #fff;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(37, 34, 34, 0.01) 50%);
}

.productDescription .nav {
    border-bottom: none;
}

.productDescription .nav li a {
    color: rgba(8, 15, 23, 0.5);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.productDescription .nav li.active a {
    color: #080f17;
    background-color: transparent;
}

.productDescription .nav li a:hover {
    background-color: transparent;
    color: #080f17;
}

.productDescription .tab-content {
    padding: 30px 100px 50px 30px;
}

.productScreen .ps_block {
    background: #fff;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(37, 34, 34, 0.01) 50%);
}

.productScreen .ps_block {
    padding: 30px 30px 50px 30px;
    position: relative;
}

.productScreen .ps_block:after {
    content: '';
    display: block;
    clear: both;
}

.productScreen .ps_title {
    color: #080f17;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.productScreen .ps_screen {
    float: left;
    max-width: 50%;
    padding: 0 15px 15px 0;
}

.productScreen .ps_screen img {
    max-width: 100%;
}

.productInformation_wrapper {
    background: #fff;
}

.productInformation .pi_buy {
    padding-top: 70px;
}

.productInformation .pi_info {
    padding-top: 70px;
}

.pi_info_block {
    color: #080f17;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(175, 187, 199, 0.3);
    margin-bottom: 20px;
}

.pib_title {
    color: #080f17;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.pi_info {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0%, rgba(37, 34, 34, 0.01) 50%);
}

.pi_buy_imgwrapper {
    padding-left: 30px;
}

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

.pi_buy_title {
    margin: 0;
    margin-bottom: 15px;
    color: #080f17;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.pi_buy_titlebox {
    border-bottom: 1px solid rgba(175, 187, 199, 0.3);
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.pi_buy_priceblock_old {
    color: #afbbc7;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'bebas';
    text-decoration: line-through;
    display: inline-block;
    margin-right: 20px;
}

.pi_buy_priceblock_new {
    color: #080f17;
    font-size: 64px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'bebas';
}

.pi_buy_priceblock_new sup {
    font-size: 20px;
    top: -1.6em;
    margin-left: 5px;
}

.pi_buy_priceblock {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

/*******************************************
**  CART
*******************************************/
.cart {
    background: #fff;
}

.cart_block {
    padding: 20px 40px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(37, 34, 34, 0.01) 50%);
}

.cart_block:after,
.cart_block .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.cart_block_title {
    color: #080f17;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.cart_block_sep {
    display: inline-block;
    width: 100%;
    height: 0;
}

.cart_block .checkbox {
    margin: 0 !important;
}

.cart_block .icheckbox_line-blue,
.cart_block .iradio_line-blue {
    margin-bottom: 0;
}

.checkbox_wrapper {
    float: left;
    width: calc(100% - 30px);
}

.checkbox_wrapper .qcart_price {
    font-size: 20px;
}

.checkbox_wrapper .qcart_currency {
    font-size: 10px;
    top: -0.7em;
    padding-left: 5px;
}

.cart_block ul {
    list-style: none;
    padding-left: 0;
}

.cart_summary {
    padding: 20px 40px;
}

.cs_text {
    color: #080f17;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.cs_totalPrice {
    float: right;
    color: #080f17;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
}

.cs_totalPrice .qcart_price .text {
    font-size: 50px;
}

.cs_totalPrice .qcart_price sup {
    font-size: 15px;
    top: -1.6em;
    padding-left: 5px;
}

.cart_summary > .row {
    display: flex;
}

.cart_summary > .row > div {
    align-self: center;
}

.cs_totalPrice > .text {
    align-self: center;
    padding-right: 30px;
}

.cart_summary .buyItemsBtn {
    float: right;
    margin-right: 30px;
}

.cart_summary .backToShop_link {
    float: right;
    color: #080f17;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 10px;
    margin-right: 30px;
}
.btnWithCaption {
    display: inline-block;
    color: #080f17;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    margin-left: 10px;
}

.btnWithCaption > span {
    display: inline-block;
    margin-bottom: 10px;
}

.cart_block .forgotPass {
    color: #080f17;
    font-size: 11px;
    font-weight: 500;
}

.cart_block .forgotPass a {
    color: #080f17;
}

.cart_register .inputWrapper,
.cart_login .inputWrapper {
    display: inline-block;
    padding-right: 20%;
    width: 100%;
    margin: 40px 0 20px 0;
}