@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap') body {
    font-family: 'Roboto', sans-serif !important;
    color: #000 !important;
}

body {
    color: #000 !important;
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.3rem;
}

a:hover {
    color: #EB2216 !important;
    text-decoration: none !important;
}

.cart-container .form-cart .actions.main button:hover {
    color: #fff !important;
}

.cart-container .form-cart .actions.main button {
    border: 1px solid red;
    color: red;
    box-shadow: inherit;
}

.christmas-bnr {
    display: block;
    height: 470px;
    background-color: red;
    margin-top: -20px;
    padding: 91px 0;
}

.christmas-bnr h2 {
    color: #fff;
    font-size: 48px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
}

.christmas-bnr p:first-child {
    font-size: 32px;
    font-weight: bold;
}

.christmas-bnr p:last-child {
    font-size: 26px;
    font-weight: bold;
    color: yellow;
}

.christmas-bnr .bnrText {
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

header.page-header {
    border-top: none;
}

header.page-header .panel.header .header_top_left>p:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(/pub/media/wysiwyg/phone-icon.png) !important;
    float: left;
    margin-right: 10px;
    background-size: 19px;
    background-repeat: no-repeat;
    margin-top: 2px;
}

header.page-header .nav-sections-item-content .account-menu ul.links {
    list-style: none;
    padding-left: 15px;
}

header.page-header .nav-sections-item-content .account-menu ul.links li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

header.page-header .panel.header .header_top_left>p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0px !important;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.toolbar-products .modes a.modes-mode:hover {
    color: #fff !important;
}

.products-grid .product-item .product-item-details .product-item-name {
    height: 40px;
    min-height: 56px;
    vertical-align: middle;
    overflow: hidden;
    white-space: unset;
}

body.catalog-product-view .columns .column.main {
    width: 100%;
}

.products-grid .product-item .product-item-info .product.photo.product-item-photo {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.products-grid .product-item .product-item-info .product.name a {
    color: #777 !important;
    text-decoration: none;
    font-weight: normal !important;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.products-grid .product-item .product-item-info .product.name a:hover {
    color: #EB2216 !important;
}

.products-grid .product-item .product-item-info .product-item-photo a {
    width: 100%;
    height: 210px;
    background: #fff;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.products-grid .product-item .product-item-info .product-item-photo a img.product-image-photo.default_image {
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 3s;
}

header.page-header>div.panel.wrapper {
    background-color: #2e2b98 !important;
    color: #fff !important;
}

header.page-header.type1 .panel.header {
    padding: 0;
}

header.page-header .panel.header .header_top_left {
    float: left;
    margin-top: 9px;
}

.header_top_right .minicart-wrapper.active .block-minicart {
    border-top: 6px solid #EB2216;
    position: absolute;
}

.header_top_right .minicart-wrapper.active .block-minicart::before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: -21px;
    z-index: 99;
    left: auto;
    right: 26px;
    border: 8px solid;
    border-color: transparent transparent #EB2216 transparent;
}

header.page-header .panel.header .header_top_right .minicart-wrapper .ui-dialog.ui-corner-all.mage-dropdown-dialog {
    position: absolute;
    right: 0;
}

.minicart-wrapper.active .block-minicart a.product-item-photo {
    width: 50px;
    height: auto;
    min-height: 50px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper {
    max-height: 460px;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li {
    margin-bottom: 15px;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li .product-item-details {
    float: left;
    width: 80%;
    padding-left: 30px;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li .product-item-details strong.product-item-name {
    width: 100%;
    clear: left;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    font-size: 14px !important;
    justify-content: flex-end;
}

.minicart-wrapper.active .block-minicart .block-content .total-count.text-v-dark {
    font-size: 14px;
    font-weight: 600;
}

.minicart-wrapper.active .block-minicart .block-content .subtotal {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    font-weight: 700;
}

.minicart-wrapper.active .block-minicart .block-content button#top-cart-btn-checkout {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li .product-item-details strong.product-item-name a {
    font-size: 13px;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li {
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li:last-child {
    border-bottom: none;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li .product.actions {
    margin-bottom: 10px;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: -40px;
}


.total-count.text-v-dark {
    display: block;
    clear: both;
    margin: 20px 0px;
}

header.page-header .panel.header .header_top_right span.split {
    display: none;
}

header.page-header .panel.header .header_top_right {
    float: right;
}

header.page-header .panel.header .header_top_right>p {
    float: left;
    margin-bottom: 0px;
    margin-top: 11px;
}

header.page-header .panel.header .header_top_right>p a {
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

header.page-header .panel.header .header_top_right>p a:last-child {
    margin-right: 10px;
}

header.page-header .panel.header .header_top_right>p a:last-child:after {
    content: inherit;
}

header.page-header .panel.header .header_top_right>p a:after {
    content: "//";
    display: inline-block;
    float: revert;
    color: #fff;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    letter-spacing: -1px;
}

header.page-header.type1 .logo {
    margin: 12px 0 8px 0;
}

header.page-header .content .logo img {
    display: block;
    max-width: 182px;
    width: 100%;
}

header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart {
    background-color: #eb2216;
    display: inline-block;
    padding: 4px 15px;
    position: relative;
    width: 120px;
}

.search.results .block {
    margin-top: 20px;
    display: none;
}

.catalogsearch-result-index .page-title-wrapper {
    text-align: center;
    text-transform: capitalize;
}

.search.results .block dd.item a {
    color: #000;
}

.search.results .products.products-grid ol li .product.photo a {
    width: 100%;
    height: 210px;
    background: #fff;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.search.results .products.products-grid ol li .product.photo a img.product-image-photo {
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 3s;

}

.nav-open .nav-sections .section-item-title.nav-sections-item-title {
    margin-top: 0px;
    padding-top: 0px;
    height: auto;
    border-bottom: 1px solid #999;
    width: 50%;
}

.nav-open .nav-sections .section-item-title.nav-sections-item-title a.nav-sections-item-switch {
    line-height: 46px;
    padding: 15px 0;
}

.nav-open .nav-sections .nav-sections-item-content ul li {
    float: inherit !important;
}


header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 31px;
    background-image: url(/pub/media/wysiwyg/cart-icon.png) !important;
    float: left;
    margin-right: 10px;
    background-size: 32px;
    background-repeat: no-repeat;
}

header.page-header .panel.header .header_top_right .minicart-wrapper.active {
    position: relative;
}

header.page-header .panel.header .header_top_right .minicart-wrapper {
    position: relative !important;
    float: right;
    top: 0 !important;
    right: 0px !important;
    margin: 0px !important;
}

header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart span.text {
    position: inherit;
    color: #fff;
}

header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart span.counter.qty {
    clear: inherit !important;
    font-size: 13px;
    position: absolute !important;
    width: auto;
    overflow: visible;
    display: block;
    left: auto;
    line-height: 1;
    letter-spacing: 0.5px;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    background: transparent;
    top: auto;
}

header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart span.counter.qty span {
    overflow: visible;
    color: #fff !important;
    display: contents;
    float: left;
    text-align: left;
    white-space: normal;
}

header.page-header.sticky-header .minicart-wrapper:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 33px;
    color: #EB2216;
    content: '\f815';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

header.page-header.sticky-header .minicart-wrapper a.showcart.action-subtotal.d-none {
    display: none;
}

header.page-header .block-search {
    max-width: 370px;
}

header.page-header .block-search input {
    border-radius: 0;
    border: 2px solid #cfcfcf;
    height: 50px;
}

header.page-header .block-search .block.block-content .actions button.action.search {
    height: 42px;
}

header.page-header .block-search .block.block-content .actions button.action.search {
    background-color: #2e2b98;
    opacity: 1;
    cursor: pointer !important;
    display: inline-block;
    pointer-events: all !important;
    margin-right: 4px;
    border-radius: 0px;
    margin-top: 5px;
}

.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1,
.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1 ul>li.level2 {
    position: relative;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    float: none;
    text-align: left;
}

.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1>a {
    margin-top: 0;
    padding: 10px 0px 10px 10px;
    text-decoration: inherit !important;
}

.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1.parent>a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    line-height: normal;
    float: right;
}

.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1 ul>li.level2>a {
    padding: 8px 5px 8px 10px;
    text-decoration: inherit !important;
}

.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1 div.col.mega-menu-full ul.dropdown-menu li.level1>a,
.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1 div.col.mega-menu-full ul.dropdown-menu li.level3>a,
.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1 ul>li.level2>a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: inherit !important;
    text-transform: capitalize;
}

.sw-megamenu.navigation li.level0.fullwidth .submenu ul li.level1>ul.dropdown-menu {
    box-shadow: inherit;
    max-height: 390px;
    overflow-y: scroll;
    min-height: auto;
    border-left: 2px solid red;
    border-radius: 0;
}



li.level0.fullwidth>.submenu ul li.level1:hover>div.mega-menu-full {
    display: flex;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff !important;
    z-index: 999;
    border-left: 1px solid red;
}

li.level0.fullwidth>.submenu ul li.level1:hover ul.dropdown-menu {
    display: inline-table;
    box-shadow: inherit !important;
    border-right: 1px solid #d7d7d7;
    border-radius: inherit !important;
}



nav.navigation.sw-megamenu li.level0.fullwidth>.submenu ul li.level1:hover>ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
}

.sw-megamenu.navigation li.level0.parent>.submenu ul li.level1:hover>a,
.sw-megamenu.navigation li.level0.parent>.submenu ul li.level1 ul>li.level2:hover a {
    background-color: #EB2216 !important;
    color: #fff !important;
    text-decoration: inherit !important;
}



.sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1>a:hover {
    color: #fff !important;
}


.sw-megamenu.navigation li.level0.fullwidth>.submenu div.col.col-xs-12.col-md-3:last-child ul li.level1>ul.dropdown-menu {
    display: none;
    left: -100% !important;
    top: 0px;
    position: absolute;
    border-right: 2px solid red !important;
    border-left: inherit !important;
}

.sw-megamenu.navigation li.level0.fullwidth>.submenu div.col.col-xs-12.col-md-3:last-child ul li.level1:hover>div.col.mega-menu-full {
    display: none;
    right: 100% !important;
    top: 0px;
    position: absolute;
    border-right: 2px solid red !important;
    border-left: inherit !important;
}

.sw-megamenu.navigation li.level0.fullwidth>.submenu div.col.col-xs-12.col-md-3:last-child ul li.level1:hover>ul.dropdown-menu,
.sw-megamenu.navigation li.level0.fullwidth>.submenu div.col.col-xs-12.col-md-3:last-child ul li.level1:hover>div.col.mega-menu-full {
    display: block;
}

.page-header.type1 .navigation li.level0.parent:hover .level0 div.col.col-xs-12.col-md-3:last-child li.level1:hover>div.col.mega-menu-full {
    display: block !important;
    left: -100%;
    max-height: 420px;
    /* overflow-y: auto; */
}

header.page-header.sticky-header .minicart-wrapper {
    top: 21px !important;
}

header.page-header.sticky-header.type1 .nav-sections {
    background-color: #fff;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

header.page-header.sticky-header.type1 .nav-sections .sticky-logo {
    margin-top: 4px;
}

.sticky-header .block.block-search {
    margin-top: 0px;
    margin-bottom: 5px;
}

header.page-header.sticky-header .minicart-wrapper {
    top: 12px !important;
}

.page-header.type1 .custom-block {
    line-height: 40px;
    position: absolute;
    top: 48%;
    margin-top: -20px;
    font-size: 14px;
    color: #777;
    right: 0px !important;
}

header.page-header .sections.nav-sections {
    margin-bottom: 0px !important;
}

header.page-header .custom-block>div.Supports-online {
    width: 160px;
}

header.page-header .custom-block>.Supports-Money-back {
    width: 220px;
}

header.page-header .custom-block>.Supports-Money-back>h3 {
    margin-top: 3px;
}

header.page-header .custom-block>.Supports-Money-back img {
    max-width: 62px;
    margin-top: 3px;
    width: 100%;
}

header.page-header .custom-block>div {
    float: left;
    margin-right: 30px;
}

header.page-header .custom-block>div:last-child {
    margin-right: 0px;
}

header.page-header .custom-block>div>em {
    float: left;
    margin-right: 10px;
}

header.page-header .custom-block>div>h3,
header.page-header .custom-block>div>h3 a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin: 6px 0px 0px 0px;
    line-height: normal;
    font-family: 'Roboto', sans-serif !important;
}

header.page-header .block-search input::placeholder {
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}

header.page-header.type1 {
    background-color: #fff !important;
    border-bottom: 4px solid #eb2216 !important;
    border-radius: 0px !important;
}

header.page-header.sticky-header .navigation {
    padding: 0 15px 10px 15px !important;
}

.nav-sections-item-content nav.navigation>ul {
    background-color: #fff !important;
    border-radius: 0px !important;
}

/* .nav-sections-item-content nav.navigation>div>ul {
    border-top: 2px solid #e7e7e7;
    border-left: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
} */
.nav-sections-item-content nav.navigation li.level0.parent:hover,
.nav-sections-item-content nav.navigation li.level0:hover {
    border-radius: 0px !important;
}

.nav-sections-item-content nav.navigation li.level0 a.level-top {
    line-height: normal !important;
    padding: 10px 30px 8px 30px !important;
}

header.page-header.sticky-header .minicart-wrapper {
    top: 40% !important;
}

.sticky-logo {
    float: left;
    margin-top: 10px;
}

header.page-header.sticky-header .navigation ul {
    margin-top: 4px;
}

header.page-header.sticky-header .navigation li.level0>.level-top {
    padding: 10px 10px 8px 10px !important;
}

header.page-header.sticky-header .navigation li.level0>a {
    font-size: 14px !important;
    font-weight: 500 !important;
}

header.page-header.sticky-header .block-search input {
    height: 41px;
}

.nav-sections-item-content nav.navigation li.level0.parent>a:after {
    line-height: normal !important;
}


.nav-sections-item-content nav.navigation li.level0.parent:hover>a.level-top,
.nav-sections-item-content nav.navigation li.level0:hover>a.level-top {
    color: #fff !important;
}

.nav-sections-item-content nav.navigation li.level0>a {
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 0 30px !important;
}

.slider-group {
    /* background-image: url(https://ostomysale.ca/starkmans/pub/media/wysiwyg/bnr-img-background.jpg); */
    padding: 30px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div#banner-slider-demo-9 .owl-item img {
    width: 100%;
    /*     height: 557px !important;*/
}

.banner-box {
    position: relative;
}

.banner-box .pt-caption-inner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 30px;
    min-width: 100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    z-index: 1;
}


.static-slider-group .image {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.block-search .block.block-content .actions button.action.search:before {
    color: #fff;
    font-size: 18px;
}

header.page-header.sticky-header .block-search button.action.search:before {
    line-height: 21px;
    width: 26px;
}

.product_category_list .category_name {
    text-align: center;
    padding: 10px 0px;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

body.page-with-filter.catalog-category-view .filter-options .filter-options-item[attribute="color"] {
    display: none !important;
}

body.page-with-filter.page-products .column.main {
    order: 2 !important;
}

.product_category_list .category_name:hover {
    border: 1px solid #eb2216;
}

.product_category_list .category_name>a {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.product_category_list .category_name>a {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.product_category_list .category_name:hover p a {
    color: #eb2216;
}

h2.category_list-title,
h2.filterproduct-home-list-title {
    text-align: center;
    font-size: 32px;
    font-weight: 500 !important;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
}

h2.filterproduct-home-list-title {
    color: #fff !important;
}

h2.category_list-title:before,
h2.category_list-title:after,
h2.filterproduct-home-list-title:before,
h2.filterproduct-home-list-title:after {
    content: "";
    width: 160px;
    height: 6px;
    background-color: white;
    display: inline-block;
    background-repeat: repeat-x;
    top: -7px;
    position: relative;
    right: 0;
    border: 2px dotted #999999;
}

h2.filterproduct-home-list-title:before,
h2.filterproduct-home-list-title:after {
    border-color: #fff !important;
    background-color: #2e2b98 !important;
}

h2.category_list-title span.content,
h2.filterproduct-home-list-title span.content {
    padding: 0 30px;
    background-color: #fff;
}

h2.filterproduct-home-list-title span.content {
    background-color: #2e2b98 !important;
}

h2.category_list-title span.content strong,
h2.filterproduct-home-list-title span.content strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
}

body.cms-index-index .columns .column.main {
    padding-bottom: 0px;
}

.single-images {
    padding-top: 60px !important;
}

.single-images img {
    width: 100%;
}

.product_category_list .category_name p a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333333;

}

.product-item .tocart {
    border-radius: 0px !important;
}

header.page-header.sticky-header .block-search .block.block-content .actions button.action.search {
    height: 32px;
}

.filterproduct-homepage-list {
    background-color: #2e2b98 !important;
    padding: 60px 0 !important;
}

.product_category_list {
    padding: 50px 0px;
}

div#featured_product .product-item-photo {
    border-radius: 0;
    padding: 0;
}

div#featured_product .product-item-photo>a {
    width: 100%;
    height: 210px;
    background: gray;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 0px;
}

div#featured_product .product-item-photo>a img.product-image-photo {
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 3s;
}

div#featured_product .products-grid .product-item .product-item-info {
    background-color: #fff !important;
}

div#featured_product .products-grid .product-item .product-item-details {
    padding: 20px 10px;
}

div#featured_product .owl-controls {
    top: 50% !important;
    width: 100%;
}

div#featured_product .owl-controls .owl-prev em.porto-icon-left-open-huge {
    float: left;
    margin-left: -40px;
}

div#featured_product .owl-controls .owl-next em.porto-icon-right-open-huge {
    float: right;
    margin-right: -40px;
}

.porto-icon-right-open-huge:before,
.porto-icon-left-open-huge:before {
    color: #fff !important;
}

div#featured_product .owl-controls .owl-prev {
    float: left;
}

div#featured_product .owl-controls .owl-next {
    float: right;
}

.product-item-photo .product-label {
    border-radius: 0px !important;
}

.product-label.sale-label {
    background-color: #eb2216 !important;
}

div#featured_product .products-grid .product-item .special-price span.price,
div#featured_product .products-grid .product-item .price-container .price {
    color: #EB2216;
}

.tab-pane .product.product-item .product-item-info .product-item-details span.special-price span.price,
.tab-pane .product.product-item .product-item-info .product-item-details>.price-box>span.price-container>span>span.price {
    color: #EB2216;
    font-size: 2rem !important;
}

.tab-pane .product.product-item .product-item-info a.product-item-photo {
    width: 100%;
    height: 300px;
    background: #fff;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.tab-pane .product.product-item .product-item-info .product-item-details {
    width: 100%;
    margin-top: 15px;
}

.tab-pane .product.product-item .product-item-info a.product-item-photo img.product-image-photo {
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 3s;
}

div#featured_product .products-grid .product-item .old-price span.price {
    font-size: 15px;
    font-weight: 500 !important;
    color: #666 !important;
    margin-right: 10px;
}

div#featured_product .products-grid .product-item {
    padding: 0 5px;
}

div#featured_product .products-grid .product-item,
div#featured_product .products-grid .product-item .product.name a,
.tab-pane .product.product-item .product-item-info .product-item-details .product-item-name a {
    font-weight: 500 !important;
    color: #333333 !important;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

div#featured_product .products-grid .product-item .product.name a:hover {
    color: #EB2216 !important;
    text-decoration: none;
}

div#featured_product .products-grid .product-item .product.name,
.tab-pane .product.product-item .product-item-info .product-item-details .product-item-name {
    max-height: 42px !important;
    overflow: hidden;
    min-height: 42px;
}

.products-grid .product-item-details .product-item-actions .tocart,
.product-item .tocart {
    color: #333;
    background-color: #fff;
    border-color: #EB2216;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
}

.product-item-actions .action.tocompare {
    border-color: #EB2216;
    color: #EB2216;
}

.single-images1 {
    padding-top: 50px !important;
    display: block;
    clear: both;
}

.single-stay-loop {
    background-color: #f0f0ed !important;
    margin-top: 60px !important;
    padding: 30px 0px !important;
}

.single-stay-loop .block.newsletter {
    width: 100%;
    margin-top: 32px;
}

.single-stay-loop .newsletter-image {
    float: left;
    margin-top: 20px;
}

.single-stay-loop .newsletter-text {
    float: left;
}

.single-stay-loop .newsletter-text>h3 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
}

.single-stay-loop .newsletter-image img {
    max-width: 120px;
    margin-top: 10px;
}

.single-stay-loop .newsletter-text>p {
    color: #252525;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif !important;
}

.single-stay-loop .block.newsletter input#newsletter {
    height: 70px;
    border-radius: 0px;
    border: 2px solid #eb2216;
    padding-left: 40px;
}

.single-stay-loop .block.newsletter input::placeholder {
    color: #565656;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

.single-stay-loop .block.newsletter .actions {
    vertical-align: middle;
}

.single-stay-loop .block.newsletter .control:before {
    line-height: 70px;
    color: #565656;
    margin-left: 15px;
}

.single-stay-loop .block.newsletter button.action.subscribe {
    height: 70px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    border-radius: 0px;
}

ul.list-reset li {
    display: inline-block;
    padding: 0 10px;
}

.product-info-main .product.overview p.title {
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}

/* Hot Deal Section Css */

body.cms-index-index .columns .column.main .row .col-md-12>hr {
    display: none;
}

.tab-pane .product.product-item .product-item-info .product-item-details {
    width: 100%;
    text-align: center;
}

.filterproduct-sale-list {
    padding-top: 50px;
}

.filterproduct-sale-list div#tabs ul#tabsnav {
    margin: 0 auto;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    max-width: 360px;
    margin-bottom: 40px;
    border-bottom: 2px solid #d9d9d9;
}

.filterproduct-sale-list div#tabs ul#tabsnav>li {
    float: none;
    display: inline-block;
}

.filterproduct-sale-list div#tabs ul#tabsnav>li a {
    text-transform: uppercase;
    color: #9b9b9b;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    border: none !important;
    font-family: 'Roboto', sans-serif !important;
}

.filterproduct-sale-list div#tabs ul#tabsnav>li a:before {
    content: "\f006";
    display: block;
    font-family: "FontAwesome";
    font-size: 22px;
    color: #9b9b9b;
    float: left;
    margin-right: 10px;
}

.filterproduct-sale-list div#tabs ul#tabsnav>li.new a:before {
    content: "\f006";
}

.filterproduct-sale-list div#tabs ul#tabsnav>li.hot a:before {
    content: "\f06d";
}

.filterproduct-sale-list div#tabs ul#tabsnav>li.sale a:before {
    content: "\f02c";
}

.filterproduct-sale-list div#tabs ul#tabsnav>li.selected a,
.filterproduct-sale-list div#tabs ul#tabsnav>li.selected a:before {
    color: #eb2216 !important;
    border: none;
}

.filterproduct-sale-list div#tabs ul#tabsnav>li.selected {
    border-color: #eb2216 !important;
}



/* Footer Css */

footer.page-footer {
    border-top: 4px solid #2e2b98;

}

footer.page-footer .footer-middle {
    background-color: #fff !important;
}

footer.page-footer .footer-middle .block-title strong {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 36px;
    color: #000;
    margin-bottom: 15px !important;
    display: block;
    font-family: 'Roboto', sans-serif !important;
}

footer.page-footer .block_footer_useful_links2 ul.links {
    margin-top: 0px;
}

.footer-middle .block .block-title {
    margin-top: 0px;
}

.footer-middle ul.features li,
footer.page-footer .footer-middle ul.links li {
    padding-top: 5px;
}

.footer-middle ul.links {
    margin-top: 0;
}

footer.page-footer .footer-middle ul.links li {
    padding-top: 0px !important;
}

footer.page-footer .porto-icon-ok:before,
footer.page-footer .porto-icon-right-dir:before {
    content: '\f101' !important;
    font-family: "FontAwesome" !important;
    font-size: 15px;
    line-height: 0px;
    float: left;
}

.footer-middle ul.features li,
footer.page-footer .footer-middle ul.links li {
    padding-bottom: 18px;
}

footer.page-footer .footer-middle li a,
footer.page-footer .footer-middle ul.links li a {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

footer.page-footer .footer-middle ul.contact-info p span a:before {
    display: none;
}

footer.page-footer .footer-middle li a:before,
footer.page-footer .footer-middle ul.links li a:before {
    display: block;
    content: '\f101' !important;
    font-family: "FontAwesome" !important;
    font-size: 15px;
    line-height: 13px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    color: red;
}

.footer-middle ul.features li,
.footer-middle ul.links li {
    position: relative;
    padding-left: 15px;
    padding-top: 0;
}

footer.page-footer .footer-middle li a,
footer.page-footer .footer-middle ul.links li {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    line-height: normal;
}

footer.page-footer .footer-middle ul.features li em {
    display: none;
}

footer.page-footer .footer-middle ul.links li em {
    position: absolute;
    left: 0;
    top: 8px;
}

footer.page-footer .footer-middle ul.contact-info {
    color: #252525;
}

footer.page-footer .footer-middle ul.contact-info em:before {
    color: #EB2216;
    font-size: 16px;
}

.footer-bottom {
    min-height: 50px;
    line-height: 40px;
    background-color: #2e2b98;
    padding: 15px 0;
}

.footer-bottom .custom-block {
    float: right;
    line-height: 1;
    margin: 3px 0;
}

.footer-middle ul.contact-info p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
}

footer.page-footer .footer-middle ul.contact-info p span {
    color: #252525 !important;
}

.footer-bottom address {
    float: left;
    line-height: normal;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    padding: 0;
}

.footer-bottom .custom-block>p {
    margin-bottom: 0;
}

.footer-bottom .custom-block>p strong {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    font-family: 'Roboto', sans-serif !important;
}

.footer-bottom .custom-block>p img {
    margin-top: -5px;
    margin-left: 10px;
}



/* Category Page Css */

.page-wrapper>.breadcrumbs {
    background-color: #f0f0ed;
    color: #000;
}

.page-wrapper>.breadcrumbs a,
.page-wrapper>.breadcrumbs a:hover,
.page-wrapper>.breadcrumbs a:focus {
    color: #eb2216;
}

.filter-options-title {
    background-color: #2e2b98 !important;
    color: #fff;
}

.filter-options-title:after {
    font-size: 22px;
    color: #fff !important;
    line-height: 20px;
    border: transparent;
    background-color: transparent !important;

}

.filter-content .item a {
    font-size: 14px;
    color: #333 !important;
}

.layered-filter-block-container .block.filter .block-title.filter-title {
    display: none;
}

.block-content.filter-content .filter-actions {
    padding: 0;
    border-bottom: none;
}

.block.filter .filter-current {
    padding: 0;
}

.block.filter .filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
}

.block.filter .filter-current .items {
    border: 1px solid #ddd;
    border-width: 0 1px;
    background-color: #fbfbfb;
    padding: 10px 15px;
    margin: 0;
}

.block-content.filter-content .filter-actions .action.filter-clear {
    font-size: 11px;
    padding: 10px 15px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 0 0 7px 7px;
    text-align: right;
    margin-bottom: 14px;
    display: block;
}

div#layer-product-list .porto-product-filters-toggle {
    display: none;
}

.block-content.filter-content .filter-options .filter-options-item {
    padding: 0;
}

.block-content.filter-content .filter-options .filter-options-item.allow.active .filter-options-title {
    border-radius: 7px 7px 0px 0px;
}

.block-content.filter-content .filter-options .filter-options-item {
    border-bottom: none;
}

.block-content.filter-content .filter-options .filter-options-item.active .filter-options-title {
    border-radius: 7px 7px 0px 0px;
}

.product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-secondary {
    border-radius: 3px !important;
    border-color: #eb2216 !important;
}

.block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    background-color: #2e2b98 !important;
    color: #fff;
    border-radius: 7px;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.block-content.filter-content .filter-options .filter-options-item .filter-options-content {
    margin: 0;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
    padding: 15px 20px;
    display: none;
    list-style-type: none;
}

.catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #555;
}

.catalog-product-view .product-info-main .product-info-price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.catalog-product-view .product-info-main .prev-next-products a {
    border: none;
    line-height: 27px;
    font-size: 24px;
}

.product.attribute.sku strong,
.product.attribute.sku,
.product.attribute.sku .value {
    font-weight: normal !important;
    color: #777;
    font-size: 15px;
}

.product-info-main .product-add-form form#product_addtocart_form .box-tocart {
    padding: 30px 0px;
}

.product-info-main .product-add-form form#product_addtocart_form .box-tocart .field.qty .control {
    width: 135px;
}

.product-info-main .product-add-form form#product_addtocart_form .box-tocart .field.qty .control .input-text.qty {
    font-size: 18px;
    width: 64px;
    height: 4rem;
    font-weight: normal;
}

.product-info-main .product-add-form form#product_addtocart_form .box-tocart .field.qty .control .qty-changer a {
    height: 4rem;
    width: 40px;
}

.product-info-main .product-add-form form#product_addtocart_form .box-tocart .field.qty .qty.field .qty-changer>a::before,
.product-info-main .product-add-form form#product_addtocart_form .box-tocart .field.qty .col.qty .qty-changer>a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    border-top: 3px solid;
    margin-top: -.5px;
    margin-left: -6.5px;
}

.product-info-main .product-add-form form#product_addtocart_form .box-tocart .field.qty .qty-changer>a.qty-inc:after,
.product-info-main .product-add-form form#product_addtocart_form .box-tocart .field.qty .col.qty .qty-changer>a.qty-inc:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 12px;
    border-left: 2px solid;
    margin-top: -5.5px;
    margin-left: -1.5px;
}

.product-add-form .box-tocart .actions #product-addtocart-button {
    height: 4rem;
}

.product-add-form .box-tocart .actions #product-addtocart-button:hover {
    border-color: #000;
}

.product-add-form .box-tocart .actions #product-addtocart-button:before {
    display: none;
}

.product-info-main .prev-next-products .product-nav .prev-next-products a {
    font-size: 26px;
}

.catalog-product-view .product-info-main .product-info-price .price-box {
    margin-right: 20px;
}

.catalog-product-view .product-info-main .product-info-price .price-box .price {
    font-size: 32px;
}

.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
    font-size: 2rem;
    font-weight: 300;
    color: #999;
}

.catalog-product-view .loading-mask {
    display: none;
}

.catalog-category-view .toolbar-products {
    display: inline;
}

.catalog-category-view .toolbar-products .modes {
    display: inline-flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    float: left;
    margin-bottom: 0px;
}

.catalog-category-view .toolbar-products .modes a#mode-grid {
    border: 1px solid #d7d7d7;
    color: #676767;
}

.list.products-list .product-item-info .product-item-details .product-item-actions .tocart {
    font-size: 1.4rem;
    font-weight: bold;
}

.list.products-list .product-item-info:hover .product-item-details .product-item-actions .tocart {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.list.products-list .product-item-info .product-item-details .product-item-actions .tocart,
.list.products-list .product-item-details .product-item-actions .actions-secondary.towishlist {
    border-color: #EB2216;
}

.list.products-list .product-item-info .product-item-details .product-item-actions .tocart:hover {
    background-color: #EB2216;
    color: #fff;
    border-color: #EB2216;
}

.list.products-list .product-item-details .product-item-actions .actions-secondary.towishlist:before {
    color: #EB2216;
}

.list.products-list .product-item-details .name .product-item-link {
    color: #777777;
}

li.item.product.product-item .catalog-category-view .toolbar-products #mode-list {
    width: 26px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    margin-top: 0;
    margin-left: 5px;
    border: 1px solid #ccc;
}

.catalog-category-view .toolbar-products .modes .modes-mode {
    width: 26px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    margin-top: 0;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
}

.catalog-category-view .toolbar-products #mode-list:before {
    font-size: 13px;
    color: #999;
}

.catalog-category-view .toolbar-products #mode-list:hover::before {
    color: #fff;
}

.catalog-category-view .toolbar-products .toolbar-sorter.sorter {
    display: flex !important;
    float: right;
    display: inherit;
    margin-bottom: 0;
}

.catalog-category-view .toolbar-products {
    position: relative !important;
    background: #fff;
    border: none;
}

#layer-product-list .products.wrapper~.toolbar {
    display: flex;
}

/*.page-with-filter .page-main-inner div#layer-product-list div:nth-child(4) {
    display: flex;
}*/

.filter-options .ln_slider_container {
    width: calc(100% - 6%);
}

.catalog-category-view .toolbar-products #mode-list:before {
    font-size: 13px;
    color: #999;
}

.product-add-form .box-tocart .actions #product-addtocart-button {
    background-color: #EB2216;
    height: 4rem;
    font-size: 16px;
}

.product-info-main .product-add-form form#product_addtocart_form .box-tocart .qty.field .qty-changer a:before,
.product-info-main .product-add-form form#product_addtocart_form .box-tocart .qty.field .qty-changer a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    border-top: 2px solid;
    margin-top: -.5px;
    margin-left: -6.5px;
}

.product-info-main .product-social-links .product-share {
    display: none;
}

.product-social-links .product-addto-links .action.towishlist {
    color: #EB2216;
}

.product-social-links .product-addto-links .action.tocompare {
    color: #52b9b5;
}

.cart-container .cart-discount div#block-discount .title {
    display: block;
}

.checkout-cart-index .page-title-wrapper h1.page-title {
    font-size: 20px;
}

.checkout-cart-index .cart-summary strong.summary.title {
    font-size: 2.4rem;
    font-weight: 300;
    margin: 12px 0;
    text-transform: capitalize;
    margin-top: 0;
}

.checkout-cart-index .cart-summary {
    padding: 15px;
    border-width: 1px;
    border-radius: 6px;
    background: #fbfbfb;
}

.cart-totals .table-wrapper tr.grand.totals .mark strong {
    font-size: 18px;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    background: #EB2216 !important;
}

.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    padding-bottom: 9px !important;
    color: #777 !important;
    font-weight: 300 !important;
    font-size: 2.2rem !important;

}

.checkout-container .opc-sidebar .modal-inner-wrap .modal-content {
    background: #f5f5f5;
    padding: 22px 27px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 30px;
}

.checkout-container .opc-block-summary .items-in-cart>.title strong {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
}

.cart-summary .block .title:after {
    font-size: 32px;
    padding: 8px;
}

.opc-block-summary .items-in-cart>.title:after {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 32px;
    padding: 8px;
    margin-top: 0;
}

.checkout-container .opc-sidebar .modal-inner-wrap .modal-content div#opc-sidebar .opc-block-summary {
    background: transparent;
    border: none;
    padding: 0;
}

.checkout-container .opc-block-summary .product-item .product .product-item-details {
    float: left;
    max-width: calc(100% - 25%);
}

.checkout-container .opc-block-summary .product-item .product .product-item-details .product-item-name-block .product-item-name {
    white-space: pre-wrap;
}

.checkout-container .opc-block-summary .product-item .product .product-item-details .product-item-inner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.checkout-onepage-success .action.primary:hover {
    color: #fff;
}

p.return-to-shop a.action {
    background-color: #EB2216;
}

p.return-to-shop a.action:hover {
    color: #fff;
}

.checkout-container .opc-block-summary .product-item .product-image-container {
    margin-right: 15px;
}

.checkout-payment-method .payment-method-content .fieldset.payment.items.ccard {
    margin-top: 30px;
}

.page-with-filter .page-main-inner div#layer-product-list .products.products-grid {
    padding-left: 15px;
    padding-right: 15px;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li .product.actions a:before {
    content: "";
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #EB2216;
    font-family: 'porto-icons';
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li .product.actions a span {
    display: none;
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li .product.actions a.action.edit:before {
    content: '\f826';
}

.minicart-wrapper.active .block-minicart .minicart-items-wrapper ol li .product.actions a.action.delete:before {
    content: '\f81a';
    display: inline-block;
}

.customer-account-login .fieldset .field .control {
    max-width: 50%;
}

.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
    display: block;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    border-top: 4px solid #EB2216;
    padding: 35px 25px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

.form.forget .actions-toolbar>.primary .action,
.form.forget .actions-toolbar>.secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1.4rem;
    background: #EB2216;
    border: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.login-container .block-new-customer .actions-toolbar .primary .action.create:hover {
    color: #fff !important;
}

.form.password.forget {
    float: left;
    width: 100%;
}

.tab-pane .product.product-item .product-item-info a.product-item-link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.catalog-product-view .product.media .fotorama__wrap--slide .fotorama__stage__frame .fotorama__caption {
    display: none;
}

.catalog-product-view .product.media .fotorama__thumb img {
    width: 100% !important;
    max-width: 100% !important;
}

.pages a.page:hover {
    color: #fff !important;
}

/* ======================= Start Responsive Css ======================= */

@media (min-width: 320px) and (max-width: 570px) {
    .cart-totals .table-wrapper table.data.table.totals {
        margin-bottom: 0px;
    }

    .cart-summary .block .title:after {
        font-size: 32px;
        padding: 8px;
        margin-top: -5px;
    }

    .page-with-filter .page-main-inner div#layer-product-list .products.products-grid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .login-container .fieldset:after {
        text-align: left;
    }

    .page-with-filter main#maincontent .page-main-inner .columns {
        padding-top: 0px !important;
    }

    .page-with-filter div#layer-product-list .products-list .product-item-info {
        display: inline;
    }

    .products-list .product-item-details {
        display: block;
        max-width: 100%;
    }

    .checkout-payment-method .form.payments .fieldset>br,
    .checkout-payment-method .form.payments .fieldset>hr {
        display: none;
    }

    .opc-wrapper .methods-shipping {
        padding-top: 0px;
    }

    .fotorama__caption__wrap {
        background-color: #fff;
        padding: 5px 10px 5px 0px;
    }

    .product-info-main .product-add-form form#product_addtocart_form .box-tocart.update .action.tocart {
        background: #EB2216;
    }

    .product-info-main .product-add-form form#product_addtocart_form .box-tocart.update .field.qty .control .input-text.qty {
        height: 3rem;
        border: 1px solid #e7e7e7;
    }

    .modal-popup.confirm .modal-inner-wrap .modal-footer {
        padding: 10px 10px;
    }

    .modal-popup.confirm .modal-inner-wrap header.modal-header {
        padding-top: 15px;
        padding-bottom: 15px;
        position: absolute;
        right: 0;
    }

    .modal-popup.confirm .modal-inner-wrap .modal-content {
        padding-top: 11px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 20px;
    }

    1498.66 .filterproduct-sale-list {
        padding-top: 30px;
    }

    div#banner-slider-demo-9 .owl-dots {
        bottom: -25px !important;
    }

    .tab-pane .product.product-item .product-item-info a.product-item-link {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    @supports (-webkit-touch-callout: none) {

        /* CSS specific to iOS devices */
        div#banner-slider-demo-9 button.owl-dot.active,
        div#banner-slider-demo-9 button.owl-dot {
            border: none !important;
            background: transparent !important;
        }
    }

    @supports not (-webkit-touch-callout: none) {
        /* CSS for other than iOS devices */
    }

    div#banner-slider-demo-9 button.owl-dot.active,
    div#banner-slider-demo-9 button.owl-dot {
        border: none !important;
        background: transparent !important;
    }

    header.page-header .panel.header .header_top_left {
        float: left;
        margin-top: 0px;
    }

    h2.category_list-title:before,
    h2.category_list-title:after,
    h2.filterproduct-home-list-title:before,
    h2.filterproduct-home-list-title:after {
        width: 20px !important;
    }

    h2.category_list-title span.content strong,
    h2.filterproduct-home-list-title span.content strong {
        font-size: 18px !important;
    }

    .checkout-payment-method .payment-method-content .fieldset.payment.items.ccard {
        margin-top: 0px;
    }

    div#checkout-step-payment .payment-group .step-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
        right: 9px;
        top: 3px;
        background: #EB2216;
        width: 28px;
        height: 28px;
        border-radius: 80px;
        line-height: 28px;
        font-size: 18px;
        font-weight: normal;
    }

    div#checkout-step-shipping form.form.form-login {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    header.page-header.type1 .panel.header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }

    header.page-header .panel.header .header_top_right {
        float: right;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    header.page-header .panel.header .header_top_right>p {
        width: 100%;
        margin-top: 0px;
        padding-right: 40px;
    }

    footer.page-footer .footer-middle li a:before,
    footer.page-footer .footer-middle ul.links li a:before {
        top: 2px;
    }

    footer.page-footer .footer-middle ul.links li {
        padding-bottom: 5px;
    }

    .footer-bottom .custom-block {
        width: 100%;
    }

    .footer-bottom .custom-block>p {
        margin-bottom: 0;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer-bottom .custom-block>p strong {
        font-size: 18px;
    }

    .footer-bottom .custom-block>p img {
        max-width: 140px;
    }

    div#featured_product .owl-nav {
        text-align: center;
        margin-top: 10px;
    }

    .footer-middle>.container {
        padding-top: 1rem;
    }

    a.product-item-link {
        text-overflow: ellipsis;
        word-wrap: break-word;
        max-height: 3em;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .custom-top-banner-block {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-content-top-logo .header.content a.logo {
        width: 70%;
        text-align: center;
        display: inline;
    }

    .header-content-top-logo .header.content a.logo img {
        margin: 0 auto !important;
    }

    .layered-filter-block-container .block.filter .block-title.filter-title {
        display: none;
    }

    .page-products .columns {
        position: relative;
        z-index: 1;
        padding-top: 0px;
    }

    .block-content.filter-content .filter-options .filter-options-item {
        padding: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }

    .header-content-top-logo .header.content {
        padding: 0px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    header.page-header .block-search {
        display: block;
    }

    .custom-top-banner-blockh4 {
        font-size: 12px !important;
        line-height: 15px !important;
        margin: 2px 0px 1px 0px;
        letter-spacing: 0.5px;
        margin: 0;
    }

    .block-content.filter-content .filter-options .filter-options-item .filter-options-content #ln_slider_container_price {
        width: calc(96%);
    }

    .sidebar.sidebar-main .category_side_custom_block {
        display: none;
    }


    .owl-bottom-narrow .owl-controls {
        bottom: 0px !important;
    }

    #banner-slider-demo-9 .owl-item img {
        transform-style: preserve-3d;
        height: auto;
    }

    .products-grid .product-item .product-item-info .product-item-photo a {
        height: 120px;
    }

    .single-stay-loop {
        margin-top: 30px !important;
    }

    .single-stay-loop .newsletter-image img {
        max-width: 60px;
        margin-top: 10px;
    }

    .single-stay-loop .block.newsletter {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .footer-bottom>.container address {
        float: none !important;
        line-height: 24px !important;
        padding-bottom: 0px !important;
    }

    .footer-middle ul.contact-info p>br {
        display: none;
    }

    .single-stay-loop .newsletter-text>h3 {
        font-size: 24px;
    }

    .single-stay-loop .newsletter-text>p {
        display: contents !important;
        float: left !important;
    }

    .nav-sections-item-content nav.navigation li.level0.parent>a:after {
        line-height: normal !important;
        top: -5px;
    }

    div#featured_product .owl-nav button {
        width: 32px;
    }

    .page-with-filter div#layer-product-list .toolbar.toolbar-products {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .page-with-filter main#maincontent {
        padding-bottom: 20px;
    }

    .catalog-category-view div:nth-child(2).toolbar-products {
        display: inline !important;
        background: #fff;
        top: 10px !important;
    }

    .tab-pane .product.product-item .product-item-info .product-item-details span.special-price span.price,
    .tab-pane .product.product-item .product-item-info .product-item-details>.price-box>span.price-container>span>span.price {
        font-size: 1.5rem !important;
    }

    div#featured_product .product-item-photo>a,
    .tab-pane .product.product-item .product-item-info a.product-item-photo {
        height: 120px;
    }

    .tab-pane .product.product-item {
        float: left !important;
        width: 45% !important;
        margin: 0 7px !important;
    }

    .custom-top-banner-block h4 {
        font-size: 15px !important;
        line-height: 20px;
        margin: 0 !important;
    }

    h2.category_list-title span.content strong,
    h2.filterproduct-home-list-title span.content strong {
        font-size: 18px !important;
    }

    h2.category_list-title:before,
    h2.category_list-title:after,
    h2.filterproduct-home-list-title:before,
    h2.filterproduct-home-list-title:after {
        width: 20px !important;
    }

    header.page-header .panel.header .header_top_right .minicart-wrapper {
        margin-top: -21px !important;
    }

    .single-stay-loop .newsletter-image {
        float: none;
        text-align: center;
        margin-top: 0px;
    }

    .single-stay-loop .newsletter-text {
        text-align: center;
        padding: 0 15px;
    }

    .block.newsletter .actions {
        display: block;
        width: 100%;
    }

    .single-stay-loop .block.newsletter button.action.subscribe {
        width: 100%;
        margin-top: 10px;
        height: 50px;
    }

    .single-stay-loop .block.newsletter input#newsletter {
        height: 50px;
    }

    .single-stay-loop .block.newsletter .control:before {
        line-height: 48px;
    }

    footer.page-footer .block_footer_useful_links2 ul.links {
        margin-top: 0px;
    }

    footer.page-footer .footer-middle .block-title strong {
        margin-top: 10px;
        font-size: 18px;
        line-height: normal;
        margin-bottom: 10px !important;
        display: block;
    }

    .footer-middle .block .block-title {
        margin-bottom: 0px;
    }

    footer.page-footer .footer-middle {
        padding-top: 10px;
    }

    .single-images1 {
        padding-top: 10px !important;
    }

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

    header.page-header .panel.header .header_top_right>p a:after {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    h2.category_list-title span.content,
    h2.filterproduct-home-list-title span.content {
        padding: 0 10px;
    }

    .filterproduct-sale-list div#tabs ul#tabsnav>li a {
        font-size: 15px;
        padding: 10px 10px !important;
    }

    .filterproduct-sale-list div#tabs ul#tabsnav>li a:before {
        font-size: 14px;
    }

    .banner-static.static-slider-group {
        margin-top: 30px;
    }


    header.page-header>div.panel.wrapper {
        background-color: #2e2b98 !important;
        color: #fff !important;
        height: auto;
        display: block;
        clear: both;
    }


    header.page-header .panel.header .header_top_left>p {
        font-size: 14px;
    }

    header.page-header .panel.header .header_top_left>p:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(/pub/media/wysiwyg/phone-icon.png) !important;
        float: left;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
        top: 0px !important;
        position: relative;
    }

    header.page-header>div.panel.wrapper {
        padding: 10px 15px;
    }

    header.page-header .panel.header .header_top_right>p a {
        font-size: 12px;
    }

    header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(/pub/media/wysiwyg/cart-icon.png) !important;
        float: left;
        margin-right: 10px;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
        height: 33px;
    }

    header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart span.counter.qty {
        right: 0px !important;
        margin-left: 0px !important;
        left: -8px;
    }

    .page-header.type1 .custom-block {
        display: none !important;
    }

    header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart {
        padding: 5px 10px 5px 10px;
        width: 105px;
    }

    .page-header.type1 .block-search .label {
        margin: 0px 0 10px 0 !important;
    }

    .block-search .block-content .actions {
        display: none;
    }

    header.page-header .block-search {
        max-width: initial;
    }

    .page-header.type1 .block-search .block-content {
        margin-bottom: 7px;
    }

    .page-header.type1 .logo {
        height: auto;
    }

    header.page-header .content strong.logo img {
        display: block;
        max-width: 210px;
        width: auto;
    }

    .block-search .field.search .control {
        clear: both;
        margin: 0;
        padding: 0;
        position: absolute !important;
        width: 295px;
        top: 39px;
        right: 0;
        z-index: 99999;
    }

    .block-search .field.search .control .mst-searchautocomplete__autocomplete._active {
        margin-top: 2px;
    }

    .block-search .field.search .control .mst-searchautocomplete__autocomplete._active .mst-searchautocomplete__close {
        z-index: 9999;
        font-size: 24px;
    }

    .single-images {
        padding-top: 30px !important;
    }

    .product_category_list {
        padding: 10px 0 30px 0 !important;
    }

    .filterproduct-homepage-list {
        padding: 30px 0 !important;
    }

    h2.category_list-title,
    h2.filterproduct-home-list-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h2.category_list-title:before,
    h2.category_list-title:after,
    h2.filterproduct-home-list-title:before,
    h2.filterproduct-home-list-title:after {
        width: 20px;
        top: -4px;
    }
}

@media (max-width: 768px) {
    .catalog-product-view .column.main .product-info-main {
        margin-top: 50px;
    }

    .block-content.filter-content .filter-options .filter-options-item .filter-options-content .ln_slider_container {
        width: calc(97%);
        margin: 0 15px 0 5px;
    }

    .opc-estimated-wrapper .estimated-block .estimated-label {
        font-size: 20px;
        font-weight: 400;
    }

    .opc-estimated-wrapper .estimated-block span.estimated-price {
        font-size: 18px;
        color: #EB2216;
    }

    .cart-container div#gift-options-cart {
        display: none;
    }

    .header-content-top-logo .header.content a.logo {
        width: 75%;
    }

    .product-info-main .product.overview .value p {
        margin-bottom: 5px;
    }

    .catalog-product-view .product-info-main .page-title-wrapper h1 {
        font-size: 20px;
    }

    .catalog-product-view .product-info-main .product-info-price .price-box .price {
        font-size: 24px;
        margin-bottom: 10px;
    }

    footer.page-footer .footer-middle .block-title strong {
        line-height: normal;
        margin-bottom: 10px !important;
    }

    h2.category_list-title span.content,
    h2.filterproduct-home-list-title span.content {
        padding: 0 20px;
    }

    a.product-item-link {
        text-overflow: ellipsis;
        word-wrap: break-word;
        max-height: 3em;
        overflow: hidden;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .footer-bottom>.container>.custom-block {
        width: 100%;
    }

    footer.page-footer .footer-middle li a:before,
    footer.page-footer .footer-middle ul.links li a:before {
        top: 2px;
    }

    .footer-middle ul.contact-info p br {
        display: none;
    }

    .footer-middle ul.features li,
    footer.page-footer .footer-middle ul.links li {
        padding-bottom: 10px;
    }

    h2.category_list-title:before,
    h2.category_list-title:after,
    h2.filterproduct-home-list-title:before,
    h2.filterproduct-home-list-title:after {
        width: 60px;
    }

    div#featured_product .owl-nav button {
        width: 32px;
    }

    div#featured_product .owl-nav {
        text-align: center;
        margin-top: 10px;
    }

    .header-content-top-logo .header.content {
        padding: 0px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .header-content-top-logo .header.content strong.logo {
        width: 70%;
        text-align: center;
        display: inline;
    }

    header.page-header .content .logo img {
        display: block;
        max-width: 182px;
        width: 100%;
        margin: 0 auto;
    }

    .header-content-top-logo .header.content a.logo img {
        margin: 0 auto !important;
        width: auto;
    }

    .page-header.type1 .block-search .block-content {
        margin-bottom: 7px;
    }

    .block-search .block-content .actions {
        display: none;
    }

    .page-header.type1 .block-search .label {
        margin: 0px 0 10px 0 !important;
    }

    .block-search .field.search .control {
        clear: both;
        margin: 0;
        padding: 0;
        position: absolute !important;
        width: 295px;
        top: 39px;
        right: 0;
        z-index: 99999;
    }

    .block-search .block-content .actions {
        display: none;
    }

    .header.content .custom-block {
        display: none;
    }

    /*.header.content .custom-block {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
    }*/

    header.page-header .custom-block>div.Supports-online {
        width: auto;
    }

    header.page-header .custom-block>.Supports-Money-back {
        width: auto;
        max-width: 43%;
    }

    .custom-top-banner-block h4 {
        font-size: 14px !important;
        letter-spacing: 0.5px;
    }

    header.page-header .custom-block>div>em.support-icon img {
        max-width: 38px;
    }

    header.page-header .custom-block>div>h3,
    header.page-header .custom-block>div>h3 a {
        font-size: 14px;
    }

    h2.category_list-title span.content strong,
    h2.filterproduct-home-list-title span.content strong {
        font-size: 24px;
    }

    .custom-top-banner-block h4 {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }

    header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart span.counter.qty {
        left: 8px;
    }

    header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart:before {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 19px;
        width: 18px;
        margin-right: 8px;
    }

    header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart {
        padding: 4px 8px;
    }

    header.page-header .panel.header .header_top_left>p:before {
        width: 14px;
        height: 14px;
        background-size: 14px;
        margin-right: 5px;
        margin-top: 5px;
    }

    header.page-header .panel.header .header_top_right>p a:after {
        margin-left: 3px;
        margin-right: 2px;
        font-size: 10px;
    }

    header.page-header .panel.header .header_top_right>p a {
        font-size: 12px;
    }

    header.page-header .panel.header .header_top_left>p {
        font-size: 12px;
    }

    #layer-product-list .products {
        margin: 0;
    }

    .columns .column.main {
        padding-bottom: 0px;
    }

    .category-brands .page-main {
        padding-bottom: 10px;
    }

    div#layer-product-list .filter-placeholder.m-0 {
        display: none;
    }

    .products-grid .product-item .product-item-details .product-item-name {
        min-height: auto;
    }

    header.page-header .nav-sections-item-content {
        margin-top: 48px !important;
    }

    #search.active {
        left: 0;
        z-index: 9;
    }

    .nav-sections-item-content nav.navigation li.level0 a.level-top.ui-state-active.ui-state-activenew {
        color: #000 !important;
    }

    .sw-megamenu.navigation li.ui-menu-item>.open-children-toggle {
        display: none;
    }

    .nav-sections-item-content nav.navigation li.level0.parent:hover>a.level-top,
    .nav-sections-item-content nav.navigation li.level0:hover>a.level-top {
        color: #000 !important;
    }

    .sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.ui-menu-item.level1.parent .col.mega-menu-full ul.dropdown-menu {
        display: none;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.deactive {
        display: none !important;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active {
        display: block !important;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active .level0.submenu .ui-menu-item.level1.deactive {
        display: none !important;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active .level0.submenu .ui-menu-item.level1.active {
        display: block !important;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active .level0.submenu .ui-menu-item.level1 ul.dropdown-menu {
        display: none;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active .level0.submenu .ui-menu-item.level1.active .col.mega-menu-full {
        position: relative !important;
        left: 0 !important;
        display: block;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active .level0.submenu .ui-menu-item.level1.active ul.dropdown-menu {
        display: block !important;
        position: relative;
        width: 100%;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active .level0.submenu .ui-menu-item.level1.active ul.dropdown-menu li.ui-menu-item.level2 {
        display: contents;
    }

    .sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1.parent.active>a {
        color: red;
    }

    .sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1.parent.active>a:after {
        content: '\f801';
        display: inline-block;
        font-family: 'porto-icons';
        vertical-align: top;
        margin-left: 6px;
        line-height: 17px;
        float: right;
        font-size: 22px;
        margin-right: 15px;
        color: red;
    }

    .sw-megamenu.navigation li.level0.fullwidth>.submenu ul li.level1.parent>a:after {
        content: '\f801';
        display: inline-block;
        font-family: 'porto-icons';
        vertical-align: top;
        margin-left: 6px;
        line-height: 17px;
        float: right;
        margin-right: 15px;
        font-size: 20px;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active .level0.submenu .ui-menu-item.level1.active>a::before {
        color: #fff !important;
        content: '\f104';
        font-family: 'FontAwesome';
        font-size: 22px;
        line-height: 14px;
    }

    nav.navigation.sw-megamenu li.ui-menu-item.level0.fullwidth.active .submenu.opened.openednew {
        max-height: 80vh;
        height: 80vh;
        overflow-y: auto;
    }

}


@media (min-width: 1025px) and (max-width: 1280px) {

    .catalog-product-view .product-info-main .page-title-wrapper h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 1199px) {
    .nav-sections-item-content nav.navigation li.level0 a.level-top {
        line-height: normal !important;
        padding: 10px 20px 8px 20px !important;
    }

    header.page-header.sticky-header .block-search {
        margin-left: 55px;
        float: right;
        width: 290px;
        margin-right: 50px;
        margin-left: 0;
    }

    header.page-header .block-search .block.block-content .actions button.action.search {
        background-color: #2e2b98;
        opacity: 1;
        cursor: pointer !important;
        display: inline-block;
        pointer-events: all !important;
        margin-right: 4px;
        border-radius: 0px;
        margin-top: 5px;
        padding: 0px 10px !important;
        height: 31px;
    }

}



@media (min-width: 768px) {

    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        display: inline-block !important;
    }

    .login-container .fieldset>.field>.control {
        width: 55%;
    }

    .opc-progress-bar .opc-progress-bar-item>span,
    .opc-progress-bar .opc-progress-bar-item>span:after {
        font-size: 1.8rem;
    }

    .catalog-product-view .column.main .product-info-main,
    .catalog-product-view .product.media {
        width: 46%;
    }

    .catalog-product-view .column.main .product.media .gallery-placeholder img {
        max-width: 70%;
    }

    .page-layout-page-layout-2columns-left .sidebar-main {
        width: 25%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .page-layout-page-layout-2columns-left .column.main {
        width: 75%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .opc-progress-bar>li._active span {
        font-weight: 400;
        color: #000;
    }

    .opc-progress-bar-item._active>span {
        color: red;
    }

    .opc-progress-bar-item._active:before,
    .opc-progress-bar-item._active>span:before {
        background: red;
    }

    .minicart-wrapper .block-minicart {
        right: -15px;
        width: 350px !important;
        min-width: 350px !important;
    }

    header.page-header.sticky-header button.action.search:before {
        line-height: 33px !important;
    }

    .block-search .block.block-content .actions button.action.search:before {
        color: #fff;
        font-size: 18px;
        line-height: 42px;
    }

    header.page-header.sticky-header .minicart-wrapper {
        top: 8px !important;
    }

    header.page-header.sticky-header .minicart-wrapper .action.showcart .counter.qty {
        right: 9px;
        top: -21px;
        background-color: transparent;
        font-size: 14px;
    }

    header.page-header.sticky-header .navigation li.level0>.level-top {
        padding: 10px 3px 8px 3px !important;
        font-size: 15px !important;
    }

    header.page-header.sticky-header .navigation li.level0>a {
        font-size: 11px !important;
        font-weight: 500 !important;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {
    .catalog-product-view .product-info-main .page-title-wrapper h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .custom-top-banner-block h4 {
        font-size: 14px !important;
        letter-spacing: 0.5px;
    }

    footer.page-footer .footer-middle li a:before,
    footer.page-footer .footer-middle ul.links li a:before {
        top: 4px;
    }

    body.page-with-filter.page-products .column.main {
        padding-bottom: 0;
    }

    .header-content-top-logo .container {
        width: 100%;
    }

    .footer-middle ul.features li,
    footer.page-footer .footer-middle ul.links li {
        padding-bottom: 10px;
    }

    footer.page-footer .footer-middle .block-title strong {
        font-size: 18px;
        line-height: normal;
    }

    .block-search input {
        padding: 10px 50px 10px 10px;
    }

    header.page-header .content .logo img {
        display: block;
        max-width: 160px;
    }

    header.page-header .panel.header .header_top_left>p:before {

        width: 16px;
        height: 16px;
        margin-right: 5px;
        background-size: 16px;
        margin-top: 4px;
        margin-left: 5px;
    }

    header.page-header .panel.header .header_top_left>p {
        font-size: 16px;
    }

    header.page-header .panel.header .header_top_right>p a {
        font-size: 13px;
    }

    header.page-header .panel.header .header_top_right>p a:after {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 13px;
    }

    .nav-sections-item-content nav.navigation li.level0 a.level-top {
        padding: 10px 10px 8px 10px !important;
    }

    .page-with-filter .page-main-inner div#layer-product-list .toolbar.toolbar-products.sticky {
        display: flex;
    }

    header.page-header .block-search {
        max-width: 220px;
    }

    .page-header.type1 .block-search {
        margin-left: 20px;
    }

    header.page-header .custom-block>div>h3,
    header.page-header .custom-block>div>h3 a {
        font-size: 14px;
    }

    header.page-header .custom-block>.Supports-Money-back img {
        max-width: 44px;
    }

    header.page-header .custom-block>div>em.support-icon img {
        max-width: 38px;
    }

    header.page-header .custom-block>div.Supports-online {
        max-width: 120px;
        width: auto;
        margin-right: 10px;
    }

    header.page-header .custom-block>.Supports-Money-back {
        max-width: 180px;
        width: auto;
    }

    header.page-header .block-search .block.block-content .actions button.action.search {
        height: 40px !important;
    }


}

#coaf-checkout-shippingmethod-form {
    margin-top: 20px;
}

#coaf-checkout-shippingmethod-form fieldset.fieldset {
    margin-bottom: 15px;
}

#coaf-checkout-shippingmethod-form button.action {
    display: none;
}

.field .control._with-tooltip input {
    width: calc(100% - 76px) !important;
}

.checkout-shipping-method label.label {
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

.layered-filter-block-container .category-filter {
    margin-bottom: 15px;
}

.layered-filter-block-container .category-filter .category-title {
    background-color: #2e2b98 !important;
    color: #fff;
    border-radius: 7px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.layered-filter-block-container .category-filter .category-title.active {
    border-radius: 7px 7px 0 0;
}

.layered-filter-block-container .category-filter .category-title:after,
.block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
    content: '\f823';
    font-size: 22px;
    color: #fff !important;
    line-height: 20px;
    border: transparent;
    background-color: transparent !important;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    border-radius: 3px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'porto-icons';
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
}

.layered-filter-block-container .category-filter .category-title.active:after,
.block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    content: '\f820';
}

.layered-filter-block-container .category-filter ul.category-list {
    margin: 0;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
    padding: 15px 20px;
    display: none;
    list-style-type: none;
}

.layered-filter-block-container .category-filter ul.category-list.active {
    display: block;
}

.layered-filter-block-container .category-filter ul.category-list li.item a {
    font-size: 14px;
    color: #333 !important;
}

.layered-filter-block-container .category-filter ul.category-list li.item a .count {
    color: #858585;
    padding-right: 5px;
}

.mst-searchautocomplete__wrapper .mst-searchautocomplete__highlight {
    color: #eb2216;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    color: #eb2216 !important;
}

.control .mst-searchautocomplete__autocomplete {
    border-top-color: #eb2216 !important;
}

/* Css Start from here */
.custom-top-banner-block h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

header.page-header>div.panel.wrapper:before,
header.page-header>div.panel.wrapper:after {
    content: "";
    display: block;
    clear: both;
}

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

header.page-header .custom-block>div>em {
    float: left;
    margin-right: 10px;
    max-height: 47px;
}

header.page-header .block-search {
    max-width: 370px;
    padding-left: 0px !important;
}

header.page-header .block-search .block.block-content .actions button.action.search {
    width: 42px;
}

.block-search .block.block-content .actions button.action.search:before {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    width: 100%;
}

header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart::after,
header.page-header .panel.header .header_top_right .minicart-wrapper .showcart,
header.page-header .panel.header .header_top_right .minicart-wrapper a.action.showcart i.minicart-icon {
    display: none;
}


div#banner-slider-demo-9 .owl-dots {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    width: 100%;
    text-align: center;
}


div#banner-slider-demo-9 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

div#banner-slider-demo-9 .owl-dots .owl-dot.active span {
    background: #EB2216;
}

.footer-bottom>.container {
    flex-direction: row-reverse;
}

.footer-middle>.container::after {
    border-bottom: none;
}

a#totop {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 0;
    background-color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 24px;
    border: 1px solid red;
    z-index: 99999;
}

div#featured_product .products-grid .product-item,
div#featured_product .products-grid .product-item .product.name a,
.tab-pane .product.product-item .product-item-info .product-item-details .product-item-name a,
a.product-item-link {
    font-weight: 500 !important;
    color: #333333 !important;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.product-item .tocart:before {
    font-size: 15px !important;
}

.product-item-actions .actions-secondary.action:before {
    font-size: 17px !important;
}

.toolbar-products ul.items.pages-items .item a.page:focus {
    color: #fff !important;
    background: #EB2216;
    border-color: #EB2216;
}

header.page-header .block-search .block.block-content .actions button.action.search {
    width: 42px;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
}

header.page-header.sticky-header .navigation .block-search form#search_mini_form {
    width: auto !important;
    float: left !important;
    position: relative !important;
}


@media (max-width: 1200px) {
    #search_mini_form {
        width: auto !important;
        float: left !important;
        position: relative !important;
    }
}

@media (min-width: 570px) and (max-width: 768px) header.page-header .custom-block>div>h3,
header.page-header .custom-block>div>h3 a {
    font-size: 14px;
}