/* General Styles */
body {
    border-top: 2px solid #1867A9;
}

.mlm-3 {
    margin-left: -1rem;
}

.breadcrumb_spacing {
    height: 0 !important;
}

.breadcrumb_wrapper {
    border-bottom: none;
}

.breadcrumb_wrapper li, .breadcrumb_wrapper li a {
    color: #888;
}

.breadcrumb_wrapper li:last-child {
    color: #333;
}

#contact .breadcrumb_wrapper {
    display: none;
}

.form-control {
    border-color: #e6e6e6;
    padding: 6px;
    border-radius: 4px;
    color: #262626;
}

.form-control:focus {
    border-color: #1E90FF;
    outline: 0;
    color: #262626;
}

input.form-control {
    height: 40px;
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #D8DCE6;
    background: #F6F7F9;
}

.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #fff;
    border: 5px solid #1867a9;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: -2px;
}

textarea {
    border: 1px solid #eee;
    border-radius: 4px;
    min-height: 100px;
}

.btn {
    padding: 13px 16px;
}

.btn-primary {
    background: #1867A9;
    border-color: #1867A9;
    border-radius: 4px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #14578F;
    border-color: #14578F;
}

.btn-outline-primary {
    background: #fff;
    border: 1px solid #1867A9;
    color: #1867A9;
    border-radius: 4px;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    background: #1867A9;
    border: 1px solid #1867A9;
    color: #fff;
}

.btn-wider {
    padding: 10px 20%;
}

.small_cart_btn.btn-success:active, .small_cart_btn.btn-success:focus {
    color: #fff !important;
    background: #3a9a56 !important;
    border-color: #389252 !important;
}

.modal-open .modal {
    background: rgba(0, 0, 0, .7);
}

@media (min-width: 480px) {
    .modal-dialog {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .cart_empty {
        text-align: center;
    }

    .cart_empty svg {
        width: 100%;
        margin-top: 40%;
    }
}

.st-effect-0.open_bar_right .st-pusher {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.is_rtl .st-effect-0.open_bar_right .st-pusher, .st-effect-0.open_bar_left .st-pusher {
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
}

.alert {
    position: relative;
}

.alert-info {
    background-color: #E9F2FD;
    border-color: #E9F2FD;
    border-left: 7px solid #1E90FF;
    color: #1E90FF;
}

.alert-info:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 1rem;
    content: "\E705";
}
/* End General Styles */

/* Header Styles */
.header-container {
    box-shadow: 0 0 5px rgba(0, 0, 0, 5%);
}

.search_widget .input-group {
    flex-direction: row-reverse;
    border: none;
    background: #f9f9f9;
    border-radius: 5px;
}

.search_widget .input-group input {
    background: #f9f9f9;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.search_widget .input-group input::placeholder {
    color: #999;
}

.search_widget .input-group .btn-search {
    color: #999;
}

.search_result_item {
    display: block;
}

.st-menu {
    background: #fff;
    border-left: 0;
    border-right: 0;
    width: 100%;
}

.st-menu-title {
    background: #F9F9F9;
    color: #262626;
}

.st-menu-header .close_right_side {
    left: 10px !important;
    color: #262626;
}

.st-menu-header .close_right_side .fto-angle-double-right:before {
    content: "\E849" !important;
}

.st-menu-header .close_right_side .fto-angle-double-left:before {
    content: "\E849" !important;
}

.st_mobile_menu_logo {
    margin-left: 90px;
}

#header_right a:not(.small_cart_btn), #header_right .dropdown_tri {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

#header_right a:not(.small_cart_btn):hover, #header_right a:focus, #header_right a:active, #header_right .dropdown_tri:hover, #header_right .dropdown_tri:focus, #header_right .dropdown_tri:active {
    background: #f9f9f9;
}

.blockcart .dropdown_list:before {
    display: none;
}

.blockcart .dropdown_list .dropdown_box {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 0 5px #eee;
    border-radius: 5px;
}

.blockcart .dropdown_list .product-name, .blockcart .dropdown_list .ajax_remove_button {
    padding: 0 !important;
}

.blockcart .dropdown_list .ajax_remove_button {
    color: #FF4757;
}

.blockcart .dropdown_list .small_cart_btn {
    border-radius: 5px;
    padding: 15px;
}

.blockcart .dropdown_list svg {
    display: block;
    margin: 0 auto 10px;
}

.blockcart .dropdown_list .cart_empty {
    padding: 30px;
    text-align: center;
}

.blockcart .dropdown_list .small_cart_product_list {
    max-height: 270px;
    overflow-y: auto;
}

.blockcart .dropdown_list .small_cart_sumary {
    position: relative;
}

.blockcart .dropdown_list .small_cart_sumary:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -20px;
    height: 20px;
    background: #fff;
    background: linear-gradient(0deg ,#ffffff, #ffffff 50%,hsla(0,0%,100%,0));
}

.small_cart_attr_attr {
    color: #999;
}

.small_cart_product_image {
    margin-top: 0;
    width: 45px;
    border-color: #f9f9f9;
}

#st_mega_menu_wrap .ma_level_0:first-child {
    padding-left: 0;
}
/* End Header Styles */

/* Swiper Styles */
.swiper-container {
    border-radius: 5px;
}

.swiper-button-lr .swiper-button-next {
    right: 0;
}

.swiper-button-lr .swiper-button-prev {
    left: 0;
}

.swiper-button-lr.swiper-navigation-full .swiper-button, .swiper-button-lr.swiper-navigation-full .swiper-button:hover {
    background: none;
}

.swiper-pagination-bullet {
    background-color: #eee !important;
}

.swiper-pagination-bullet-active {
    background-color: #1867A9 !important;
}
/* End Swiper Styles */

/* Footer Styles */
#footer-secondary {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    border-top: 1px solid #eee;
}

#footer-secondary .wide_container_box:before {
    content: '';
    display: inline;
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

#footer .block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 20px;
}

#easycontent_container_9 {
    padding: 1rem 2rem !important;
    border-top: 1px solid #eee;
}

#easycontent_container_9 .sttext_item_image_inner {
    margin-bottom: 0;
}

#easycontent_container_9 .sttext_item_content {
    padding-top: 15%;
}

#st_news_letter_1 {
    border-left: 1px solid #eee;
}

#st_news_letter_1 .logo {
    margin-bottom: 1rem;
}

#st_news_letter_1 .st_news_letter_form_inner {
    max-width: 100% !important;
}

#st_news_letter_1 .title_block_inner {
    display: none !important;
}

#st_news_letter_1 .st_news_letter_input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#st_news_letter_1 .input-group-with-border {
    border-color: #eee !important;
    border-radius: 5px;
}

#st_news_letter_1 .st_news_letter_submit {
    background: #1867A9;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.custom-ipresta-content .social-icons a {
    margin: 0 5px;
}

.custom-ipresta-content .social-icons a:first-child {
    margin-left: 0;
}

.custom-ipresta-content .social-icons a:last-child {
    margin-right: 0;
}

.mobile-footer-copyright {
    background: #fff;
    padding: 15px;
    border-top: 1px solid #eee;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    #footer-secondary .footer_block_content {
        display: block;
    }

    #footer-secondary .title_block {
        position: relative;
        border-bottom: 0;
    }

    #footer-secondary .title_block:before {
        font-family: fontello;
        content: "\E848";
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        position: absolute;
        right: 5px;
        left: auto;
        color: #707070;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #footer-secondary .title_block.open:before {
        content: "\E856";
    }

    #st_news_letter_1 .title_block {
        display: none;
    }

    #footer-secondary .title_block + .sttext_item_content {
        height: 0;
        display: none;
        transition: all .5s ease-in-out;
    }

    #footer-secondary .title_block.open + .sttext_item_content {
        height: auto;
        display: block;
        transition: all .5s ease-in-out;
    }

    #footer-secondary #st_news_letter_1 {
        border-top: 1px solid #eee;
    }
    
    #footer_before_container, #footer-secondary .wide_container_box:before, #st_news_letter_1 .shop_logo, .mobile-apps p, .social-medias p {
        display: none;
    }

    .social-medias {
        text-align: center;
    }
}
/* End Footer Styles */

/* Homepage Styles */
#swiper_container_out_1 {
    margin-bottom: -20px;
}

.st_banner_block .adveditor_image {
    border-radius: 5px;
}

.products_section {
    background: #fff;
    border: 1px solid #eee;
}

.products_section .title_style_0 {
    margin-top: 20px;
}

.products_section .title_style_0, .products_section .title_style_0 .title_block_inner {
    border-bottom-width: 0;
}

.products_section .title_style_0 .title_block_inner {
    margin-bottom: -2px;
    height: 100%;
    position: relative;
    padding-left: 20px;
}

.products_section .title_style_0 .title_block_inner:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline;
    background: #1867A9;
    border-radius: 0 3px 3px 0;
}

.products_sldier_swiper .pro_outer_box .pro_second_box, .product_list.grid .pro_outer_box .pro_second_box {
    background: #fff;
}

.products_sldier_swiper .pro_outer_box:hover .pro_second_box, .product_list.grid .pro_outer_box:hover .pro_second_box {
    background: #fff;
}

.ajax_block_product .price {
    display: block;
}

.pro_list_reference {
    color: #888;
}

.st_sticker {
    border-style: none;
    background-size: contain;
    background: #FF4757;
    border-radius: 0 5px 0 5px;
    color: #fff;
}

.variant-links {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
}

.variant-links .color {
    margin: 0;
    width: 8px;
    height: 8px;
    line-height: 10px;
    border-radius: 50%;
    border: none;
}

.variant-links span {
    color: #999;
}

.hover_fly {
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    background: transparent;
}

.products_sldier_swiper .swiper-slide {
    margin: 10px 0 20px;
    padding: 10px 0 20px;
}

.products_sldier_swiper .ajax_block_product:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

.pro_simple_box:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    cursor: pointer;
}

.products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button {
    background: #F9F9F9;
}

.products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button:hover {
    background: #1867A9;
}

.swiper-button-lr.swiper-navigation-rectangle .swiper-button {
    color: #999;
}

.swiper-button-lr.swiper-navigation-rectangle .swiper-button:hover {
    color: #fff;
}

.products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button-next.swiper-button-outer {
    border-radius: 100px 0 0 100px;
}

.products_slider .swiper-button-lr.swiper-navigation-rectangle .swiper-button-prev.swiper-button-outer {
    border-radius: 0 100px 100px 0;
}

.ajax_block_product:hover .hover_fly {
    visibility: visible;
    opacity: 1;
}

.hover_fly .hover_fly_btn.add_to_love, .hover_fly .hover_fly_btn.add_to_love:hover, .hover_fly .hover_fly_btn.add_to_wishlit, .hover_fly .hover_fly_btn.add_to_wishlit:hover, .hover_fly .hover_fly_btn.stcompare_add, .hover_fly .hover_fly_btn.stcompare_add:hover {
    color: #D8D6D6;
    background: transparent;
}

.hover_fly .hover_fly_btn:hover .hover_fly_btn_inner span {
    display: none;
}

.hover_fly .hover_fly_btn .hover_fly_btn_inner i, .add_to_love.layer_btn i {
    font-size: 1rem;
}

.product-price-and-shipping {
    margin-bottom: 15px;
    min-height: 60px;
}

.pro_simple_box .product-price-and-shipping {
    margin-bottom: 0;
    min-height: auto;
}

.rating_box {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding-bottom: 0;
}

.pccomment_block .rating_box {
    display: block;
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
}

.add_to_love.layer_btn {
    bottom: 0 !important;
    left: 15px !important;
    color: #D8D6D6;
}

.hover_fly .hover_fly_btn {
    height: auto;
    line-height: 1;
    padding: 0;
    position: absolute;
    bottom: -4px;
    left: 40px;
}

.hover_fly .hover_fly_btn.add_to_love.st_added, .hover_fly .hover_fly_btn.add_to_love.st_added:hover, .hover_fly .hover_fly_btn.add_to_wishlit.st_added, .hover_fly .hover_fly_btn.add_to_wishlit.st_added:hover, .hover_fly .hover_fly_btn.stcompare_add.st_added, .hover_fly .hover_fly_btn.stcompare_add.st_added:hover {
    background: transparent;
}

.hover_fly .add_to_love.st_added, .hover_fly .add_to_love.st_added:hover, .hover_fly .add_to_love:hover, .hover_fly .add_to_love:active, .hover_fly .add_to_love:focus {
    color: #FF4757;
}

.sthomenew_container .sttext_item_image_inner {
    margin-bottom: 0;
}

ul.pro_itemlist {
    margin-bottom: 0;
    padding-right: 30px;
}

.pro_itemlist li {
    padding-top: 0;
    padding-bottom: 0;
}

.pro_simple_box {
    padding: 1em 20px 1.1em;
}

.pro_itemlist .ajax_block_product .price {
    font-weight: normal;
    font-size: .875rem;
}

.itemlist_right {
    margin-left: 130px;
    height: 100%;
    padding-top: 5%;
}

.sttext_item_image_inner img {
    border: 0;
    border-right: 1px solid #f2f2f2;
}

.easycontent_9 img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease-in-out;
}

.easycontent_9 .steasy_column:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .5s ease-in-out;
}
/* End Homepage Styles */

/* Product Page Styles */
.pro_gallery_thumbs_container .swiper-container {
    border-radius: 0;
}

.product_page_container {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px 0;
}

.product_second_section {
    margin: 20px 0;
}

.product_desc_block {
    background: #fff;
    border: 1px solid #eee;
}

.pro_gallery_top_container {
    border: 1px solid #eee;
}

.general_border {
    border: 1px solid #eee;
}

.clicked_thumb .pro_gallery_thumb_box {
    border-color: #1867A9;
}

.pro_gallery_thumbs_container .swiper-button-lr .swiper-button-bottom {
    bottom: 0;
    background: #fff;
    color: #999;
    border-radius: 50%;
}

.pro_gallery_thumbs_container .swiper-button-lr .swiper-button-top {
    top: 0;
    background: #fff;
    color: #999;
    border-radius: 50%;
}

.pro_gallery_thumbs_container .swiper-button-lr.swiper-navigation-rectangle .swiper-button-bottom i, .pro_gallery_thumbs_container .swiper-button-lr.swiper-navigation-rectangle .swiper-button-top i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.pro_gallery_thumbs_container .swiper-button-lr.swiper-navigation-rectangle .swiper-button:hover {
    background: #1867A9;
}

.pro_gallery_top_container .swiper-button, .pro_popup_trigger_box {
    display: none !important;
}

.product_middle_column_inner .rating_box {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    padding-bottom: inherit;
}

.product_middle_column_inner .comment_nbr {
    display: none;
}

.product_middle_column_inner .product-reference {
    color: #999;
}

.product_middle_column_inner .product-variants .control-label {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.product_middle_column_inner .product-variants .color {
    border-radius: 50%;
    border: 4px solid #F5F5F5;
    width: 2.5rem;
    height: 2.5rem;
}

.st_read_more_box ul li::before {
    content: "\2022";
    color: #1867A9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.product-description-short.truncate_cate_desc_2 .st_read_more {
    background: #fff !important;
    text-align: left;
    color: #1867A9;
}

.st_read_more_box li {
    margin-bottom: 5px;
}

.hideColor {
    display: none;
}

.color-counter .color {
    background: #e6e6e6;
    text-align: center;
    padding-top: 20%;
}

.color-counter .color:hover, .color-counter .color:active, .color-counter .color:focus {
    border-color: #1867A9;
}

.color-counter:hover, .color-counter:active, .color-counter:focus {
    cursor: pointer;
}

.product_middle_column_inner .product-variants .input-color:checked+span, .product_middle_column_inner .product-variants .input-color:hover+span, .product_middle_column_inner .product-variants .input-radio:checked+span, .product_middle_column_inner .product-variants .input-radio:hover+span {
    border: 4px solid #1867A9;
}

.buy-and-add {
    background: #f9f9f9;
    border: 1px solid #EDEDED;
    padding: 10px;
    border-radius: 4px;
}

.buy-and-add .current-price .regular-price, .buy-and-add .current-price .price {
    display: block;
}

.buy-and-add .current-price .price {
    font-size: 1rem;
}

.product_page_container .pro_right_item {
    float: right;
}

.product_page_container .pro_right_item span {
    display: none;
}

.product_page_container .pro_right_item i {
    font-size: 1rem;
    color: #999;
}

.product_page_container .pro_right_item .social_share_block i {
    color: #fff;
}

.product_page_container .pro_right_item .dropdown_tri .arrow {
    display: none;
}

.pro_right_item.stwish_2 {
    display: none;
}

.love_product.st_added i, .love_product:hover i {
    color: #FF4757;
}

.stcompare_add.st_added i, .stcompare_add:hover i {
    color: #1867A9;
}

.product_page_container .extra-actions, .product_page_container .easycontent {
    float: left;
    width: 100%;
}

.product_page_container .easycontent {
    margin-bottom: 0;
    padding: 15px 15px 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.product_page_container .easycontent .col-lg-4 {
    padding: 0 5px;
}

.product_page_container .easycontent .col-lg-8 {
    padding: 5% 0 0;
    color: #999;
}

.product_page_container .easycontent img {
    border: none;
}

.product_second_section .product_desc_column {
    padding: 0;
}

.sttab_2>.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.sttab_2_2>.nav-tabs .nav-link {
    color: #999;
    border-top: none;
    border-bottom: 1px solid #eee;
    position: relative;
}

.sttab_2_2>.nav-tabs .nav-link:after {
    content: '';
    width: 1px;
    height: 60%;
    display: block;
    position: absolute;
    background: #eee;
    right: 0;
    top: 20%;
}

.sttab_2_2>.nav-tabs .nav-item:last-child .nav-link:after {
    display: none;
}

.sttab_2_2>.nav-tabs .nav-link.active, .sttab_2_2>.nav-tabs .nav-link:focus, .sttab_2_2>.nav-tabs .nav-link:hover {
    border-top: none;
    border-bottom: 2px solid #1867A9;
}

.sttab_2_2 .tab-pane-body {
    padding: 20px;
}

.product_description_container {
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.product-features {
    margin-top: 0;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.product-features .page_heading {
    display: none;
}

.product-features dl.data-sheet {
    border-bottom: none;
    padding: 0;
    margin-bottom: 5px;
}

.product-features dl.data-sheet dt.name {
    padding: 5px 10px;
}

.product-features dl.data-sheet dd.value {
    background: #F8FCFF;
    padding: 5px 10px;
}

.pro_cart_block .bootstrap-touchspin {
    border: 1px solid #e6e6e6;
}

.pro_cart_block .bootstrap-touchspin .btn-touchspin {
    border: none;
    color: #1867A9;
}

.pro_cart_block .bootstrap-touchspin .form-control {
    border: none;
}

.pro_cart_block .qty_wrap {
    margin-right: 25px;
}

.btn-default {
    background: #26DE81;
    border: none;
    color: #fff;
    border-radius: 3px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #7bed9f;
}

.btn-large {
    padding: 12px 35px;
}

.pro_cart_block #quantity_wanted {
    color: #262626;
}

@media (max-width: 767px) {
    .product_page_container {
        background: transparent;
        padding: 0;
    }

    .product_first_section {
        position: relative;
    }

    .product_first_section .product_name_wrap .product_name {
        position: absolute;
        top: 2rem;
        width: 90%;
        z-index: 2;
    }

    .product_middle_column_inner {
        background-color: #fff;
        padding: 1rem 1rem 2.5rem;
        border: 1px solid #eee;
    }

    .product-add-to-cart .add {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 10;
        border: none;
        padding: 1rem;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }

    .product_second_section {
        margin-top: 0;
        padding: 20px;
    }
}
/* End Product Page Styles */

/* Listing Styles */
#products {
    background: #fff;
    border: 1px solid #eee;
}

.sort-btn {
    color: #999;
    border-radius: 6px;
}

.sort-btn:hover, .sort-btn:active, .sort-btn:focus {
    color: #333;
    background: #f9f9f9;
}

.sort-btn.current {
    background: #EEF8FF;
    color: #1867A9;
}

.products-selection {
    margin-bottom: 0;
    padding: 1em;
}

#js-product-list .products.product_list.grid {
    margin-right: 0;
    margin-left: 0;
}

#js-product-list .product_list.grid .product_list_item {
    border-top: 0;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

#js-product-list .product_list.grid .product_list_item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 8%);
}

.bottom_pagination {
    padding: 10px;
    margin-bottom: 0 !important;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

@media only screen and (min-width: 768px) {
    #js-product-list .product_list.grid .product_list_item.last-item-of-desktop-line {
        border-right: 0;
    }

    #js-product-list .product_list.grid .product_list_item.last-desktop-line {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    #category #products, #search #products, #new-products #products, #manufacturer #products {
        background: transparent;
        border: none;
    }

    #js-product-list .product_list.grid .product_list_item.last-item-of-mobile-line {
        border-right: 0;
    }

    #js-product-list .product_list.grid .product_list_item.last-mobile-line {
        border-bottom: 0;
    }

    #category .products-sort-order .dropdown-menu {
        left: auto;
        right: 0;
    }

    .products-sort-order .dropdown-toggle, .products-selection .filter-button .btn-secondary {
        border-radius: 4px;
        border: 1px solid #999;
        padding: 13px 16px;
        color: #999;
        width: 100%;
    }

    .products-sort-order .dropdown-toggle:after {
        display: none;
    }

    .products-selection {
        background-color: #f9f9f9;
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .product_list.list .product_list_item {
        border: 1px solid #ededed;
        background: #fff;
        padding: 20px;
        margin-bottom: 20px;
    }

    .product_list.list .product_list_item:first-child {
        padding-top: 20px;
    }

    .product_list.list .pro_list_reference, .product_list.list .product-desc, .product_list.list .stcompare_add, .product_list.list .top_bar_item, .product_list.list .stcomment_2, .product_list.list .variant-links  {
        display: none;
    }

    .product_list.list .rating_box {
        bottom: 20px;
        left: 0;
        right: auto;
    }

    .products-selection .filter-button, .products-selection .products-sort-order {
        width: 50%;
    }
}

.column_block {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.st_read_more {
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.001), #f9f9f9 50%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0.001), #f9f9f9 50%) !important;
    line-height: 35px;
}

.st_read_more i {
    background: #fff;
    color: #1867A9;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#search_filters .facet:last-child, #search_filters_brands .facet:last-child, #search_filters_suppliers .facet:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.facet-title {
    font-weight: bold;
    margin-bottom: 10px;
}

#search_filters_wrapper .title_block {
    display: none;
}

#search_filters_wrapper .block_content {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-input-box .custom-input-item {
    border-radius: 3px;
    border-color: #f1f1f1;
}

.custom-input-box .custom-input-item.custom-input-color {
    border-radius: 50%;
}

.custom-input-box input[type=checkbox]:checked+.custom-input-item {
    background: #1867A9;
}

.custom-input-box input[type=checkbox]:checked+.custom-input-item .checkbox-checked {
    color: #fff;
}

.hover_fly .hover_fly_btn {
    border-right: none;
}

.hover_fly .social_share_button {
    display: none;
}
/* End Listing Styles */

/* Contact Us Styles */
#contact .page-content {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: -100px;
    margin-bottom: 40px;
}

#contact .page-content h3 {
    font-size: 16px;
    margin-bottom: 1rem;
}

.contact-text, .contact-form {
    padding: 30px;
}

.contact-text {
    height: 100%;
    border-right: 1px solid #eee;
    background: #F8FCFF;
}

.contact-text i {
    font-size: 1rem;
    margin-right: 5px;
    color: #1867A9;
}

.contact-text .social-medias a {
    margin-right: 10px;
}

.contact-ways {
    padding-left: 20px;
    border-left: 1px solid #eee;
}

@media (max-width: 767px) {
    #contact .page-content {
        margin-top: 10px;
    }
}
/* End Contact Us Styles */

/* 404 Pages Styles */
.nf-content .block, .nf-search {
    margin-bottom: 10px;
}

.nf-search .search_widget .input-group, .nf-search .search_widget .input-group input {
    background: #fff !important;
}

.nf-search .search_widget .input-group {
    border: 1px solid #eee;
}

.nf-goback a {
    color: #888;
}
/* End 404 Pages Styles */

/* Account Dashboard Styles */
.my_account_page_footer {
    display: none;
}

.user-info {
    background: #fff;
    border: 1px solid #eee;
}

.user-info p {
    margin-bottom: 10px;
}

.user-info p.user-title {
    color: #888;
}

.user-image img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 10%);
}

.user-actions svg {
    margin-right: 10px;
}

.user-logout svg {
    margin-right: 4px;
}

.user-actions p a, .user-logout a, .user-navigation .list-group-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.user-actions a:hover svg path, .user-actions a:focus svg path, .user-actions a:active svg path,
.user-logout a:hover svg path:last-child, .user-logout a:focus svg path:last-child, .user-logout a:active svg path:last-child {
    fill: #1867A9;
}

.user-contact .col:first-child {
    border-right: 1px solid #eee;
}

.user-prof, .user-contact, .user-actions {
    border-bottom: 1px solid #eee;
}

.user-navigation .list-group-item {
    padding: 5px;
    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
}

.user-navigation .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.user-navigation .list-group-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
}

.user-navigation .list-group-item svg {
    margin-right: 10px;
}

.user-navigation .list-group-item i {
    margin-right: 10px;
    color: #bfbfbf;
    font-size: 21px;
}

.user-navigation .list-group-item.active, .user-navigation .list-group-item:hover, .user-navigation .list-group-item:active, .user-navigation .list-group-item:focus {
    background: #EEF8FF;
    color: #1867A9;
}

.user-navigation .list-group-item.active a, .user-navigation .list-group-item:hover a, .user-navigation .list-group-item:active a, .user-navigation .list-group-item:focus a {
    color: #1867A9;
}

.user-navigation .list-group-item.active a i, .user-navigation .list-group-item:hover a i, .user-navigation .list-group-item:active a i, .user-navigation .list-group-item:focus a i {
    color: #1867A9;
}

.user-navigation .list-group-item.active svg path:last-child, .user-navigation .list-group-item:hover svg path:last-child, .user-navigation .list-group-item:active svg path:last-child, .user-navigation .list-group-item:focus svg path:last-child {
    fill: #1867A9;
}
/* End Account Dashboard Styles */

/* Order Table Style */
.latest-orders .table {
    margin-bottom: 0;
}

.latest-orders .table-active, .latest-orders .table-active>td, .latest-orders .table-active>th, .latest-orders .table-hover .table-active:hover, .latest-orders .table-hover .table-active:hover>td, .latest-orders .table-hover .table-active:hover>th, .latest-orders .table-hover tbody tr:hover {
    background: #f9f9f9;
}

.latest-orders .table tbody {
    border: 1px solid #eee;
    border-top: none;
}

.latest-orders .table tbody a {
    padding: 10px 20px;
    border-radius: 4px;
    background: transparent;
    color: #1867A9;
}

.latest-orders .table tbody a:hover, .latest-orders .table tbody a:active, .latest-orders .table tbody a:focus {
    background: #eee;
}

.latest-orders .table thead th:first-child {
    border-top-left-radius: 3px;
}

.latest-orders .table thead th:last-child {
    border-top-right-radius: 3px;
}

.latest-orders .table caption {
    padding: 1rem;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.latest-orders .table caption a {
    color: #888;
}

.latest-orders .table td {
    padding: 1rem;
    border-top: 1px solid #eee;
    vertical-align: middle;
}

.latest-orders th {
    padding: .5rem 1rem;
    font-weight: normal;
    background: #1867A9;
    color: #fff;
}

.amounts-container {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
}

#order-products img {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px;
    max-width: 50px;
    height: auto;
}

.addresses-item {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-radius: 4px;
    border: 1px solid #EAEDF3;
}

.addresses-item:before {
    content: '';
    width: 5px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    background: #1867A9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.address-inner-btn a {
    background: #fff;
    color: #999;
    padding: 10px 20px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
}

.address-inner-btn a.address-edit-btn:hover, .address-inner-btn a.address-edit-btn:focus, .address-inner-btn a.address-edit-btn:active {
    background: #1E90FF;
    border-color: #1E90FF;
    color: #fff;
}

.address-inner-btn a.address-delete-btn:hover, .address-inner-btn a.address-delete-btn:focus, .address-inner-btn a.address-delete-btn:active {
    background: #FF4757;
    border-color: #FF4757;
    color: #fff;
}

.return-req-box {
    background: #EEF8FF;
    padding: 1rem;
    margin-top: 1rem;
}
/* End Order Table Style */

/* Cart Checkout Style */
.checkout_left_column, .checkout_right_column {
    background: transparent;
}

#cart .breadcrumb_wrapper, #order-confirmation .breadcrumb_wrapper {
    display: none;
}

.cart-overview img {
    background: #fff;
    max-width: 45px;
    height: auto;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.cart-overview .discount {
    background: #FF4757;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cart-overview .bootstrap-touchspin {
    border: 1px solid #e6e6e6;
}

.cart-overview .bootstrap-touchspin .btn-touchspin {
    border: none;
    color: #1867A9;
}

.cart-overview .bootstrap-touchspin .form-control {
    border: none;
}

.cart-overview .table tbody a {
    background: #fff;
    border: 1px solid #bfbfbf;
    color: #999;
}

.cart-overview .table tbody a:hover, .cart-overview .table tbody a:active, .cart-overview .table tbody a:focus {
    background: #ededed;
}

.cart-overview .qty_wrap {
    margin-right: 25px;
}

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

.cart-navigation span.lvl-active svg path:last-child {
    fill: #26de81;
}

.cart-navigation span {
    display: flex;
    align-items: center;
    color: #bfbfbf;
    cursor: default;
}

.cart-navigation span.lvl-active {
    color: #26de81;
}

.cart-navigation .line-between {
    width: 100%;
    height: 1px;
    background: #bfbfbf;
    display: inline-block;
}

.cart-navigation .line-between.lvl-active {
    background: #26de81;
}

.cart-summary-line {
    margin-top: 10px;
    margin-bottom: 10px;
}

.promo-code-button {
    text-decoration: none;
}

.promo-code-button, .promo-code-button:hover, .promo-code-button:focus, .promo-code-button:active, .promo-code-button i {
    color: #1867A9;
}

.cart-alert {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-top: none;
    color: #999;
}

.cart-help-text {
    position: relative;
    padding-left: 20px;
}

.cart-help-text:before {
    content: '';
    width: 5px;
    height: 80%;
    background: #1867A9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 10%;
    left: 0;
}

.checkout-step {
    padding: 0;
    border-bottom: none;
}

#checkout-personal-information-step, .checkout-step.-unreachable, .checkout-step.-complete:not(.-current) button.continue, .checkout-step .title_block_button {
    display: none;
}

#checkout-addresses-step .title_block_button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #1867a9;
}

#checkout-addresses-step .title_block_button svg {
    margin-right: 5px;
}

.checkout-step #delivery-addresses, .checkout-step #invoice-addresses, .checkout-step .add-address {
    margin-top: 0;
}

.modal .address-inner-btn, .flex-modal-title {
    display: flex;
    flex-wrap: wrap;
}

.same-address-unchecked i {
    color: #1867a9;
}

.order-options, #order-summary-content {
    position: relative;
}

.order-options:before, #order-summary-content:before {
    content: '';
    width: 130%;
    height: 25px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: -15%;
}

.addresses-item .border-right {
    border-right: 1px solid #eee;
}

.back-to-cart a, .back-to-cart a i {
    color: #888;
}

#conditions-to-approve a, #conditions-to-approve a:hover, #conditions-to-approve a:focus, #conditions-to-approve a:active {
    color: #1867a9;
}

.summary-shipping-info {
    background: #f9f9f9;
}

.summary-products img {
    border: 1px solid #eee;
}

.oc-title p {
    font-size: 30px;
    color: #26DE81;
}

.oc-notes p a, .oc-notes p a:hover, .oc-notes p a:focus, .oc-notes p a:active {
    color: #1867a9;
}

.oc-details {
    background: #f9f9f9;
}

.oc-action {
    position: relative;
    padding-top: 45px;
}

.oc-action:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: #f9f9f9;
    border-right: 1px solid #eee;
    border-radius: 50%;
    left: -2.5rem;
    top: 0;
}

.oc-action:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: #f9f9f9;
    border-left: 1px solid #eee;
    border-radius: 50%;
    right: -2.5rem;
    top: 0;
}

.oc-action a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-bottom: 1px dashed #eee;
    left: 0;
    top: 16px;
    right: 0;
}
/* EndCart Checkout Style */

/* CMS General Styles */
#cms .breadcrumb_wrapper {
    display: none;
}

#cms .full_width_top2_container {
    position: relative;
}

#cms .full_width_top2_container:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(251,251,253);
    background: linear-gradient(0deg, rgba(251,251,253,1) 0%, rgba(251,251,253,0.8141850490196079) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.center-and-absolute {
    font-size: 1.5rem;
    position: absolute;
    top: -120px;
    left: auto;
    right: auto;
    width: 100%;
}

.acc_box {
    margin-bottom: 20px;
}

.acc_box .acc_header a:not(.collapsed) {
    box-shadow: none;
    border: 1px solid #eee;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.acc_box .acc_inner {
    font-weight: bold;
    padding: 0;
}

.acc_box .acc_content {
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.h_iframe-aparat_embed_frame {
    position:relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cms .easycontent {
    position: relative;
}

#cms .easycontent .sttext_2.sttext_2_2 .sttext_item_text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    position: absolute;
    height: 60%;
    top: 15%;
    left: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgb(69 73 91 / 8%);
    padding: 2.5rem;
    overflow-y: auto;
}

#cms .easycontent .cms_content > .row {
    margin-top: 2rem;
}

#cms .easycontent .sttext_2.sttext_2_2:after {
    font-family: fontello;
    font-style: normal;
    padding: 14px;
    font-weight: bold;
    font-size: 18px;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    content: "\E9B5";
    position: absolute;
    top: 70%;
    left: 3rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #EFF8FF;
    color: #1867A9;
    box-shadow: 0 20px 28px rgb(0 82 145 / 10%);
}

#cms .easycontent .sttext_2.sttext_2_2 .title_block {
    border-bottom: none;
    margin-bottom: 10px;
}

#cms .easycontent .sttext_2.sttext_2_2 .title_block_inner {
    padding: 0;
    color: #999;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 18px;
}

#cms .easycontent .sttext_2.sttext_2_2 .sttext_item_content h3 {
    font-size: 24px;
}

@media (min-width: 992px) {
    #cms .cms_content > .row:last-child .steasy_element_block .row {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
}

#cms .cms_content > .row:last-child .steasy_element_item {
    background: #fff;
    border: 1px solid #EAEDF3;
    border-radius: 4px;
    padding: 2.5rem 3.5rem;
}

.side-by-side-text .side-text {
    margin-right: 20px;
    text-align: justify;
}

.side-by-side-text .side-text:last-child {
    margin-right: 0;
}

.papco-history .history-item {
    position: relative;
    width: 50.1%;
}

.papco-history .history-row:nth-child(odd) .history-item {
    padding-right: 20px;
    border-right: 1px solid #1867A9;
}

.papco-history .history-row:nth-child(even) .history-item {
    padding-left: 20px;
    border-left: 1px solid #1867A9;
}

.papco-history .history-item:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #1867A9;
    border-radius: 50%;
    top: 0;
}

.papco-history .history-row:nth-child(odd) .history-item:before {
    right: -5px;
    left: auto;
}

.papco-history .history-row:nth-child(even) .history-item:before {
    left: -5px;
    right: auto;
}

.papco-box {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border: 1px solid #EAEDF3;
    border-radius: 4px;
    padding: 1rem;
}

.papco-box:before {
    content: '';
    width: 5px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    background: #1867A9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.papco-box p {
    margin-bottom: 10px;
}

.papco-box p:last-child {
    margin-bottom: 0;
}

.w48 {
    width: 48%;
}

@media (max-width: 767px) {
    #cms .easycontent .cms_content > .row {
        margin-top: 0;
    }

    #cms .full_width_top2_container {
        margin-bottom: 0 !important;
    }

    #cms .easycontent .sttext_2.sttext_2_2 .sttext_item_image {
        padding-right: 0;
        padding-left: 0;
    }

    .center-and-absolute {
        top: -40px;
    }

    #cms .easycontent .sttext_2.sttext_2_2 .sttext_item_text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        margin-top: -40px;
        margin-left: 5%;
        margin-bottom: 20px;
    }

    #cms .easycontent .sttext_2.sttext_2_2:after {
        display: none;
    }
}
/* End CMS General Styles */

/* Stores Page Style */
#stores .full_width_top2_container {
    min-height: 300px;
}
#stores .breadcrumb_wrapper {
    display: none;
}

.papco-stores-list {
    position: absolute;
    width: 80%;
    text-align: center;
    top: 8%;
    left: 10%;
}

.papco-stores-list h1 {
    font-size: 1.5rem;
    color: #fff;
}

.papco-stores-list a {
    color: #bfbfbf;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    font-size: .75rem;
    margin-bottom: .25rem;
}

.papco-stores-list a:hover, .papco-stores-list a:focus, .papco-stores-list a:active {
    color: #fff;
    background: #1867A9;
    border-color: #1867A9;
}

.become-partner a, .stores-footer a {
    color: #1867A9;
}

.papco-stores-container .products_section {
    background: transparent;
    border: none;
    border-left: 1px solid #eee;
}

.papco-store .store-phone {
    background: #E9F2FD;
    color: #1867A9;
    border-radius: 3px;
}

.papco-store .store-phone:hover, .papco-store .store-phone:focus, .papco-store .store-phone:active {
    background: #1867A9;
    color: #fff;
}

.papco-stores-container .papco-store:last-child .store-details {
    padding-bottom: 0 !important;
}
/* End Stores Page Style */

/* GFormBuilder Styles */
.gformbuilderpro_content input[type="radio"] + label {
    margin-left: 5px;
}

.gformbuilderpro_action, .gformbuilderpro_action .button {
    width: 100%;
}

.select_box select {
    max-width: 100%;
}

.PM_ASCriterionsGroupName {
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.PM_ASearchTitle, .PM_ASBlockOutputHorizontal a, .PM_ASBlockOutputVertical a {
	font-size: 13px;
}
/* End GFormBuilder Styles */
