* {
    font-family: 'Helvetica';
}

.container {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
}

.faq_top_s {
    background: #F8F8F8;
    padding: 50px 0;
}

.faq_top_s .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s_main_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #353535;
    text-align: center;
}

.sub_title {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #7A7A7A;
}

.faq_top_s .s_main_title {
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}

.faq_top_s .sub_title {
    margin-bottom: 30px;
}

.search_line {
    position: relative;
    max-width: 622px;
    width: 100%;
    margin: 0 auto;
}

.search_line .search_btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.search_line .search_btn .inner {
    display: flex;
}

.search_line .search_input {
    padding: 15px;
    padding-left: 45px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 35px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: block;
    width: 100%;
}

.search_line .search_input::placeholder {
    color: #B3B3B3;
}

.faq_main_s {
    padding: 30px 0 72px;
}

.s_title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #0B71C3;
    margin-bottom: 20px;
    padding: 0;
}

.accordion_group {
    margin-bottom: 60px;
}

.faq_main_s .accordion_group:last-child {
    margin-bottom: 0;
}

.accordion_item {
    margin-bottom: 15px;
    border: 1px solid #E7E7E7;
    background: #fff;
}

.accordion_group .accordion_item:last-child {
    margin-bottom: 0;
}

.accordion_item .accordion_title {
    padding: 20px;
    padding-right: 40px;
    background: #F8F8F8;
    cursor: pointer;
    position: relative;
    transition: 0.15s all ease-in-out;
}

.accordion_item .accordion_title:before {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #0B71C3;
}

.accordion_item .accordion_title:after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 12px;
    height: 2px;
    background: #0B71C3;
    transition: 0.3s all ease-in-out;
}

.accordion_item.active .accordion_title:after {
    transform: translateY(-50%) rotate(0deg);
}

.accordion_item .accordion_title h3 {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #7A7A7A;
    padding: 0;
}

.accordion_item.active .accordion_title {
    background: #fff;
}

.accordion_item.active .accordion_title h3 {
    color: #353535;
}

.accordion_item:not(.active) .accordion_title:hover {
    background: #efefef;
}

.accordion_item .accordion_body {
    padding: 20px;
    padding-top: 0;
    display: none;
}

.accordion_item .accordion_body p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #7A7A7A;
}

.btn {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    color: #0B71C3 !important;
    text-align: center !important;
    cursor: pointer !important;
    background: transparent !important;
    padding: 12px 18px !important;
    border: 1px solid #0B71C3 !important;
    border-radius: 35px !important;
    display: inline-block !important;
    transition: 0.3s all ease-in-out !important;
}

.btn:hover {
    background: #0B71C3 !important;
    color: #fff !important;
}

.accordion_item .accordion_body .btn_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.answer_top_section {
    background: #F8F8F8;
    padding: 40px 0;
}

.answer_top_section .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_return {
    display: flex !important;
    align-items: center !important;
    padding: 9px 18px !important;
}

.btn_return svg {
    margin-right: 12px;
}

.btn_return:hover svg path {
    stroke: #fff;
}

.answer_top_section .btn_return,
.answer_top_section .breadcrumbs {
    margin-right: auto;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #0B71C3;
}

.breadcrumbs a {
    color: #7A7A7A;
}

.breadcrumbs a:after {
    display: inline-block;
    content: "/";
    margin: 0 5px;
    color: #D0D0D0;
}

.breadcrumbs a:hover {
    color: #0B71C3;
}

.answer_page_s {
    padding: 30px 0 50px;
}

.answer_page_s p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #7A7A7A;
    max-width: 1128px;
    padding: 0;
    margin-bottom: 30px;
}

.answer_page_s p a {
    color: #0B71C3;
    transition: 0.15s all ease-in-out;
}

.answer_page_s p a:hover {
    opacity: 0.7;
}

.answer_page_s .btn_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.btn_blue {
    background: #0B71C3 !important;
    color: #fff !important;
}

.btn_blue:hover {
    background: transparent !important;
    color: #0B71C3 !important;
}

.answer_page_s .btn_wrpr .btn {
    margin: 0 5px;
}

.top_search {
    display: flex;
    flex-direction: row-reverse;
}

#et-secondary-menu {
    display: flex;
    align-items: center;
    margin: 0;
}

#et-secondary-nav,
#et-secondary-nav li {
    margin: 0;
}

#et-secondary-nav {
    margin-left: 10px;
}

.et-cart-info span:before {
    display: none;
}

.et-cart-info {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7A7A7A;
    display: flex;
    align-items: center;
    padding: 10px 17px;
    background: #F8F8F8;
    border-radius: 35px;
}

.et-cart-info svg {
    margin-right: 10px;
}

#main-header .logo_container {
    max-width: 309px;
}

.top_search_box {
    position: relative;
    display: flex;
    align-items: center;
}

#top_search .et-search-field {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition: 0.3s all ease-in-out;
}

#top_search .et-search-field.active {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

#top_search {
    margin-top: -15px;
}

.top_search_btn {
    display: flex !important;
}

.dropdown_icon svg {
    margin: 4px 0;
}

#top-menu li li {
    width: 100% !important;
    padding: 0;
    font-weight: normal !important;
}

#top-menu li li a,
.et_mobile_menu li a,
#mobile_menu li a {
    text-transform: none;
    width: 100% !important;
    display: block;
    padding: 15px 25px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 1;
    white-space: nowrap;
}

.nav li ul,
ul#mobile_menu {
    border: none !important;
    padding: 0;
}

#et-top-navigation .et-cart-info {
    margin: 0px 0 0 22px;
    font-size: 14px;
}

.mobile_menu_bar:before {
    display: none;
}

.mobile_menu_bar {
    display: block;
    cursor: pointer;
}

.mobile_menu_bar span {
    width: 26px;
    height: 4px;
    display: block;
    background: #0B71C3;
}

.mobile_menu_bar span:nth-child(2) {
    margin: 4px 0;
}

.top_intro_s {
    padding: 30px 0;
    background: #F8F8F8;
}

.top_intro_s .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cart_sides_wrpr {
    display: flex;
    width: 100%;
    padding: 30px 0;
}

.cart_main_content {
    width: 100%;
    flex: 1;
    padding-right: 104px;
}

.cart_sidebar {
    width: 405px;
}

.cart_sidebar_card {
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

.cart_sidebar_card .card_row {
    padding: 30px 40px;
    border-bottom: 1px solid #E9E9E9;
}

.cart_sidebar_card .card_row:last-child {
    border-bottom: 0;
}

.cart_sidebar_card .card_title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #0B71C3;
    padding: 0;
}

.cart_products_table .row {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #F5F5F5;
}

.cart_products_table .table_header h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #353535;
    padding: 0;
}

.cart_products_table .row .col {
    display: flex;
    align-items: center;
}

.cart_products_table .row .col:nth-child(1) {
    width: 40%;
}

.cart_products_table .row .col:nth-child(2) {
    width: 20%;
}

.cart_products_table .row .col:nth-child(3) {
    width: 20%;
}

.cart_products_table .row .col:nth-child(4) {
    width: 20%;
}

.cart_products_table .product_col {
    display: flex;
    align-items: center;
}

.cart_products_table .delete_btn {
    display: flex !important;
    margin-right: 25px;
}

.delete_btn:hover svg path {
    stroke: red;
}

.cart_products_table .product_col .img_wrpr {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    min-width: 71px;
    min-height: 106px;
    width: 71px;
    height: 106px;
    margin-right: 30px;
}

.cart_products_table .product_col .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp_table_header {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #0B71C3;
    padding: 0;
}

input.form_control {
    padding: 12px 12px !important;
    background: #FFFFFF !important;
    border: 1px solid #EEEEEE !important;
    border-radius: 4px !important;
    font-weight: normal !important;
    font-size: 17px !important;
    line-height: 20px !important;
    display: block !important;
    width: 100% !important;
    color: #7A7A7A !important;
}

input.form_control::placeholder {
    color: #B2B2B2;
}

.cart_products_table .form_control.quantity {
    max-width: 69px;
}

.cart_products_table .row.table_header .col:nth-child(1) {
    padding-left: 19.6%;
}

.cart_products_table .row.table_header {
    padding: 20px 0;
}

.cart_updt_btn_wrpr {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart_updt_btn {
    display: flex !important;
    align-items: center !important;
}

.cart_updt_btn svg {
    margin-right: 10px;
}

.cart_updt_btn:hover svg path {
    fill: #fff;
}

.cart_sidebar_upp_title {
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #7A7A7A;
}

.cart_sidebar_upp_title.blue {
    color: #0B71C3;
}

.cart_sidebar_leftright li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}

.cart_sidebar_leftright li:last-child {
    margin-bottom: 0;
}

.cart_sidebar_leftright .right {
    display: flex;
    align-items: center;
}

.cart_sidebar .help_button {
    display: flex;
    margin-left: 10px;
}

.cart_sidebar .help_button:hover {
    opacity: 0.6;
}

.cart_sidebar .simple_info {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #7A7A7A;
}

.cart_sidebar .total_price {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #353535;
}

input.coupon_input {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 32px;
    padding: 12px 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: block;
    width: 100%;
    padding-right: 160px;
}

input.coupon_input::placeholder {
    color: #B2B2B2;
}

.coupon_form {
    position: relative;
}

.coupon_form .btn {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 155px;
}

.cart_sidebar .coupon_form {
    margin-top: 30px;
}

.cart_sidebar .checkout_btn_wrpr {
    margin-top: 20px;
}

.cart_sidebar .checkout_btn_wrpr .btn {
    display: block;
    width: 100%;
}

.cart_s_info_cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    margin-bottom: 40px;
}

.cart_s_info_cards .card_item {
    display: flex;
    align-items: center;
    padding: 28px 20px;
    width: calc(25% - 36px);
    margin: 0 18px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

.cart_s_info_cards .card_item .icon {
    min-width: 34px;
    width: 34px;
    margin-right: 20px;
    display: flex;
}

.cart_s_info_cards .card_item .text_info h3 {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #353535;
    padding: 0;
    margin-bottom: 14px;
}

.cart_s_info_cards .card_item .text_info p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #7A7A7A;
}

.checkout_process_line {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    padding-bottom: 30px;
    position: relative;
}

.checkout_process_line:before {
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    background: #EEEEEE;
}

.checkout_process_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #7A7A7A;
    z-index: 2;
    position: relative;
}

.checkout_process_item .circle {
    display: block;
    min-width: 15px;
    min-height: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #EEEEEE;
    background: #fff;
    margin-bottom: 10px;
}

.checkout_process_item.active {
    color: #0B71C3;
}

.checkout_process_item.active .circle {
    background: #0B71C3;
}

.checkout_process_item.active:before {
    position: absolute;
    left: -50%;
    top: 6px;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #0B71C3;
}

.checkout_process_item:last-child.active:before {
    width: 150%;
}

.cart_main_content.checkout_page {
    padding-right: 46px;
}

.s_blue_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #0B71C3;
    padding: 0;
    margin-bottom: 20px;
}

.form_group {
    margin-bottom: 20px;
}

.form_group_label {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #7A7A7A;
    margin-bottom: 10px;
}

.form_group_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 10px;
}

.form_group_row .form_group {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.checkout_bottom_btns_wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_next_step {
    display: flex !important;
    align-items: center !important;
    padding: 9px 18px !important;
}

.btn_next_step svg {
    margin-left: 8px;
}

.btn_next_step:hover svg path {
    stroke: #0B71C3;
}

.cart_sidebar_items .product_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cart_sidebar_items .product_item:last-child {
    margin-bottom: 0;
}

.cart_sidebar_items .product_item .delete_btn {
    margin-right: 20px;
    display: flex;
}

.cart_sidebar_items .product_item .img_wrpr {
    min-width: 45px;
    min-height: 67px;
    width: 45px;
    height: 67px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 24px;
}

.cart_sidebar_items .product_item .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart_sidebar_items .product_item .bottom_controls {
    display: flex;
    align-items: center;
    margin-top: 21px;
}

.cart_sidebar_items .product_item .bottom_controls .price {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7A7A7A;
    margin-left: 20px;
}

.product_amount_block {
    display: flex;
    align-items: center;
}

.product_amount_block .product_amount {
    background: transparent;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7A7A7A;
    margin: 0 8px;
}

.amount_plusminus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    min-width: 26px;
    min-height: 26px;
    width: 26px;
    height: 26px;
    transition: 0.15s all ease-in-out;
}

.amount_plusminus_btn:hover {
    background: #0B71C3;
}

.amount_plusminus_btn:hover svg path {
    stroke: #fff;
}

.checkout_bottom_btns_wrpr .right_btns_wrpr {
    display: flex;
    align-items: center;
}

.checkout_bottom_btns_wrpr .right_btns_wrpr .btn_return {
    margin-right: 10px;
}

.payment_details_block {
    display: flex;
    margin: 0 -15px;
    margin-bottom: 30px;
}

.payment_details_block .payment_details_col {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.credit_card_inputs .credit_card_bottom_inputs {
    display: flex;
}

.credit_card_inputs .credit_card_bottom_inputs .form_group {
    width: 100%;
}

.credit_card_inputs .credit_card_bottom_inputs .cvv_form_group {
    max-width: 113px;
    margin-left: 20px;
}

.credit_card_box {
    padding: 20px;
    background: #F8F8F8;
    box-shadow: 0px 4.13211px 5.25905px rgba(0, 0, 0, 0.08), 0px 33px 42px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.credit_card_box .card_type_logo {
    display: block;
    margin-bottom: 25px;
}

.cc_box_label {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #BFC0C1;
    margin-bottom: 7px;
}

.cc_box_text {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #353535;
}

.cc_box_number {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #353535;
    display: block;
    margin-bottom: 17px;
}

.cc_box_bottom_groups {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.compare_empty .compare-products .compare-product.add-product {
    min-height: 322px;
}

.compare_empty .compare-item .right {
    min-height: 42px;
    margin-top: 13px;
    padding-top: 0;
}

.top_intro_s .breadcrumbs {
    justify-content: center;
    width: 100%;
}

.ie #top_search .et-search-field.active {
    padding: 2px 10px;
}

.ie .answer_top_section .container {
    justify-content: flex-start;
}

.stars_rating {
    display: flex;
    align-items: center;
}

.stars_rating li {
    display: block;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background: url(../svg/star_icon.svg) no-repeat center;
    background-size: contain;
    margin-right: 6px;
}

.stars_rating li.active {
    background: url(../svg/star_icon_active.svg) no-repeat center;
    background-size: contain;
}

.stars_rating li:last-child {
    margin-right: 0;
}

.review_s {
    padding-top: 30px;
}

.review_items_wrpr {
    margin-bottom: 43px;
}

.review_item {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.review_item .review_user_img {
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
    background: #C4C4C4;
    border-radius: 50%;
    display: flex;
    margin-right: 30px;
    overflow: hidden;
}

.review_item .review_user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review_item_title_wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review_item_right {
    width: 100%;
}

.review_s_title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #353535;
}

.review_s_title b {
    font-weight: bold;
}

.review_item_title_wrpr h3 {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #7A7A7A;
    padding: 0;
}

.review_item_title_wrpr h3 b {
    font-weight: bold;
}

.review_item p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #7A7A7A;
    margin-bottom: 20px;
}

.review_item_question {
    display: flex;
    align-items: center;
}

.little_brdr_btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0B71C3;
    padding: 7px 14px;
    border: 1px solid #0B71C3;
    border-radius: 35px;
    display: inline-block;
    transition: 0.15s all ease-in-out;
}

.little_brdr_btn:hover {
    background: #0B71C3;
    color: #fff;
}

.review_item_question .little_brdr_btn {
    margin-left: 5px;
}

.review_item_question span {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #0B71C3;
    margin-right: 5px;
}

.checkbox_style.checkbox_custom+label:before {
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    min-height: 25px;
    min-width: 25px;
    height: 25px;
    width: 25px;
}

.checkbox_style.checkbox_custom+label {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #7A7A7A;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox_style.checkbox_custom+label .text {
    margin-left: 13px;
}

.review_form_s .bottom_btn_wrpr {
    display: flex;
    align-items: center;
}

.review_form_s .bottom_btn_wrpr .btn {
    margin-right: 20px;
}

.review_form_s {
    padding-bottom: 60px;
}

.review_form {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    padding: 20px;
}

textarea.form_control {
    padding: 12px 12px !important;
    background: #FFFFFF !important;
    border: 1px solid #EEEEEE !important;
    border-radius: 4px !important;
    font-weight: normal !important;
    font-size: 17px !important;
    line-height: 20px !important;
    display: block !important;
    width: 100% !important;
    color: #7A7A7A !important;
    min-height: 144px;
}

.review_form .form_cols_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.review_form .form_cols_wrpr .col {
    width: calc(50% - 20px);
    margin: 10px;
}

.label_star {
    color: #0B71C3;
}

.review_form_rating_wrpr {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.review_form_rating_wrpr .form_group_label {
    width: initial;
    margin: 0;
    margin-right: 10px;
}

.stars_rating li {
    cursor: pointer;
}

.ie .wrap_tags .list li a {
    padding: 6px 15px 8px;
}

.reviews_page_s {
    padding: 50px 0;
}

.reviews_items_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.reviews_item {
    width: calc(25% - 30px);
    margin: 15px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews_item .item_header {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0;
}

.reviews_item .stars_rating li {
    min-width: 13px;
    min-height: 13px;
    width: 13px;
    height: 13px;
    margin-right: 3px;
}

.reviews_item .stars_rating {
    margin-bottom: 10px;
}

.reviews_item .item_header p {
    padding: 0;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #7A7A7A;
}

.reviews_item .item_header .right {
    text-align: right;
}

.reviews_item .img_wrpr {
    display: flex;
    align-items: flex-start;
}

.reviews_item .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_item.inline .img_wrpr {
    max-width: 47%;
    /* max-width: 230px; */
    width: 100%;
    max-height: 345px;
}

.reviews_item.inline .text_content {
    width: calc(100% - 127px);
}

.reviews_item .text_content {
    padding: 10px 15px;
    flex: 1;
}

.reviews_item .btn_wrpr {
    padding: 5px 15px 15px;
}

.reviews_item.inline {
    flex-direction: row;
}

.reviews_item .btn_wrpr .btn {
    width: 100%;
    display: block;
}

.reviews_item .robot_name {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #0B71C3;
}

.reviews_item .text_content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7A7A7A;
}

.news_s {
    padding: 50px 0;
}

.news_item {
    max-width: 921px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news_item .img_wrpr {
    overflow: hidden;
    border-radius: 7px;
    display: flex;
}

.news_item .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_item .item_body {
    padding-top: 10px;
}

.news_item .item_body .item_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #0B71C3;
    margin-bottom: 10px;
    display: block;
}

.news_item .item_body p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #7A7A7A;
    padding: 5px 15px 25px;
}

.news_item .item_info a {
    color: #0B71C3;
    text-decoration: underline;
}

.news_item a {
    transition: 0.15s all ease-in-out;
}

.news_item a:hover {
    opacity: 0.7;
}

.news_item .video_banner {
    z-index: 0;
}

.news_slider {
    position: relative;
}

.news_slider .slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #0B71C3;
    background: #fff url(../svg/arrow_back_icon.svg) no-repeat center;
    z-index: 2;
    opacity: 0.7;
}

.news_slider .slider_arrow.prev_arrow {
    left: 20px;
}

.news_slider .slider_arrow.next_arrow {
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.news_slider .slider_arrow:hover {
    opacity: 1;
}

.news_item .item_body .item_body_top {
    background: #fff;
    margin: 0 10px;
    /* margin-top: -45px; */
    width: calc(100% - 20px);
    position: relative;
    padding: 5px 10px;
}

.news_pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 921px;
    width: 100%;
    margin: 0 auto;
}

.news_pagination .pag_item {
    width: 50%;
    display: flex;
    align-items: center;
    color: #0B71C3;
    padding: 5px 0;
}

.news_pagination .pag_item .icon {
    display: flex;
}

.news_pagination .pag_item.pag_prev {
    padding-right: 10px;
}

.news_pagination .pag_item.pag_next {
    justify-content: flex-end;
    text-align: right;
    padding-left: 10px;
}

.news_pagination .pag_item.pag_prev .icon {
    margin-right: 5px;
}

.news_pagination .pag_item.pag_next .icon {
    transform: rotate(180deg);
    margin-left: 5px;
}

.related_posts_s {
    padding-bottom: 50px;
}

.related_posts_items_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.related_posts_item {
    width: calc(33.33% - 30px);
    margin: 15px;
}

.related_posts_item .img_wrpr {
    display: flex;
    border-radius: 7px 7px 0px 0px;
    overflow: hidden;
}

.related_posts_item .item_body h3 {
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    color: #0B71C3;
    margin-bottom: 10px;
}

.related_posts_item .item_body {
    padding: 5px 10px 10px;
    border-radius: 0px 0px 7px 7px;
    border: 1px solid #efefef;
}

.news_single_s .news_item {
    max-width: 100%;
}

.main_screen_s {
    height: calc(100vh - 85px);
    min-height: 375px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(../jpg/main-top-bg.jpg);
}

.main_screen_s::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
}

.video-outer {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.full-iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.iframe-video {
    position: relative;
    margin: 0 auto;
}

.iframe-video::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.full-iframe::after {
    content: "";
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-video iframe {
    height: 100%;
    width: 100%;
}

.iframe-video>*,
.iframe-video>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main_screen_cols_wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.main_screen_cols_wrpr .col {
    width: calc(50% - 15px);
}

.page_main_title {
    text-transform: uppercase;
    color: #0B71C3;
    font-weight: bold;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
}

.subtitle {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #353535;
    text-shadow: 1px 1px 5px rgb(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.main_screen_s .subtitle {
    max-width: 460px;
    font-size: 24px;
    line-height: 36px;
    text-shadow: none;
    text-align: center;
    margin: 0 auto 20px;
}

.main_screen_s .container {
    height: 100%;
}

.main_screen_s .text_video .wrap_btn_2 {
    margin-top: 15px;
    position: relative;
    z-index: 1;
    justify-content: center;
}

.advantages_s {
    padding: 80px 0 30px;
}

.advantages_w_icon_row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    margin-bottom: 35px;
}

.advantages_w_icon_item {
    border: 1px solid #0B71C3;
    padding: 10px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    width: calc(20% - 30px);
    margin: 15px;
    background-color: #fff;
}

.main_screen_s .top-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.check_circle_icon {
    display: flex;
    margin-right: 15px;
}

.check_circle_icon svg {
    width: 35px;
    height: 35px;
}

.check_circle_icon svg path {
    fill: #0B71C3;
}

.for_who_row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    margin-bottom: 50px;
}

.for_who_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc(25% - 30px);
    margin: 15px;
    padding: 20px 10px;
    border: 1px solid #c5c5c5;
    border-radius: 7px;
    font-weight: bold;
    font-size: 18px;
    color: #0B71C3;
    transition: 0.15s all ease-in-out;
}

.for_who_item span {
    color: #c5c5c5;
    transition: 0.15s all ease-in-out;
}

.for_who_item:hover {
    background: #0B71C3;
    color: #fff;
    border-color: #0B71C3;
}

.for_who_item:hover span {
    color: #fff;
}

.row_cols_text_content {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 !important;
}

.et_pb_column_single {
    padding: 0;
}

.row_cols_text_content .col {
    width: calc(50% - 15px);
}

.video_wrpr {
    display: flex;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}

.fw_b {
    font-weight: bold;
}

.recommended_robots_s {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.03);
}

.recommended_robots_s .s_main_title {
    margin-bottom: 30px;
}

.row_cols_text_content .col .reviews_item {
    width: 100%;
    display: flex;
    margin: 0;
}

.row_cols_text_content .col .reviews_item .text_content {
    display: flex;
    flex-direction: column;
}

.row_cols_text_content .col .reviews_item .btn_wrpr {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: auto;
}

.rcsc_block {
    text-align: center;
    padding-top: 50px;
}

.rcsc_block h3 {
    color: #f38324;
    font-weight: bold;
    font-size: 22px;
}

.rcsc_items_wrpr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rcsc_items_wrpr .item {
    max-width: 273px;
    width: 100%;
}

.main_p_faq_s {
    padding: 80px 0;
}

.main_p_faq_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    margin-top: 15px;
}

.main_p_faq_item {
    width: calc(33.33% - 30px);
    margin: 15px;
    border: 1px solid #0B71C3;
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
}

.main_p_faq_item .item_header {
    padding: 15px 10px;
    background: #0B71C3;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.main_p_faq_item .item_body {
    padding: 10px;
    padding-bottom: 15px;
}

.main_p_faq_item .item_body p {
    margin-bottom: 10px;
}

.main_p_reviews_s {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.03);
}

.main_p_reviews_s .s_main_title {
    margin-bottom: 50px;
}

.s_main_title.main_p_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_main_title.main_p_title:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #0B71C3;
    margin-right: 10px;
}

.s_main_title.main_p_title:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #0B71C3;
    margin-left: 10px;
}

.simple_text_slider .slide_item {
    padding: 80px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.simple_text_slider .slide_item .container {
    text-align: center;
}

.simple_text_slider .slide_item h3 {
    font-weight: bold;
    font-size: 56px;
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
}

.simple_text_slider .slide_item p {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
}

.simple_text_slider .slide_item p.blue_color {
    color: #2093f1;
    font-weight: bold;
}

.simple_text_slider .slide_item .btns_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.simple_text_slider .slide_item .btns_wrpr .btn {
    margin: 0 10px;
}

.my_account_s {
    padding: 80px 0;
}

.my_account_cols_wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 921px;
    width: 100%;
    margin: 0 auto;
}

.my_account_cols_wrpr .col {
    width: calc(50% - 15px);
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 7px;
}

.login_btn_wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.my_account_cards_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 80px;
}

.my_account_card_item {
    border: 1px solid #E4E4E4;
    border-radius: 7px;
    display: flex;
    align-items: center;
    width: calc(25% - 20px);
    margin: 10px;
    padding: 10px;
}

.my_account_card_item .icon {
    display: block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

.my_account_card_item .icon svg {
    max-width: 50px;
    max-height: 50px;
}

.my_account_card_item .icon svg path {
    fill: #0B71C3;
}

.my_account_card_item .right h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #0B71C3;
    margin-bottom: 5px;
    padding: 0;
}

.form_group_label .star {
    color: red;
}

body .entry-content .et_pb_column_1 {
    padding-top: 10px!important;
}

.et_pb_blurb .et_pb_image_wrap {
    width: 35px;
    height: 35px;
}

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

.full-img {
    width: 100%!important;
    height: auto!important;
    margin-bottom: 10px;
}

.wrap_btn .add-to-cart button {
    margin-top: -6px!important;
}

body.home .et_pb_module.et_pb_text.et_pb_text_13 .img_wrpr img {
    max-width: none;
}
.page-template-page-template-checkout .top_intro_s .container {
	justify-content: end;
    flex-direction: row;
}
.page-template-page-template-checkout #et-top-navigation #top_search {
	display: none;
}
.blue-section {
    background: #0B71C3;
    text-align: center;
    color: #fff;
    padding: 30px 15px;
    font-family: poppins;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-white {
    background: #fff !important;
}
.blue-section a {
    margin-left: 20px;
}
.blue-section a:hover {
    border: 1px solid #fff !important;
}
@media only screen and (max-width:980px) {
	.page-template-page-template-checkout .top_intro_s .container {
		padding-right: 70px;
	}	
	.page-template-page-template-checkout .cart_sidebar_card .card_row:last-child {
		border-bottom: 0;
		position: relative;
		margin: 0 !important;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width:480px) {
	.page-template-page-template-checkout .top_intro_s .container {
		padding-right: 0;
		justify-content: center;
	}	
	.page-template-page-template-checkout .top_intro_s .container .s_main_title {
		font-size: 24px;
		line-height: normal;
		padding-bottom: 0;
		position: relative;
		bottom: -30px;
	}
	.blue-section {
		flex-direction: column;
	}
	.blue-section a {
		margin-left: 0;
	}
}
