* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    background: #f5f6f7;
}

ul,
ol {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    outline: none;
}

button:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
span {
    margin: 0;
    padding: 0;
    color: #353535;
}

span,
p {
    font-size: 16px;
    font-weight: 400;
    color: #5c5b5b;
    line-height: 27px;
}

/*======================
	COMMON CSS START
========================*/
.common_btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    background: #08c;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.common_btn:hover {
    color: #fff;
    background: rgb(2, 82, 122);
}

.see_btn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #08c;
    border: 1px solid #eee;
    padding: 5px 23px 5px 10px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.see_btn i {
    font-size: 14px;
    position: absolute;
    top: 11px;
    right: 12px;
}

.see_btn:hover {
    color: #333;
    border: 1px solid #333;
}

.shop_btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.shop_btn:hover {
    color: #fff;
    background: #08c;
    border-color: #08c;
}

.add_cart {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    background: #08c;
    border-radius: 3px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.add_cart:hover {
    color: #fff;
    background: rgb(2, 82, 122);
}

/*======================
	COMMON CSS END
========================*/

/*======================
	TOPBAR START
========================*/
#wsus__topbar {
    width: 100%;
    height: 45px;
    background: #08c;
}

.wsus__topbar_left {
    display: flex;
    line-height: 45px;
    align-items: center;
}

.wsus__topbar_left li {
    margin-right: 30px;
    position: relative;
}

.wsus__topbar_left li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}