/*
Theme Name: Supreme IT Mall 2021
Theme URI: https://www.supremeitmall.com/
Theme Name: Supreme IT Mall 2021
Description: Supreme IT Mall 2021 WordPress Theme
Theme Version: 1.0
Author: Supreme IT Mall 2021
Author URI: https://www.supremeitmall.com/
Tags: white, green, custom header, fixed width, two columns, widgets, fully responsive
*/

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    color: #000000;
    background: #fff;
    min-height: 100%;
}

p {
    margin: 0px;
    padding: 0px 0 20px 0;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
}

a {
    color: #272361;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 45px;
    line-height: 45px;
    font-family: "Work Sans", sans-serif;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 45px;
    line-height: 45px;
    font-family: "Work Sans", sans-serif;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 26px;
    font-family: "Work Sans", sans-serif;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    font-family: "Work Sans", sans-serif;
}

h5 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: "Work Sans", sans-serif;
}

h6 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: "Work Sans", sans-serif;
}

address,
blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
frame,
frameset {
    margin: 0;
    padding: 0;
    border: 0px;
    outline: none;
}

label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0;
    outline: none;
    border: 0;
}

a {
    text-decoration: none;
    border: 0px;
    outline: none;
    /* transition: all 0.5s;
     */
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: 0px;
    outline: none;
    transition: all 0.5s;
    color: #4c7998;
}

a img {
    border: none;
    outline: none;
}

a:focus {
    outline: none;
}

border {
    border-collapse: collapse;
}

hr {
    height: 1px;
    background: #333333;
    border: none;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.no-pad {
    padding: 0px !important;
}

.no-mag {
    margin: 0px !important;
}

/* Reset style */
::-moz-selection {
    color: #fff;
    background: #e1392f;
}

::selection {
    color: #fff;
    background: #e1392f;
}

/* home form css */
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #272361;
    opacity: 1;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #272361;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #272361;
    opacity: 1;
}

.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #272361;
    opacity: 1;
}

.form-control,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
input[type="password"],
input[type="number"],
select {
    display: block;
    width: 100%;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #272361;
    height: auto;
    background: none;
    padding: 14px;
    margin-bottom: 20px;
    outline: none;
    border-radius: 4px;
    box-shadow: none;
    line-height: normal;
    border: 1px solid #c9c9c9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea.form-control,
textarea {
    height: 145px;
    resize: none;
    overflow: hidden;
    padding: 14px;
}

.form-control:focus,
textarea.form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

/* home form css */
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    box-shadow: none;
    background: url(assets/images/down-arrow-black.png) no-repeat 94.5% center;
    font-size: 15px;
    color: #7e7e7e;
    height: 48px;
    padding: 0 15px;
    font-family: "Work Sans", sans-serif;
    line-height: normal;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    background-color: #fff;
}

select.form-control:focus {
    border: 1px solid #bcbcbc;
    outline: none;
    background: url(assets/images/down-arrow-black.png) no-repeat 94.5% center;
}

select.form-control option {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 400;
}

.btn {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ec2535;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ec2535;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    box-shadow: none;
    color: #ec2535;
    background-color: #fff;
    border: 1px solid #ec2535;
    text-transform: uppercase;
}

.btn:hover {
    color: #ec2535;
    background-color: #fff;
    border: 1px solid #ec2535;
}

.btn.purple {
    color: #fff;
    background-color: #272361;
    border: 1px solid #272361;
}

.btn.purple:hover {
    color: #272361;
    background-color: #fff;
    border: 1px solid #272361;
}

.btn.wht-border {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn.wht-border:hover {
    color: #fff;
    background-color: #ec2535;
    border: 1px solid #ec2535;
}

.padTopbtm {
    padding: 90px 0;
}

.displayTable {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.displayCell {
    display: table-cell;
    vertical-align: middle;
}

.tableWidth-full {
    width: 100%;
}

.tableWidth-half {
    width: 50%;
    height: 100%;
}

/* menu style */
.navWrap {
    position: relative;
    z-index: 9;
    margin: 0px 0 0 0px;
    float: left;
}

.navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.navigation ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px 15px;
}

.navigation ul li:last-child:after {
    display: none;
}

.navigation ul li:last-child {
    margin-right: 0px;
}

.navigation ul>li a {
    color: #fff;
    padding: 0px;
    line-height: normal;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 0px;
    text-transform: uppercase;
}

.navigation ul>li.arrow a {
    padding-right: 18px;
}

.navigation ul>li.arrow:after {
    content: "";
    width: 10px;
    height: 6px;
    display: block;
    position: absolute;
    right: 0px;
    top: -1px;
    bottom: 0;
    margin: auto;
    background-image: url(assets/images/arrow-down-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.navigation ul>li:hover>a {
    color: #ec2535;
}

.navigation ul li.active>a {
    color: #ec2535;
}

.navigation ul li.active:before {
    width: 100%;
}

.navigation ul>li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 93px;
    left: -15px;
    width: 100%;
    transform: translateY(-20%);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    min-width: 235px;
    background: #ec2535;
    border: 0;
    border-radius: 5px;
    padding: 0px 0px;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}

.navigation ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.navigation ul li>ul li {
    display: block;
    margin: 0px;
    padding: 0;
    border-top: 1px solid #a09eff;
}

.navigation ul li>ul li a {
    color: #fff;
    border: 0;
    padding: 13px 20px 13px 24px;
    margin: 0;
    border-radius: 0;
    height: auto;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
}

.navigation ul li>ul li:last-child a {
    border-bottom: 0;
}

.navigation ul li>ul li:hover>a {
    color: #fff;
    background-color: transparent;
}

.navigation ul li>ul li.active>a {
    color: #fff;
}

.navigation ul>li ul li:last-child {
    border-radius: 0px;
}

.navigation ul ul:before {
    content: " ";
    position: absolute;
    left: 45px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ec2535;
}

.navigation ul ul li:first-child {
    border: none;
}

.navigation ul ul li:before {
    display: none;
}

.navigation ul ul ul {
    top: 0px;
    left: 235px;
}

.navigation ul ul ul:before {
    display: none;
}

a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    float: left;
    width: auto;
    padding: 4px 0;
    min-height: auto;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 12px 13px 10px 13px;
    position: relative;
    top: 0px;
    right: 0;
    left: 0 !important;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color: #ec2535;
    margin: 0;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #272361;
    margin-top: 24px;
    position: absolute;
    z-index: 1;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 9px 15px;
    font-size: 14px;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 10px 30px;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
    box-sizing: border-box;
    font-size: 13px;
}

.mean-container .mean-nav ul li li.active a {
    background: #ca5187;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav>ul>li.active>a,
.mean-container .mean-nav>ul>li.current_page_item>a,
.mean-container .mean-nav>ul>li>a:hover,
.mean-container .mean-nav ul li li a:hover {
    background: #ec2535;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 42px;
    height: 38px;
    padding: 8px 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(202 81 135);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.small_nav {
    position: relative;
}

/* triangle-box */
.triangle-box {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 45px 0;
    border-color: transparent #c0252d transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
    cursor: pointer;
    display: none;
}

.triangle-box.active {
    border-color: transparent #88171e transparent transparent;
}

.triangle-box i {
    color: #fff;
    font-size: 14px;
}

.triangle-box .fa-plus {
    margin: 5px 0 0 25px;
}

.triangle-box .fa-minus {
    display: none;
    margin: 8px 0 0 25px;
    color: #ffffff;
}

.triangle-box.active .fa-plus {
    display: none;
}

.triangle-box.active .fa-minus {
    display: block;
}

/* Header */
.mainHd {
    width: 100%;
    z-index: 99;
    padding: 0px 0px;
    margin: 0px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.header-top {
    width: 100%;
    position: relative;
    margin: 0px 0px;
    padding: 12px 0px;
    background-color: #f9f1f1;
    overflow: hidden;
}

.left-ul-nav {
    position: relative;
    margin: 0px;
    padding: 0px;
    float: left;
}

.left-login {
    position: relative;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    float: left;
}

.left-login ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.left-login ul li {
    display: inline-block;
    position: relative;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

.left-login ul li:last-child {
    margin-right: 0px;
}

.left-login ul li:last-child:after {
    display: none;
}

.left-login ul li:after {
    content: " ";
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 1px;
    height: 10px;
    background-color: #3d3d3d;
    right: -13px;
    top: 5px;
}

.left-login ul li a {
    color: #3d3d3d;
    font-weight: 500;
    display: block;
}

.left-login ul li a:hover {
    color: #ec2535;
}

.left-email-address {
    position: relative;
    margin: 0px;
    padding: 0px;
    float: left;
}

.left-email-address p {
    color: #3d3d3d;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    font-weight: 500;
}

.left-email-address p:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.left-email-address p a {
    color: #3d3d3d;
}

.left-email-address p a:hover {
    color: #ec2535;
}

.right-ul-nav {
    float: right;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.right-wishlist {
    float: right;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.right-wishlist ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.right-wishlist ul li {
    display: inline-block;
    position: relative;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

.right-wishlist ul li:after {
    content: " ";
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 1px;
    height: 10px;
    background-color: #3d3d3d;
    right: -13px;
    top: 5px;
}

.right-wishlist ul li a {
    color: #3d3d3d;
    font-weight: 500;
    display: block;
}

.right-wishlist ul li:last-child {
    margin-right: 0px;
}

.right-wishlist ul li:last-child:after {
    display: none;
}

.right-wishlist ul li a:hover {
    color: #ec2535;
}

.right-wishlist ul li a.heart-icon:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f004";
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.right-wishlist ul li a.cart-icon:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.right-wishlist ul li a .price-rupee:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f156";
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.search-box-item {
    /* max-width: 550px; */
    width: 90%;
    /* position: relative; */
    margin: 18px auto 14px;
    padding: 0px;
    /* float: left; */
}

.search-box-item input[type="text"] {
    font-size: 14px;
    margin: 0px;
    padding: 12px 110px 12px 20px;
}

.search-box-item .btn.purple {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 20px;
    text-transform: none;
}

.header-nav-bottom {
    width: 100%;
    position: relative;
    padding: 15px 0px;
    overflow: hidden;
}

.header-nav-bottom .call-us-today {
    float: right;
    margin: 11px 20px 0 0;
    padding-left: 10px;
    position: relative;
    word-wrap: anywhere;
    width: 15%;
    text-align: right;
}

.header-nav-bottom .call-us-today span {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
}

.header-nav-bottom .call-us-today p {
    padding: 0px;
    margin: 0px 0px 4px;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
}

.header-nav-bottom .call-us-today a {
    font-size: 15px;
    line-height: 25px;
    color: #464141;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
}

.header-nav-bottom .call-us-today a:hover {
    color: #ec2535;
}

.header-nav-bottom .call-us-today p i {
    color: #ec2535;
    font-size: 15px;
}

.logo {
    float: left;
    margin: 0px 0px 0px;
    max-width: 350px;
    position: relative;
    z-index: 1;
    padding: 0px;
    top: 0px;
}
}

.logo a {
    display: block;
    width: 100%;
}

.header-last-bt {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #272361;
}

a.left-departments {
    display: inline-block;
    position: relative;
    float: left;
    background-color: #ec2535;
    color: #fff;
    padding: 12px 30px 12px 20px;
    border-radius: 6px;
    text-transform: uppercase;
}

a.left-departments i {
    margin-right: 4px;
}

a.left-departments:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ec2535;
}

.triangle-box {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 45px 0;
    border-color: transparent #fc4442 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
    cursor: pointer;
    display: none;
}

.triangle-box.active {
    border-color: transparent #bf352b transparent transparent;
}

.triangle-box i {
    color: #fff;
    font-size: 14px;
}

.triangle-box .fa-plus {
    margin: 5px 0 0 30px;
}

.triangle-box .fa-minus {
    display: none;
    margin: 5px 0 0 30px;
}

.triangle-box.active .fa-plus {
    display: none;
}

.triangle-box.active .fa-minus {
    display: block;
}

/* search box toggle */
.searchbox {
    position: absolute;
    width: 300px;
    max-width: 300px;
    right: -1px;
    top: 0;
    opacity: 0;
    height: 40px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    border-top: none;
    background-color: #fff;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.searchbox input[type="search"] {
    width: 300px;
    float: left;
    border: none;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.searchbox input[type="search"]:focus {
    outline: none;
}

.searchbox .closesearch {
    width: 80px;
    float: none;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #63bac4;
    color: #fff;
    line-height: 30px;
    border: none;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.searchbox.open {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

/* scroll top */
.scrollTop {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 2%;
    right: 15px;
    background-color: #ed2536;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}

.scrollTop i {
    position: relative;
    top: 1px;
}

.scrollTop:hover,
.scrollTop:focus {
    color: #fff;
    border: 2px solid #fff;
}

.scrollTop.pop {
    opacity: 1;
    visibility: visible;
}

/* opacity */
.opacity1 {
    opacity: 1 !important;
}

/* banner-home */
.banner-item-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 15px 0px 60px;
}

.banner-slide-home {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-slide-home .item-slide,
.banner-slide-home .slick-track,
.banner-slide-home .slick-list {
    height: 100%;
}

.banner-slide-home .slick-arrow {
    width: 26px;
    height: 47px;
    font-size: 0px;
    background-color: transparent;
    border: 0px;
    outline: none;
    position: absolute;
    bottom: 0px;
    top: 0;
    margin: auto;
    z-index: 1;
}

.banner-slide-home .slick-prev.slick-arrow {
    background-image: url(assets/images/arrow-left.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
}

.banner-slide-home .slick-next.slick-arrow {
    background-image: url(assets/images/arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
}

.banner-item-bx {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.banner-item-bx .banner-img,
.banner-item-bx .banner-img img {
    width: 100%;
    /* height: 100%; */
    position: relative;
    object-fit: cover;
}

.banner-item-bx .middle-banner {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.banner-item-bx .middleTextBan {
    width: calc(100% - 40%);
    position: absolute;
    text-align: left;
    margin: 0px auto;
    z-index: 1;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: auto;
    right: auto;
    text-align: left;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 0;
}

.banner-item-bx .middleTextBan h2 {
    font-size: 129px;
    line-height: 110px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Bebas Neue", cursive;
    font-style: italic;
    position: relative;
    display: inline-block;
}

.banner-item-bx .middleTextBan h3 {
    font-size: 40px;
    line-height: 45px;
    color: #f45c11;
    margin: 0px 0px 15px;
    padding: 0px 0px 10px;
    font-family: "Bebas Neue", cursive;
    font-style: italic;
    position: relative;
    display: inline-block;
}

.banner-item-bx .middleTextBan h3:after {
    content: " ";
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0px;
    bottom: 0px;
}

.banner-item-bx .middleTextBan h4 {
    font-family: "Bebas-Neue-Book";
    font-size: 37px;
    line-height: 34px;
    color: #fff;
    margin: 0px 0px 10px;
}

.banner-item-bx .middleTextBan p {
    width: calc(100% - 130px);
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 0px 0px 15px;
}

.banner-item-bx .item-ban-img {
    float: right;
    position: relative;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    height: 100%;
}

.banner-item-bx .item-ban-img img {
    height: 100%;
}

.group-banner-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.item-ads-bx {
    position: relative;
    margin: 0px 0px 14px;
    padding: 0px;
}

.item-ads-bx .ads-box-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.item-ads-bx .ads-box-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-ads-bx .ads-caption-mid {
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
    padding: 20px;
}

.item-ads-bx.one .ads-caption-mid h2 {
    color: #fff;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: "Teko", sans-serif;
    font-size: 39px;
    line-height: 37px;
    font-weight: 600;
    text-transform: uppercase;
}

.item-ads-bx.one .ads-caption-mid h3 {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    color: #f2ae1d;
    font-size: 30px;
    line-height: 32px;
    margin: 5px 0px 10px;
}

.item-ads-bx.two .ads-caption-mid h2 {
    color: #fff;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: "Teko", sans-serif;
    font-size: 40px;
    line-height: 37px;
    font-weight: 700;
    text-transform: uppercase;
}

.item-ads-bx .ads-caption-mid p {
    color: #fff;
    padding: 0px 0px 15px;
}

.item-ads-bx.two {
    margin-bottom: 0px;
}

/* inner-banner */
.inner-bn {
    background: #c68dcc;
    position: relative;
}

.inner-bn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-bn-mdl {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
}

.inner-bn-cont h1 {
    font-size: 57px;
    line-height: 60px;
    color: #283297;
    font-family: "Work Sans", sans-serif;
}

/* arrivel-section */
.arrival-seller-featured-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 70px;
}

.heading-txt-top {
    width: 100%;
    position: relative;
    margin: 0px 0px 30px;
    padding: 13px 0px;
    overflow: hidden;
    border-bottom: 1px solid #bdbdbd;
}

.heading-txt-top .left-tabs-group {
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.heading-txt-top .left-tabs-group .nav-tabs {
    border: none;
}

.heading-txt-top .left-tabs-group .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

.heading-txt-top .left-tabs-group .nav-tabs>li:first-child a {
    padding-left: 0px;
}

.heading-txt-top .left-tabs-group .nav-tabs>li:last-child a {
    padding-right: 0px;
    border: none;
}

.heading-txt-top .left-tabs-group .nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border: none;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    color: #444446;
    text-transform: uppercase;
    border-right: 1px solid #bdbdbd;
    padding: 9px 27px;
}

.heading-txt-top .left-tabs-group .nav-tabs>li.active>a,
.heading-txt-top .left-tabs-group .nav-tabs>li.active>a:focus {
    color: #000000;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: 700;
}

/*.heading-txt-top .left-tabs-group .nav-tabs>li>a.active {
    color: #000000;
     background-color: #fff;
     border-bottom-color: transparent;
     cursor: default;
}
*/
.heading-txt-top .left-tabs-group .nav>li>a:focus,
.heading-txt-top .left-tabs-group .nav>li>a:hover,
.heading-txt-top .left-tabs-group .nav-tabs>li>a.active {
    font-weight: 700;
    color: #000;
    background-color: transparent;
}

/*.heading-txt-top .left-tabs-group .nav>li>a:hover {
    color:#000;
     background-color:transparent
}
*/
.right-arrow-slide {
    float: right;
    position: relative;
}

.right-arrow-slide .sameArrow {
    display: inline-block;
    position: relative;
    background-color: #272361;
    width: 34px;
    height: 31px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

.arrival-slide .slick-arrow {
    display: inline-block;
    position: absolute;
    background-color: #272361;
    width: 34px;
    height: 31px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: none;
    font-size: 0px;
    outline: none;
    top: 0px;
    right: 0px;
    margin-top: -79px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.arrival-slide .slick-arrow:hover {
    background-color: #ff0000;
}

.arrival-slide .slick-prev {
    margin-right: 45px;
}

.arrival-slide .slick-prev:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.arrival-slide .slick-next:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.item-products {
    position: relative;
    min-height: 365px;
    width: 100%;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.item-products .new-products {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #0363cd;
    z-index: 10;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}

.item-products .discount {
    position: absolute;
    width: 49px;
    height: 49px;
    text-align: center;
    background-color: #ff0000;
    z-index: 10;
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}

.item-products .products-img {
    width: 100%;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px;
}

.item-products .products-img a {
    display: block;
}

.item-products .products-img img {
    width: 100%;
    position: relative;
}

.item-products .products-item-details {
    text-align: center;
    position: relative;
}

.item-products .products-item-details h3,
.item-products .products-item-details h3 a {
    font-size: 18px;
    line-height: 18px;
    color: #272361;
    font-weight: 700;
    margin: 0px 0px;
}

.item-products .products-item-details h3 a {
    display: inline-block;
    margin: 0px 0px 5px;
}

.item-products .products-item-details h3 a:hover {
    color: #ff0000;
}

.item-products .products-item-details h4 {
    font-size: 14px;
    line-height: 24px;
    color: #ff0000;
    font-weight: 700;
}

.item-products .products-item-details h4 del {
    font-size: 20px;
    color: #0079c2;
}

.item-products .products-item-details .rate-starts {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.item-products .products-item-details .rate-starts span {
    color: #d7d7d7;
    font-size: 13px;
}

.item-products .products-item-details .rate-starts span.checked {
    color: #ffd220;
}

/* two ads box */
.ads-two-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 60px;
}

.box-ads-products {
    position: relative;
    margin: 0px;
    width: 100%;
    padding: 10px 0px;
}

.box-ads-products .bx-ads-prd-bg {
    width: 100%;
    position: relative;
}

.box-ads-products .bx-ads-prd-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-ads-products .adjust-abs-ads {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    box-sizing: border-box;
    padding: 30px;
}

.box-ads-products .adjust-abs-ads .brand-logo {
    position: absolute;
    width: 80px;
    right: 15px;
    top: 10px;
}

.box-ads-products .adjust-abs-ads .ads-img-insert {
    position: relative;
    height: 100%;
}

.box-ads-products .adjust-abs-ads .ads-img-insert img {
    height: 100%;
}

.box-ads-products .adjust-abs-ads .ads-text-insert {
    position: absolute;
    width: 250px;
    text-align: left;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: auto;
    right: 15px;
    text-align: left;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 0;
}

.box-ads-products .adjust-abs-ads .ads-text-insert h2 {
    font-family: "Oswald", sans-serif;
    font-size: 29px;
    line-height: 30px;
    color: #fff;
    margin: 0px 0px 20px;
    text-transform: uppercase;
}

.box-ads-products .adjust-abs-ads .ads-text-insert h3 {
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}

.box-ads-products .adjust-abs-ads .ads-text-insert h3 .price-shw {
    font-size: 30px;
    line-height: 30px;
    color: #ff0000;
    margin-left: 10px;
}

.box-ads-products .adjust-abs-ads .ads-text-insert h3 .price-shw:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f156";
    margin-right: 2px;
    position: relative;
    top: 0px;
    font-size: 24px;
}

/* heading */
.left-heading-txt {
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.left-heading-txt h1,
.left-heading-txt h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    color: #444446;
    text-transform: uppercase;
    font-weight: 700;
}

/* accessories */
.accessories-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 60px;
}

.group-item-products {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.accessories-slide .slick-arrow {
    display: inline-block;
    position: absolute;
    background-color: #272361;
    width: 34px;
    height: 31px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: none;
    font-size: 0px;
    outline: none;
    top: 0px;
    right: 0px;
    margin-top: -70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accessories-slide .slick-arrow:hover {
    background-color: #ff0000;
}

.accessories-slide .slick-prev {
    margin-right: 45px;
}

.accessories-slide .slick-prev:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.accessories-slide .slick-next:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

/* processor */
.processor-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 60px;
}

.group-item-products {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.processor-slide .slick-arrow {
    display: inline-block;
    position: absolute;
    background-color: #272361;
    width: 34px;
    height: 31px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: none;
    font-size: 0px;
    outline: none;
    top: 0px;
    right: 0px;
    margin-top: -70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.processor-slide .slick-arrow:hover {
    background-color: #ff0000;
}

.processor-slide .slick-prev {
    margin-right: 45px;
}

.processor-slide .slick-prev:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.processor-slide .slick-next:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

/* monitor section */
.monitor-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 40px;
}

.monitor-ads-bx {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #ececec;
}

.monitor-ads-heading {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 20px 0px 23px;
    background-color: #ed2536;
}

.monitor-ads-heading h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: "Bebas";
    color: #fff;
    text-align: center;
}

.monitor-ads-txt {
    width: 100%;
    position: relative;
    padding: 20px 12px;
    box-sizing: border-box;
}

.monitor-ads-txt h2 {
    font-size: 45px;
    line-height: 48px;
    font-family: "Bebas";
    color: #000000;
    font-weight: 700;
    margin: 0px 0px 25px;
}

.monitor-ads-txt h2 span {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    display: inherit;
}

.monitor-ads-txt h3 {
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.monitor-ads-txt h3 .price-icon {
    color: #ff0000;
    font-size: 20px;
}

.monitor-ads-txt h3 .price-icon:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f156";
    margin-right: 2px;
    position: relative;
    top: 0px;
}

.monitor-ads-img {
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    background-color: #ececec;
}

.monitor-ads-img img {
    width: 100%;
}

.monitor-slide .slick-arrow {
    display: inline-block;
    position: absolute;
    background-color: #272361;
    width: 34px;
    height: 31px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: none;
    font-size: 0px;
    outline: none;
    top: 0px;
    right: 0px;
    margin-top: -70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.monitor-slide .slick-arrow:hover {
    background-color: #ff0000;
}

.monitor-slide .slick-prev {
    margin-right: 45px;
}

.monitor-slide .slick-prev:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.monitor-slide .slick-next:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.monitor-slide .item-products {
    margin: 0px 0px 20px;
}

.monitor-slide .item-products .products-item-details h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 3px;
}

.monitor-slide .item-products .products-item-details {
    margin: 0px 0px 2px;
}

.monitor-slide .item-products .products-img {
    margin: 0px 0px 8px;
}

/* sale-offer-section */
.sale-offer-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 50px;
}

.sale-offer-section a {
    display: block;
}

.sale-offer-item {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 20px 90px;
    background-color: #000000;
    box-sizing: border-box;
}

.sale-offer-text {
    width: calc(100% - 420px);
    position: relative;
    margin: 20px 0px;
    padding: 0px;
    float: left;
}

.sale-offer-text h3 {
    color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 34px;
    position: relative;
    font-family: "Eurostile-Bold";
    margin: 0px 0px 20px;
}

.sale-offer-text h2 {
    color: #fff;
    position: relative;
    font-size: 49px;
    line-height: 45px;
    position: relative;
    font-family: "Eurostile-Bold";
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.sale-offer-text h4 {
    color: #fff;
    position: relative;
    font-size: 21px;
    line-height: 24px;
    position: relative;
    font-family: "Eurostile-Bold";
    text-transform: uppercase;
}

.sale-offer-text h4 span.price-icon:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f156";
    margin-right: 2px;
    position: relative;
    top: 0px;
}

.sale-offer-text h4 span {
    margin-left: 3px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
}

.sale-offer-item:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 171px;
    height: 157px;
    background-image: url(assets/images/left-triangle.png);
    background-size: contain;
}

.sale-offer-item:after {
    content: " ";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 171px;
    height: 157px;
    background-image: url(assets/images/right-triangle.png);
    background-size: contain;
}

/* mouses section */
.mouses-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 60px;
}

.heading-txt-top .mouses-tabs-group {
    float: right;
    position: relative;
    margin: 0px 100px 7px 0px;
    padding: 0px;
}

.heading-txt-top .mouses-tabs-group .nav-tabs {
    border: none;
}

.heading-txt-top .mouses-tabs-group .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

.heading-txt-top .mouses-tabs-group .nav-tabs>li:first-child a {
    padding-left: 0px;
}

.heading-txt-top .mouses-tabs-group .nav-tabs>li:last-child a {
    padding-right: 0px;
    border: none;
}

.heading-txt-top .mouses-tabs-group .nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 16px;
    color: #444446;
    text-transform: none;
    border-right: 1px solid #bdbdbd;
    padding: 3px 15px;
}

.heading-txt-top .mouses-tabs-group .nav-tabs>li.active>a,
.heading-txt-top .mouses-tabs-group .nav-tabs>li.active>a:focus {
    color: #ff0000;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: 700;
}

.heading-txt-top .mouses-tabs-group .nav-tabs>li.active>a:hover {
    color: #ff0000;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default;
}

.heading-txt-top .mouses-tabs-group .nav>li>a:focus,
.heading-txt-top .mouses-tabs-group .nav>li>a.active {
    font-weight: 700;
    color: #ff0000;
    background-color: transparent;
}

.heading-txt-top .mouses-tabs-group .nav>li>a:hover {
    color: #ff0000;
    background-color: transparent;
}

.mouses-slide .slick-arrow {
    display: inline-block;
    position: absolute;
    background-color: #272361;
    width: 34px;
    height: 31px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: none;
    font-size: 0px;
    outline: none;
    top: 0px;
    right: 0px;
    margin-top: -79px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mouses-slide .slick-arrow:hover {
    background-color: #ff0000;
}

.mouses-slide .slick-prev {
    margin-right: 45px;
}

.mouses-slide .slick-prev:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.mouses-slide .slick-next:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

/* graphic cards section */
.graphic-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 40px;
}

.graphic-ads-bx {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #060606;
}

.graphic-ads-heading {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 20px 0px 23px;
    background-color: #ed2536;
}

.graphic-ads-heading h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: "Bebas";
    color: #fff;
    text-align: center;
}

.graphic-ads-txt {
    width: 100%;
    position: relative;
    padding: 30px 10px 40px;
    box-sizing: border-box;
}

.graphic-ads-txt h2 {
    font-size: 45px;
    line-height: 48px;
    font-family: "Bebas";
    color: #fff;
    font-weight: 700;
    margin: 0px 0px 25px;
}

.graphic-ads-txt h2 span {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    display: inherit;
}

.graphic-ads-txt h3 {
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.graphic-ads-txt h3 .price-icon {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.graphic-ads-txt h3 .price-icon:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f156";
    margin-right: 2px;
    position: relative;
    top: 0px;
}

.graphic-ads-img {
    width: 100%;
    position: relative;
}

.graphic-ads-img img {
    width: 100%;
}

.graphic-slide .slick-arrow {
    display: inline-block;
    position: absolute;
    background-color: #272361;
    width: 34px;
    height: 31px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: none;
    font-size: 0px;
    outline: none;
    top: 0px;
    right: 0px;
    margin-top: -70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.graphic-slide .slick-arrow:hover {
    background-color: #ff0000;
}

.graphic-slide .slick-prev {
    margin-right: 45px;
}

.graphic-slide .slick-prev:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.graphic-slide .slick-next:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.graphic-slide .item-products {
    margin: 0px 0px 20px;
}

.graphic-slide .item-products .products-item-details h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 3px;
}

.graphic-slide .item-products .products-item-details {
    margin: 0px 0px 2px;
}

.graphic-slide .item-products .products-img {
    margin: 0px 0px 8px;
}

/* mouses section */
.ssdCards-section {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 60px;
}

.ssdCards-slide .slick-arrow {
    display: inline-block;
    position: absolute;
    background-color: #272361;
    width: 34px;
    height: 31px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: none;
    font-size: 0px;
    outline: none;
    top: 0px;
    right: 0px;
    margin-top: -70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ssdCards-slide .slick-arrow:hover {
    background-color: #ff0000;
}

.ssdCards-slide .slick-prev {
    margin-right: 45px;
}

.ssdCards-slide .slick-prev:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

.ssdCards-slide .slick-next:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 20px;
}

/* footer */
.mainft {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 40px;
    background-color: #f2f2f2;
}

.four-information {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 40px 0px 20px;
    border-bottom: 1px solid #e7e7e7;
}

.item-information {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
}

.item-information .information-icon {
    width: 100%;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px;
    text-align: center;
}

.item-information .item-heading-information {
    position: relative;
    margin: 0px 0px 10px;
    padding: 0px;
}

.item-information .item-heading-information h3 {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}

.link-quick-group {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 45px 0px 15px;
}

.item-link-bx {
    width: 100%;
    position: relative;
    margin: 0px 0px 30px;
    padding: 0px;
}

.item-link-bx .logo-ft {
    display: inline-block;
    position: relative;
    margin: 0px 0px 25px;
    padding: 0px;
}

.item-link-bx .logo-ft a {
    display: block;
}

.item-link-bx ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.item-link-bx ul li {
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px;
}

.item-link-bx ul li a,
.item-link-bx ul li p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}

.item-link-bx ul li a span,
.item-link-bx ul li p span {
    font-weight: 700;
}

.item-link-bx ul li a:hover {
    color: #ed2536;
}

.item-link-bx h2 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin: 20px 0px 30px;
}

.item-link-bx.social-item ul {
    padding: 0px;
    margin: 0px 0px 30px;
}

.item-link-bx.social-item ul li {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: auto;
}

.item-link-bx.social-item ul li a {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #ccc;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.item-link-bx.social-item ul li:nth-child(1) a {
    background-color: #3db7d4;
}

.item-link-bx.social-item ul li:nth-child(2) a {
    background-color: #df7c13;
}

.item-link-bx.social-item ul li:nth-child(3) a {
    background-color: #e1392f;
}

.item-link-bx.social-item ul li:nth-child(4) a {
    background-color: #395693;
}

.item-link-bx.social-item ul li:nth-child(5) a {
    background-color: #bd277b;
}

.item-link-bx.social-item ul li:nth-child(6) a {
    background-color: #bc18af;
}

.item-link-bx.social-item ul li a:hover {
    opacity: 0.6;
}

.newsletter-item {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.newsletter-item h2 {
    padding: 0px 0px 13px;
    margin: 0px 0px 12px;
    border-bottom: 1px solid #c2c2c2;
}

.newsletter-item form {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.newsletter-item input[type="email"] {
    font-size: 14px;
    color: #919191;
    padding: 11px 110px 11px 15px;
    position: relative;
    margin: 0px;
}

.newsletter-item input[type="email"]::-webkit-input-placeholder {
    color: #919191;
}

.newsletter-item input[type="email"]:-ms-input-placeholder {
    color: #919191;
}

.newsletter-item input[type="email"]::placeholder {
    color: #919191;
}

.newsletter-item .btn {
    background-color: #e1392f;
    position: absolute;
    bottom: 1px;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    text-transform: none;
}

.newsletter-item .btn:hover,
.newsletter-item .btn:focus {
    background-color: #fff;
    text-transform: none;
}

.last-ft-link {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.last-ft-link .home-link {
    position: relative;
    margin: 0px 0px 35px;
    padding: 0px;
}

.last-ft-link .home-link ul {
    padding: 0px;
    margin: 0px 0px;
    list-style: none;
    text-align: center;
}

.last-ft-link .home-link ul li {
    display: inline-block;
    position: relative;
    margin: 0px 10px;
    padding: 0px;
}

.last-ft-link .home-link ul li a {
    color: #000000;
    position: relative;
    font-weight: 500;
}

.last-ft-link .home-link ul li a:hover {
    color: #e1392f;
}

.last-ft-link .home-link ul li:after {
    content: "/";
    position: absolute;
    right: -15px;
    margin: 0px;
    padding: 0px;
    color: #000;
}

.last-ft-link .home-link ul li:last-child:after {
    display: none;
}

.pay-icon {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.pay-icon ul {
    padding: 0px;
    margin: 0px 0px 40px;
    list-style: none;
    text-align: center;
}

.pay-icon ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.pay-icon ul li a {
    display: block;
    padding: 0px;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
}

/* productPg */
.inner-wrapper {
    position: relative;
    z-index: 1;
    padding: 30px 0 0;
}

.productPg {
    padding: 50px 0 85px 0;
}

.inner-breadcrumb {
    margin: 0 0 42px;
}

.inner-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.inner-breadcrumb ul li,
.inner-breadcrumb ul li a {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #939499;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.inner-breadcrumb ul li {
    margin-right: 40px;
}

.inner-breadcrumb ul li:last-child {
    margin-right: 0;
}

.inner-breadcrumb ul li a:after {
    content: "";
    position: absolute;
    background: url(assets/images/bread-arrow.png) no-repeat 0 0;
    right: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 8px;
}

.inner-breadcrumb ul li a:hover {
    color: #ec2535;
}

.inner-breadcrumb ul li.active {
    color: #ec2535;
    font-weight: 500;
}

.inner-breadcrumb ul li a img.normal {
    display: inline-block;
    margin-top: -5px;
}

.inner-breadcrumb ul li a img.hover {
    display: none;
}

.inner-breadcrumb ul li a:hover img.normal {
    display: none;
}

.inner-breadcrumb ul li a:hover img.hover {
    display: inline-block;
    margin-top: -5px;
}

.product-view-area a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    margin: 2px 0 0 0;
}

.product-view-area a.active {
    color: #ec2535;
}

.product-view-area a:first-child {
    margin-right: 5px;
}

.product-sort-area label {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: 6px;
}

.product-sort-area select {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    background: url(assets/images/down-arrow.jpg) no-repeat 97% center;
    border: none;
    border-top: 1px solid #bfbfbf;
    border-bottom: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #bfbfbf;
    padding: 9px 7px;
    margin-bottom: 0;
    border-radius: 0;
    position: static !important;
    height: inherit !important;
    opacity: 1 !important;
}

.product-sort-area .row {
    margin: 0 -2px;
}

.product-sort-area [class*="col-"] {
    padding: 0 2px;
}

.productRightTop {
    margin-bottom: 42px;
}

.product-box {
    border: 1px solid #e0e0e0;
    padding: 9px 14px 30px;
    text-align: center;
    margin: 0 0 25px;
}

.product-list {
    width: 100%;
}

.productListView {
    width: 100%;
}

.productListView .caption {
    margin: 0px !important;
    min-height: auto !important;
    padding-bottom: 20px;
}

.product-round-area {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    text-align: center;
    margin: 0 0 8px;
}

.product-round-area.red-bg {
    background: #ec2535;
}

.product-round-area.black-bg {
    background: #616161;
}

.product-round-area h4 {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 15px;
}

.product-round-area.red-bg h4 {
    font-size: 12px;
}

.product-round-area.black-bg h4 {
    font-size: 16px;
}

.product-img {
    margin: 0 0 22px;
}

.product-img img {
    margin: 0 auto;
}

.product-cont p {
    font-weight: 500;
    color: #2f2f2f;
    line-height: 17px;
    padding: 0 0 10px;
}

.product-cont p a {
    color: #2f2f2f;
}

.product-cont p a:hover {
    color: #f20303;
}

.product-cont h4 {
    text-transform: uppercase;
}

.product-cont h4 a {
    color: #f20303;
}

.product-cont h3 {
    font-weight: 700;
    color: #f20303;
    font-size: 18px;
}

.product-cont h3 del {
    color: #2d2d2d;
}

.product-box button {
    transition: all 0.5s ease-in-out !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    background-color: #f20303 !important;
    font-family: "Open Sans", sans-serif !important;
    border: 1px solid #f20303 !important;
    padding: 5px 10px !important;
    color: #fff !important;
    width: auto !important;
    float: none !important;
    font-weight: normal !important;
    line-height: normal !important;
}

.product-thumb .button-group {
    background: none !important;
    border: none !important;
}

.product-view-area button {
    background-color: #f20303 !important;
    background-image: none !important;
}

.product-view-area .active {
    background-color: #f20303 !important;
    color: #fff !important;
}

.productRightMdl {
    margin-bottom: 50px;
}

.product-pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-pagination ul li {
    display: inline-block;
    margin-right: 5px;
}

.product-pagination ul li:last-child {
    margin: 0;
}

.product-pagination ul li a {
    display: block;
    background-color: #e7e7e7;
    width: 43px;
    height: 42px;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    line-height: 42px;
}

.product-pagination ul li:last-child a {
    font-weight: 400;
    width: 76px;
}

.showing-result {
    text-align: right;
}

.showing-result p {
    font-weight: 400;
    padding: 0;
    margin-top: 13px;
}

/* contact-pg */
.contact-pg {
    padding: 0 0 85px;
}

.contact-map {
    margin: 0 0 50px;
    height: 417px;
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-map-icon {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    width: 57px;
    margin: 0 auto;
}

.contact-left h1 {
    font-weight: 600;
    font-size: 22px;
    color: #272361;
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: 26px;
}

.contact-left label {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #272361;
    margin: 0 0 5px;
}

.contact-left input[type="submit"] {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: none;
    background-color: #e1392f;
    border: 1px solid #e1392f;
    padding: 17px 52px;
    margin-top: 10px;
}

.contact-left input[type="submit"]:hover {
    background-color: #fff;
    color: #e1392f;
}

.contact-right {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 70px 35px;
}

.contact-right h3 {
    font-weight: 700;
    font-size: 22px;
    color: #272361;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.contact-right p {
    font-weight: 400;
    color: #050505;
    line-height: 18px;
    padding: 0 0 35px;
}

.contact-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-right ul li {
    margin: 0 0 25px;
    border-bottom: 1px solid #c5c5d2;
    padding-bottom: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #080808;
    position: relative;
    padding-left: 25px;
}

.contact-right ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-right ul li.location:before {
    background: url(assets/images/address-img.png) no-repeat 0 0;
    width: 18px;
    height: 23px;
    top: 1px;
}

.contact-right ul li.phone:before {
    background: url(assets/images/phone-img.png) no-repeat 0 0;
    width: 17px;
    height: 17px;
}

.contact-right ul li.email:before {
    background: url(assets/images/email-img.png) no-repeat 0 0;
    width: 20px;
    height: 15px;
}

.contact-right ul li a {
    color: #080808;
}

.contact-right ul li a:hover {
    color: #e1392f;
}

.contact-right ul li:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-right ul li h4 {
    font-weight: 700;
    font-size: 18px;
    color: #272361;
    margin: 0 0 8px;
}

/* about-pg */
.about-pg {
    position: relative;
    z-index: 1;
}

.about-supreme {
    padding: 60px 0;
}

.about-supreme-detls h2 {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin: 0 0 22px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.about-supreme-detls p {
    font-weight: 400;
    line-height: 24px;
}

.about-supreme-detls p:last-child {
    padding: 0;
}

.about-supreme-detls {
    padding: 0;
}

.about-supreme-mall {
    padding: 70px 0;
    background: #efeeee;
}

.supreme-mall-heading {
    text-align: center;
    padding: 0 132px;
    margin: 0 0 50px;
}

.supreme-mall-heading h2 {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin: 0 0 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.supreme-mall-heading p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.about-table-area h3 {
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    margin: 0 0 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.about-table-area .table {
    margin: 0;
}

.about-table-area .table>tbody>tr>td {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #010101;
    padding: 17px 17px 17px 80px;
    border-bottom: 1px solid #c5c2c2;
    border-top: none;
    border-right: 1px solid #c5c2c2;
    position: relative;
}

.about-table-area .table>tbody>tr>td:last-child {
    border-right: none;
}

.about-table-area .table>tbody>tr>td:first-child:before {
    content: "";
    position: absolute;
    background: url(assets/images/tick-img.png) no-repeat 0 0;
    left: 28px;
    top: 22px;
    width: 22px;
    height: 20px;
}

.about-table-area .table>tbody>tr:nth-child(odd) {
    background: #dedede;
}

.about-table-area .table>tbody>tr:nth-child(even) {
    background: #d5d5d5;
}

.about-featured {
    background: url(assets/images/about-featured-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 65px 0 10px;
}

.about-featured-cont h3 {
    font-family: "Eurostile-Bold";
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px;
}

.about-featured-cont h2 {
    font-family: "Eurostile-Bold";
    font-weight: bold;
    font-size: 63px;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px;
}

.about-featured-cont {
    margin-top: 60px;
}

/* product-details-Pg */
.product-details-top {
    margin: 0 0 80px;
}

.product-details-img {
    border: 1px solid #dedede;
    text-align: center;
    padding: 90px 0;
    margin-bottom: 35px;
    margin-right: 2px;
}

.product-details-img img {
    margin: 0 auto;
}

.product-nav-img {
    cursor: pointer;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    padding: 10px 4px;
    transition: all 0.5s;
}

.product-nav-img img {
    margin: 0 auto;
}

.product-nav-img:hover {
    border: 1px solid #cb4f29;
}

.product-nav-img.slick-current {
    border: 1px solid #cb4f29;
}

.product-heading h1 {
    font-weight: 600;
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    line-height: 32px;
    margin: 0 0 5px;
}

.product-heading h3 {
    font-weight: 400;
    font-size: 27px;
    color: #ec2535;
    margin: 0 0 25px;
}

.product-heading h3 del {
    font-size: 16px;
    color: #000000;
}

.product-heading p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 18px;
}

.product-heading {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 35px;
    margin: 0 0 35px;
}

.product-quantity h4 {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin: 0 0 10px;
}

.product-quantity input[type="number"] {
    max-width: 73px;
    display: inline-block;
    border: 1px solid #dedede;
    margin-bottom: 20px !important;
    border-radius: 0;
    padding: 10px 5px;
    margin: 0;
    font-weight: 600;
    color: #000;
}

.product-quantity {
    margin: 0 0 20px;
}

.product-quantity a.cart {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #ec2535;
    padding: 9px 35px;
}

.product-quantity a.cart:hover {
    background: #272361;
}

.product-details-right button.btn-default {
    background-color: red !important;
    background-image: none;
}

.product-details-right a.wishlist {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7c7c7c;
    margin: 0 0 30px;
    display: inline-block;
}

.product-details-right a.wishlist:hover {
    color: #ec2535;
}

.product-details-right a.wishlist i {
    font-size: 19px;
    vertical-align: middle;
}

.product-details-right .btn-primary {
    background-image: none;
}

.product-tab-area a {
    color: #272361;
}

.rating a {
    color: #272361;
}

.product-detls-social {
    margin: 0 0 40px;
}

.product-details-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-details-right ul li {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7c7c7c;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e7e7e7;
}

.product-details-right ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.product-details-right ul li a {
    color: #7c7c7c;
}

.product-tab-area .tab_drawer_heading {
    display: none;
}

.product-tab-area ul.tabs {
    margin: 0 0 20px;
    padding: 0 0 8px;
    list-style-type: none;
    border-bottom: 1px solid #d6d6d6;
}

.product-tab-area ul.tabs li {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7c7c7c;
    cursor: pointer;
    display: inline-block;
    margin-right: 100px;
    position: relative;
}

.product-tab-area ul.tabs li:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 2px;
    background: #aaaaaa;
    right: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-tab-area ul.tabs li:last-child {
    margin: 0;
}

.product-tab-area ul.tabs li:last-child:after {
    display: none;
}

.product-tab-area ul.tabs li:hover {
    color: #ec2535;
}

.product-tab-area ul.tabs li.active {
    color: #ec2535;
    font-weight: 700;
}

.product-tab-area .tab_container {
    clear: both;
}

.product-tab-area .tab_content {
    display: none;
}

.product-tab-cont h3 {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.product-tab-cont p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 35px;
}

.product-tab-area {
    margin: 0 0 20px;
}

.product-slider-area h2 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 10px;
    margin: 0 0 25px;
    text-transform: uppercase;
    line-height: 26px;
}

.product-slider-area {
    position: relative;
}

.product-slider-area .slideBtn {
    position: absolute;
    right: 0;
    top: 4px;
}

.product-slider-area .slideBtn .samearrow {
    float: left;
    margin-right: 2px;
    width: 21px;
    height: 21px;
}

.product-slider-area .slideBtn .samearrow:last-child {
    margin-right: 0;
}

.product-slider-area .slideBtn .samearrow a {
    display: block;
    position: relative;
    background-color: #272361;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 21px;
    height: 21px;
    line-height: 21px;
}

.product-slider-area .slideBtn .samearrow a i {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*product left*/
.productLeft h3 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    color: #000;
    position: relative;
    cursor: pointer;
    margin-bottom: 11px;
    padding-right: 15px;
}

.productLeft h3 i {
    position: absolute;
    top: 3px;
    right: 0;
    color: #757676;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.productLeft h3.active .fa {
    transform: rotate(90deg);
}

.productLeft label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent !important;
}

.expanddablebox {
    margin-bottom: 22px;
}

.numbers .ui-slider {
    height: auto;
    margin: 0;
    padding: 0;
    float: none;
    width: 70px;
    float: left;
}

.numbers .ui-slider:nth-child(2) {
    float: right;
}

.numbers .ui-slider .ui-slider-input {
    padding: 0;
    margin: 0;
}

.expandbx-content .ui-rangeslider .ui-rangeslider-sliders {
    margin: 10px 7px 0;
}

.expandbx-content .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child,
.expandbx-content .ui-slider-track {
    height: 6px;
}

.expandbx-content .ui-slider-bg.ui-button-active {
    background-color: #000;
    border-color: #000;
}

.expandbx-content .ui-slider-track .ui-button.ui-slider-handle {
    margin: -7px 0 0 -7px;
    width: 13px;
    height: 13px;
}

.expandbx-content .ui-hidden-accessible,
.expandbx-content .ui-helper-hidden-accessible {
    position: static !important;
    height: auto;
    width: auto;
    overflow: hidden;
    clip: inherit;
}

.productLeft label span,
.select-bx span {
    display: none !important;
}

.ui-selectmenu {
    margin: 0;
}

.select-bx .ui-selectmenu-button {
    background-color: transparent;
    border-color: transparent;
    /* color: transparent;
     */
    text-shadow: none;
    padding: 0 !important;
    box-shadow: none;
    border: none;
}

.expandbx-content {
    display: none;
}

.expandbx-content.open {
    display: block;
}

.w202 {
    position: relative;
    width: 210px;
    float: left;
}

.w202 ul {
    list-style: none;
    border: 1px solid #ec2535;
    position: absolute;
    top: 44px;
    left: 0;
    right: 1px;
    margin: 0;
    background-color: #272361;
    display: none;
}

.w202 ul li {
    position: relative;
    float: none;
    display: block;
    border-bottom: 1px solid #ec2535;
}

.w202 ul li:last-child {
    border-bottom: none;
}

.w202 ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
}

.w202 ul li a:hover {
    background-color: #fff;
    color: #ec2535;
}

/*nav drop down*/
/*1st sub level menu*/
#primary_nav_wrap ul li ul {
    position: absolute;
    top: 0px !important;
    /* no need to change, as true value set by script */
    _top: -1em;
    /* no need to change, as true value set by script */
    left: 205px;
    display: block !important;
    visibility: hidden;
    z-index: 999;
    padding: 0px;
    margin: 0px;
    background: #272361;
    width: 180px;
    border: 1px solid #ec2535;
}

#primary_nav_wrap ul li:hover>ul {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#primary_nav_wrap ul li ul li {
    position: relative;
    display: list-item;
    float: none;
    padding: 5px;
    margin: 0px;
    background: none !important;
    border-bottom: 1px solid #ec2535;
    text-align: left;
}

#primary_nav_wrap ul li ul li:last-child {
    border-bottom: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#primary_nav_wrap ul li ul li ul {
    left: 180px;
    /* no need to change, as true value set by script */
    top: 0px !important;
    padding: 0px;
    margin: 0px;
    position: absolute;
    background: #272361;
}

#primary_nav_wrap ul li ul li ul li a {
    color: #fff;
}

#primary_nav_wrap ul li ul li ul li ul {
    background: #272361;
}

#primary_nav_wrap ul li ul li ul li ul a {
    color: #fff;
}

/* Sub level menu links style */
#primary_nav_wrap ul li ul li a {
    display: block;
    font-size: 13px !important;
    color: #fff;
    padding: 0 0 6px 0;
    font-weight: normal !important;
}

#primary_nav_wrap ul li ul li a:hover {
    color: #666;
    background: none;
}

/* .current_page_item a {
     color:#044733;
}
 .current_page_item a:hover {
     color:#044733;
     padding:10px 12px 8px 11px;
}
 */
#primary_nav_wrap ul li a.navlast {
    background: none;
}

* html p#iepara {
    /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}

/* Holly Hack for IE \*/
* html #primary_nav_wrap ul li {
    float: left;
    height: 1%;
}

* html #primary_nav_wrap ul li a {
    height: 1%;
}

/*Navigation End */
/* grid and list view */
.row.list-viewer {
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.list-viewer [class*="col-"] {
    width: 100%;
    float: none;
    display: block;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
}

.list-viewer .product-box {
    padding: 20px 10px 10px;
    text-align: left;
    height: auto !important;
}

.list-viewer .product-box:after,
.list-viewer .product-box:before {
    content: "";
    display: block;
    clear: both;
}

.list-viewer .product-img {
    margin: 0 20px 10px 0;
    max-width: 210px;
    float: left;
    height: auto !important;
}

.list-viewer .product-cont {
    height: auto !important;
}

.list-viewer .product-round-area {
    position: absolute;
    left: 25px;
    top: 10px;
}

#content h2 {
    font-size: 27px;
    padding: 0 0 15px 0;
}

.dealsNote p {
    font-size: 18px;
    font-weight: bold;
}

/*------------------ Slider **************************************/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 5px 0 5px;
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

/************ fancybox **********************/
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption:before {
    background-image: url(data:image/png;
 base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w //G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
        background-repeat:repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}



.pwb-brands-col3 {
    border: 1px solid #e0e0e0 !important;
    width: 17% !important;
    text-align: center;
    margin: 10px !important;
}

.whatsappGreen {
    color: #31b145 !important;
}

.bottomHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.bottomHeaderContact p {
    padding: 0px;
    margin: 0px 0px 4px;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
}

.bottomHeaderContact a {
    font-size: 15px;
    line-height: 25px;
    color: #464141;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
}

.bottomHeaderContact a:hover {
    color: #ec2535;
}

.bottomHeaderContact p i {
    color: #ec2535;
    font-size: 15px;
}

.dgwt-wcas-search-wrapp {
    max-width: 100% !important;
}