/*================================================
Default CSS
=================================================*/

@font-face {
    font-family: "Roboto-Black";
    src: url("../font/Roboto-Black.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-bold";
    src: url("../font/Roboto-Bold.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-light";
    src: url("../font/Roboto-Light.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-regular";
    src: url("../font/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
}

body {
    color: #777777;
   font-family: "Roboto-regular";
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    line-height: 1.75;
    min-width: 320px;
    background-color: #191919;
}

img {
    max-width: 100%;
    height: auto;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    color: #000000;
}

a:hover,
button:hover {
    color: #ffffff;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

p {
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    font-weight: 400 !important;
    font-family: "Roboto-light";
}

img {
    max-width: 100%;
    height: auto;
}

/*p:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #252525;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 5px;
    font-family: "Roboto-Black";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*================================================
Default Btn CSS
=================================================*/

.v-t {
    text-align: center;
    padding: 9px 22px 12px;
    margin-top: 12px;
     width: 348px; 
    border: 1px solid white;
    border-radius: 25px;
}

.v-t a {
    /* border: 1px solid white; */
    font-size:12px;
    border-radius: 25px;
    padding: 15px 73px;
    color: white;
    font-family: "Roboto-black";
    width: 3025px;
}

.v-t:hover {
     text-align: center;
     padding: 9px 22px 12px;
     margin-top: 12px;
     /* width: 349px; */
     border: 1px solid white;
     border-radius: 25px;
}
.view-btn-class {
    text-align: center;
    padding: 45px 2px 0px;
    /* margin-top: 23px; */
}

.view-btn-class a {
    border: 1px solid white;
    border-radius: 25px;
    padding: 15px 65px;
    color: white;
    font-family: 'Roboto-black';
}

.view-btn-class a:hover {
    border: 1px solid white;
    border-radius: 25px;
    background-color: white;
    padding: 15px 65px;
    color: rgb(36, 36, 36);
}
/*================================================
Section Title CSS
=================================================*/

.section-title h1 {
    font-size: 150px;
    color: white;
    font-family: "Roboto-Black";
    margin-bottom: 55px;
    transition: 0.9s;
}

.section-padding {
    padding-top: 70px;
    padding-top: 30px;
}

/*==================================================
 header
 ================================================== */

header {
    width: 100%;
}

header.sticky {
    background: #191919;
    -webkit-box-shadow: 4px 8px 30px rgba(141, 141, 141, 0.15);
    box-shadow: 4px 8px 30px rgb(86 86 86 / 15%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
}

header.sticky .header-1-logo {
    -webkit-clip-path: polygon(100% 0, 100% 71%, 50% 71%, 0 71%, 0 0);
    clip-path: polygon(100% 0, 100% 71%, 50% 71%, 0 71%, 0 0);
}

@media (max-width: 576px) {
    header.sticky .header-1-logo {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

header.sticky .main-nav .menu-item .menu-link {
    font-size: 15px;
    color: #ffffff !important;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-bottom: 35px;
}

header.sticky .main-nav .menu-item .menu-link:hover {
    color: #ffffff !important;
}

header.sticky .search-box {
    background: #35353500;
    border: 1px solid rgb(219, 219, 219);
}

header.sticky .search-input {
    background: #35353500;
    color: #fff;
}

header.sticky .search-btn {
    background: #35353500;
}

header.sticky .search-box:hover > .search-btn {
    background: #35353500;
}

header.sticky .search-input:focus + .search-btn {
    background: #35353500;
}

header.sticky .fa-search {
    color: #ffff !important;
}

.heade-dark .fa-search {
    color: #ffffff !important;
}

header .head-white .fa-search {
    color: #404040 !;
}

/* header .main-nav .droppable .mega-menu {
    background-color: #191919 !important;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
} */

header.sticky .main-nav .droppable .mega-menu h3 {
    color: #fff !important;
}

/* header.sticky .main-nav .droppable .active {
    border-bottom: 6px solid;
} */

/* ------------- */

/* --------------- */

.heade-dark {
    background: #191919;
}

.header-1 {
    width: 100%;
    padding: 32px 75px;
    z-index: 999;
    position: absolute;
}

@media (max-width: 1399px) {
    .header-1 {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .header-1 {
        padding: 20px;
        display: none;
    }
}

.header-1 .main-nav .menu-item {
    margin-right: 55px;
    /* position: relative; */
}

.header-1 .main-nav .menu-item .menu-link {
    font-size: 15px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-bottom: 35px;
}

.head-white .main-nav .menu-item .menu-link {
    color: #121212 !important;
}

.header-1 .main-nav .menu-item .menu-link .dd-icon {
    position: absolute;
    top: 3px;
    right: -18px;
    font-size: 13px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.header-1 .main-nav .menu-item .menu-link:hover .dd-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-1 .main-nav .menu-item .menu-link:hover {
    color: #ffffff;
}

.head-white .main-nav .menu-item .menu-link:hover {
    color: #121212 !important;
}

.header-1 .main-nav .menu-item .submenu-home1 {
    position: absolute;
    top: 54px;
    left: 0;
    background: #fff;
    width: 210px;
    padding: 10px 18px;
    border-radius: 0 0 4px 4px;
    border-top: 3px solid #f96822;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 9;
}

.header-1 .main-nav .menu-item .submenu-home1 li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.header-1 .main-nav .menu-item .submenu-home1 li:last-child {
    border-bottom: none;
}

.header-1 .main-nav .menu-item .submenu-home1 li a {
    color: #00152b;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}

.header-1 .main-nav .menu-item .submenu-home1 li a:hover {
    color: #f96822;
    padding-left: 3px;
}

@media (max-width: 1199px) {
    .header-1 .main-nav .menu-item .submenu-home1 {
        top: 49px;
    }
}

.header-1 .main-nav .menu-item:hover .submenu-home1 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header-1 .header-1-logo {
    position: relative;
    /* background: #f96822; */
    -webkit-clip-path: polygon(100% 0, 100% 71%, 50% 100%, 0 71%, 0 0);
    clip-path: polygon(100% 0, 100% 71%, 50% 100%, 0 71%, 0 0);
    -webkit-transition: -webkit-clip-path 0.4s;
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
    height: 121px;
    width: 170px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 43%;
    padding-top: 22px;
}

@media (max-width: 1199px) {
    .header-1 .header-1-logo {
        height: 106px;
    }
}

@media (max-width: 576px) {
    .header-1 .header-1-logo {
        position: relative;
        padding: 10px 15px;
        -webkit-clip-path: none;
        clip-path: none;
        width: auto;
        height: auto;
    }
}

@media (max-width: 576px) {
    .header-1 .header-1-logo img {
        width: 80px;
    }
}

.header-1 .header-1-icons {
    margin-right: 60px;
}

@media (max-width: 1399px) {
    .header-1 .header-1-icons {
        margin-right: 0;
    }
}

.header-1 .header-1-icons ul li {
    margin-right: -15px;
}

@media (max-width: 1199px) {
    .header-1 .header-1-icons ul li {
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .header-1 .header-1-icons ul li {
        margin-right: 5px;
    }
}

.header-1 .header-1-icons ul li i {
    font-size: 24px;
    color: #00152b;
    cursor: pointer;
    padding-right: 33px;
    padding-top: 1px;
}

@media (max-width: 576px) {
    .header-1 .header-1-icons ul li i {
        font-size: 18px;
    }
}

.header-1 .header-1-icons ul li .cart-items-count {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #f96822;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .header-1 .header-1-contact {
        display: none !important;
        visibility: hidden;
    }
}

.header-1 .header-1-contact i {
    font-size: 32px;
    margin-right: 8px;
}

.header-1 .header-1-contact .contact-num {
    position: relative;
    padding-left: 35px;
    margin-top: -4px;
}

.header-1 .header-1-contact .contact-num::before {
    content: "\f2a0";
    font-family: line awesome free;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #00152b;
    font-size: 31px;
}

.header-1 .header-1-contact .contact-num span {
    font-size: 12px;
    font-weight: 500;
    color: #adadad;
    margin-top: -7px;
}

.header-1 .header-1-contact .contact-num p {
    font-size: 14px;
    font-weight: 700;
    color: #264653;
    font-family: "Roboto", sans-serif;
    margin-top: -5px;
}

.header-1 .ellips-menu i {
    font-size: 25px;
}

.header-contact i {
    font-size: 32px;
    margin-right: 8px;
}

.header-contact .contact-num {
    position: relative;
    padding-left: 35px;
    margin-top: -4px;
}

.header-contact .contact-num::before {
    content: "\f2a0";
    font-family: line awesome free;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #00152b;
    font-size: 31px;
}

.header-contact .contact-num span {
    font-size: 12px;
    font-weight: 500;
    color: #adadad;
    margin-top: -7px;
}

.header-contact .contact-num p {
    font-size: 14px;
    font-weight: 700;
    color: #264653;
    font-family: "Roboto", sans-serif;
    margin-top: -5px;
}

@media (max-width: 1199px) {
    .header-contact {
        display: none !important;
        visibility: hidden;
    }
}

.search-icon {
    font-size: 24px;
    color: #264653;
}

@media (max-width: 767px) {
    .search-icon {
        font-size: 20px;
    }
}

header {
    z-index: 99;
}

/* #Mega Menu Styles
ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */

.mega-menu-dark {
    background-color: #191919 !important;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
}

.mega-menu-white {
    background-color: #ffffff !important;
    border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}

.mega-menu-white h3 {
    color: rgb(0 0 0) !important;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

header.sticky .main-nav .droppable .mega-menu-white h3 {
    color: #fff !important;
}

header.sticky .main-nav .droppable .mega-menu-white {
    background-color: #191919 !important;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
}

.mega-menu {
    display: none;
    left: 0;
    top: 85%;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 99;
}

.mega-menu h3 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.mega-menu ul {
    float: left;
    /* margin-bottom: 20px; */
    /* margin-right: 40px; */
    width: 150px;
    padding: 25px 0px;
}

.mega-menu ul:last-child {
    margin-right: 0;
}

.mega-menu a {
    /* border-bottom: 1px solid #ddd; */
    color: #4ea3d8;
    /* display: block; */
    padding: 10px 0;
}

.mega-menu a:hover {
    color: #2d6a91;
}

.cf {
    max-width: 1240px;
}

/* #Droppable Class Styles
ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */

.droppable {
    position: static;
}

/* .droppable:hover .mega-menu {
    display: block;
} */

/* --------------------------------------home page-------------------------------------------------------------------- */

/* slider */

.single-banner-slide {
    height: 90vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.single-banner-slide h2 {
    color: #111010;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    font-size: 80px;
    line-height: 1.2;
}

.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(73 73 73 / 8%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.single-banner-slide p {
    font-size: 15px;
    /* max-width: 50%; */
    font-weight: 600 !important;
    color: #000;
    margin: 0 auto;
    /* text-align: center; */
    margin-bottom: 31px;
}

.single-banner-slide a {
    color: #000;
    background: #fff0;
    padding: 16px 44px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 36px;
    transition: 0.3s;
    border: 2px solid;
    letter-spacing: 4px;
}

.single-banner-slide a:hover {
    color: #fff;
    background: #000000;
    border: 1px solid #000;
}

.all-banner-slide .owl-nav {
    margin-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 0.01;
}

.count {
    position: absolute;
    right: 117px;
    right: 130px;
    bottom: 100px;
    z-index: 10;
}

.count .slider-counter {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.page-banner {
    position: relative;
}

.search-btn {
    border-radius: 19px;
    /* border: 1px solid; */
}

.page-banner .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.page-banner .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 54%;
    right: 0vw;
    transform: rotate(90deg);
}

.page-banner .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.page-banner .owl-dots .owl-dot span {
    width: 50px;
    height: 12px;
    margin: 5px 7px;
    border: 3px solid #222;
    box-shadow: 1px px 10px #000;
    background: #111010;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.page-banner .owl-dots .owl-dot.active span,
.page-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #00000000;
}

/*  */

.search-box {
    position: absolute;
    top: 51%;
    left: 66%;
    transform: translate(-50%, -50%);
    height: 33px;
    background: #35353500;
    line-height: 42px;
    /* padding: 10px; */
    border-radius: 60px;
    z-index: 99;
    border: 1px solid #fff;
    color: white;
}

.head-white .search-box {
    position: absolute;
    top: 51%;
    left: 62%;
    transform: translate(-50%, -50%);
    height: 33px;
    background: #35353500;
    line-height: 42px;
    /* padding: 10px; */
    border-radius: 60px;
    z-index: 99;
    border: 1px solid rgb(29, 29, 29);
    color: rgb(30, 30, 30);
}

.search-input {
    background: #35353500;
    color: #fff;
    outline: none;
    border: none;
    line-height: 27px;
    width: 23px;
    float: left;
    font-size: 15px;
    transition: 0.7s ease;
    font-family: sans-serif;
}

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #35353500;
    padding: 8px;
    /* border-radius: 50%; */
    line-height: 47px;
    float: right;
    font-size: 18px;
    /* color: #ff5722; */
    transition: 0.4s ease;
}

.search-box:hover > .search-input {
    width: 100px;
    margin: 0px 8px;
}

.search-input:focus {
    width: 100px;
    margin: 0px 8px;
}

.search-box:hover > .search-btn {
    background: #35353500;
}

.search-input:focus + .search-btn {
    background: #35353500;
}

/* flaoting cart
 */

.header-cart .dropdown-toggle {
    width: 25px;
    height: 32px;
    position: absolute !important;
    border: none;
    background-color: transparent;
    text-align: center;
    padding: 0;
    top: -543px;
    right: 20px;
    z-index: 27;
    position: relative;
    transition: all 0.3s ease 0s;
    /* top: -61%; */
}

.header-cart .dropdown-toggle::after {
    display: none;
}

.header-cart .dropdown-toggle i {
    display: block;
    line-height: 28px;
}

.header-cart .dropdown-toggle .num {
    background-image: url("../images/icon_cart.webp");
    background-position: left top;
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: -11px;
    text-align: center;
    text-shadow: 0 0 0;
    top: -10px;
    width: 20px;
}

.header-cart .dropdown-toggle:hover {
    border-color: #c38748;
    color: #c38748;
}

.header-cart-dropdown {
    background-color: #000000;
    border-top: 2px solid #737373;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 45px 0px;
    width: 308px;
    position: absolute !important;
    border-radius: 0;
    top: -550px !important;
    right: 0px !important;
    z-index: 10;
    left: auto !important;
    transform: translate(0px, 0) !important;
}

.header-cart-product li {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 9px 18px;
}

.header-cart-product li + li {
    margin-top: 6px;
}

.header-cart-product li .image {
    display: block;
    width: 72px;
    padding-right: 15px;
}

.header-cart-product li .image img {
}

.header-cart-product li .content {
    width: calc(100% - 80px);
    font-weight: 400;
    position: relative;
    padding-right: 20px;
}

.header-cart-product li .content .title {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: white;
}

.header-cart-product li .content .details {
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #e6e6e6;
    margin-bottom: 7px;
    font-weight: 400;
}

.header-cart-product li .content .price {
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

.header-cart-product li .content .remove {
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.header-cart-product li .content .remove i {
}

.header-cart-total {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-cart-total .total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.header-cart-total .total span {
}

.header-cart-buttons {
    padding: 15px 15px;
    margin: 0 0px -38px;
    background-color: #000000;
}

.header-cart-buttons .button {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    padding: 12px 15px;
}

.header-cart-buttons .button i {
    margin-left: 5px;
    font-weight: 700;
}

.header-cart-buttons .button:hover {
    color: #c38748;
    background-color: transparent;
}

.header-toggle {
    margin-left: 20px;
}

.header-toggle button {
    width: 32px;
    height: 32px;
    border: 2px solid #252525;
    color: #252525;
    background-color: transparent;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease 0s;
    padding: 0 5px;
}

.header-toggle button span {
    display: block;
    height: 2px;
    background-color: #252525;
    margin: 5px 0;
}

/*================================================
Outfit Area CSS home
=================================================*/

.Outfit {
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
}

.Outfit__thumb img {
    width: 100%;
    height: auto;
}

.Outfit__content {
    position: relative;
    padding: 12px 0px 8px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .Outfit__content h4 a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .Outfit__content h4 a {
        font-size: 18px;
        margin-left: 0px;
    }
}

.Outfit__content > a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 100%;
    background: #008e98;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 15px;
}

.Outfit__content > a:hover {
    background: #008e98;
    color: #fff;
}

.Outfit .owl-item img {
    display: inline-block;
    width: auto;
}

.Outfit .owl-carousel .owl-nav .owl-prev {
    background: url("../images/left.png") no-repeat;
    left: -20px !important;
}

.Outfit .owl-carousel .owl-nav .owl-next {
    background: url("../images/right.png") no-repeat;
    right: -14px !important;
}

.Outfit .owl-carousel .owl-nav button.owl-prev,
.Outfit .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    color: #223645;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.Outfit .owl-nav span {
    display: none;
}

@media only screen and (max-width: 1060px) {
    .Outfit .owl-carousel .owl-nav button.owl-prev,
    .Outfit .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.Outfit .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -90px;
}

.Outfit__item:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

.Outfit__item {
    transition: transform 0.2s;
}

.content {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: linear-gradient(
        180deg,
        rgba(246, 246, 246, 0.269642891336222) 1%,
        rgb(23 23 23 / 64%) 92%
    );
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-top: 80%;
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.fadeIn-bottom {
    top: 80%;
}

.content-details a {
    font-size: 100px;
    text-decoration: inherit;
    /* no underline */
    position: relative;
}

.center-reveal:before {
    content: "";
    position: absolute;
    width: 89%;
    height: 2%;
    right: 56%;
    bottom: 0;
    background-color: #fff;
    transform: scaleX(0);
    bottom: -12px;
    transition: all 0.3s ease-in-out 0s;
}

.center-reveal:hover:before {
    transform: scalex(1);
}

.side-star {
    position: absolute;
    right: 12%;
    z-index: -1;
}

/*================================================
categories Area CSS home
=================================================*/

.categories {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}

.categories__thumb img {
    width: 100%;
    height: auto;
}

.categories__content {
    position: relative;
    padding: 12px 0px 8px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .categories__content h4 a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .categories__content h4 a {
        font-size: 18px;
        margin-left: 0px;
    }
}

.categories__content > a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 100%;
    background: #008e98;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 15px;
}

.categories__content > a:hover {
    background: #008e98;
    color: #fff;
}

.categories .owl-item img {
    display: inline-block;
    width: auto;
}

.categories .owl-carousel .owl-nav .owl-prev {
    background: url("../images/left.png") no-repeat;
    left: -20px !important;
}

.categories .owl-carousel .owl-nav .owl-next {
    background: url("../images/right.png") no-repeat;
    right: -14px !important;
}

.categories .owl-carousel .owl-nav button.owl-prev,
.categories .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    color: #223645;
    text-align: center;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.categories .owl-nav span {
    display: none;
}

@media only screen and (max-width: 1399px) {
    .categories .owl-carousel .owl-nav button.owl-prev,
    .categories .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.categories .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -90px;
}

.categories__item:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.categories__item {
    transition: transform 0.2s;
}

.categories .content {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.categories .content .content-overlay {
    background: linear-gradient(
        180deg,
        rgba(246, 246, 246, 0.269642891336222) 1%,
        rgb(23 23 23 / 64%) 92%
    );
    position: absolute;
    height: 91%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.categories .content:hover .content-overlay {
    opacity: 1;
}

.categories .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.categories .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.categories .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-top: 80%;
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.categories .fadeIn-bottom {
    top: 80%;
}

.categories .content-details a {
    font-size: 100px;
    text-decoration: inherit;
    /* no underline */
    position: relative;
}

.center-reveal:before {
    content: "";
    position: absolute;
    width: 89%;
    height: 2%;
    right: 56%;
    bottom: 0;
    background-color: #fff;
    transform: scaleX(0);
    bottom: -12px;
    transition: all 0.3s ease-in-out 0s;
}

.center-reveal:hover:before {
    transform: scalex(1);
}

.categories .cat_name h4 {
    text-align: center;
    color: white;
    font-family: "Roboto-regular";
    margin-top: 17px;
    margin-bottom: 34px;
    font-size: 17px;
    text-underline-offset: 8px;
}

.cat_name a {
    position: relative;
}

.categories .make_a_line::before {
    content: "";
    position: absolute;
    width: 19%;
    height: 9%;
    right: 40%;
    bottom: -3px;
    background-color: #fff;
}

.cat_mobile {
    margin-bottom: 22px !important;
}

.line {
    width: 100%;
    max-width: 800px;
    height: 8px;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
}

.orangeWrapper {
    padding: 0;
}

.panel.align-top {
    align-items: flex-start;
}

.panel h1 {
    font-size: 1.8em;
    color: white;
    font-weight: 300;
    margin: 0 auto;
}

.panel.description {
    padding-bottom: 60px;
}

.panel p,
.panel li {
    color: black;
    font-weight: 400;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0.3em 0 1em 0;
}

.panel p strong,
.panel li strong {
    color: white;
    font-weight: 400;
}

.panel p code,
.panel li code {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 2px 4px;
    border-radius: 5px;
}

.panel li {
    margin: 0;
}

.panel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    color: white;
    position: relative;
    box-sizing: border-box;
    /* height: 794px !important; */
    padding: 24px 22px !important;
}

/* offer banner */

/* slider */

.offer-single-banner-slide {
    height: 90vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.offer-single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.offer-single-banner-slide h2 {
    color: #111010;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    font-size: 80px;
    line-height: 1.2;
}

.offer-single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(73 73 73 / 8%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.offer-single-banner-slide p {
    font-size: 15px;
    /* max-width: 50%; */
    font-weight: 400;
    color: #000;
    margin: 0 auto;
    /* text-align: center; */
    margin-bottom: 31px;
}

.orangeWrapper a {
    color: #fff;
    background: #fff0;
    padding: 10px 33px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    /* margin-top: 67px; */
    transition: 0.3s;
    border: 2px solid;
    letter-spacing: 4px;
}

.orangeWrapper a:hover {
    color: #fff;
    background: #000000;
    border: 1px solid #000;
}

.offer-slide .owl-nav {
    margin-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 0.01;
}

.count {
    position: absolute;
    right: 117px;
    right: 130px;
    bottom: 100px;
    z-index: 10;
}

.count .slider-counter {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.panel {
    position: relative;
}

.search-btn {
    border-radius: 19px;
    border: 0px solid !important;
}

.panel .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.panel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 45%;
    right: 0vw;
    transform: rotate(90deg);
}

.panel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.panel .owl-dots .owl-dot span {
    width: 93px;
    height: 12px;
    margin: 5px 7px;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: 1px px 10px rgb(255, 255, 255);
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.panel .owl-dots .owl-dot.active span,
.panel .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff00;
}

.offer-title {
    color: white !important;
    font-size: 45px !important;
    position: absolute;
    top: 50px;
    line-height: 82px;
    left: 90px;
    z-index: 99;
    text-align: left;
}

.offer-button {
    position: absolute;
    bottom: 14%;
    left: 72px;
    z-index: 10;
}

/* filter-categories */

.filter-categories {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
}

.filter-categoriess__thumb img {
    width: 100%;
    height: auto;
}

.filter-categories__content {
    position: relative;
    padding: 12px 0px 8px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .filter-categories__content h4 a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .filter-categories__content h4 a {
        font-size: 18px;
        margin-left: 0px;
    }
}

.filter-categories__content > a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 100%;
    background: #008e98;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 15px;
}

.filter-categories__content > a:hover {
    background: #008e98;
    color: #fff;
}

.filter-categories .owl-item img {
    display: inline-block;
    width: auto;
}

.filter-categories .owl-carousel .owl-nav .owl-prev {
    background: url("../images/left.png") no-repeat;
    left: -20px !important;
}

.filter-categories .owl-carousel .owl-nav .owl-next {
    background: url("../images/right.png") no-repeat;
    right: -20px !important;
}

.filter-categories .owl-carousel .owl-nav button.owl-prev,
.filter-categories .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    color: #223645;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter-categories .owl-nav span {
    display: none;
}

@media only screen and (max-width: 1399px) {
    .filter-categories .owl-carousel .owl-nav button.owl-prev,
    .filter-categories .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.filter-categories .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -90px;
}

.filter-head h1 {
    font-size: 20px;
    color: white;
}

.filter-head {
    padding: 14px;
    border-bottom: 1px solid white;
}

/* .categories__item:hover {
    -ms-transform: scale(1.1);
   
    -webkit-transform: scale(1.1);
    
    transform: scale(1.1);
}

.categories__item {
    transition: transform .2s;
} */

.filter-categories .content {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.filter-categories .content .content-overlay {
    background: linear-gradient(
        180deg,
        rgba(246, 246, 246, 0.269642891336222) 1%,
        rgb(23 23 23 / 64%) 92%
    );
    position: absolute;
    height: 88%;
    width: 290px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.filter-categories .content:hover .content-overlay {
    opacity: 1;
}

.filter-categories .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.filter-categories .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.filter-categories .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-top: 80%;
    text-align: center;
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.filter-categories .fadeIn-bottom {
    top: 63%;
}

.filter-categories .content-details a {
    font-size: 100px;
    text-decoration: inherit;
    /* no underline */
    position: relative;
}

.filter_cat_name {
    display: flex;
    justify-content: space-between;
}

.filter_cat_name h4 {
    color: white;
    font-family: "Roboto-regular";
    margin-top: 10px;
    font-size: 17px;
    text-align: left;
}

.filter_cat_name span {
    color: white;
    font-family: "Roboto-regular";
    font-size: 14px;
    text-align: left;
}

.filter-item-more {
    padding: 20px;
}

.filter-item-more i {
    color: white;
    border: 1px solid white;
    padding: 5px 6px;
    border-radius: 37px;
}

/* ---------------- */

/*----------------------------------------
    04. product CSS
----------------------------------------*/

.product-area {
    padding-top: 70px;
    position: relative;
    padding-bottom: 40px;
    margin-top: -100px;
}

.product-area h2 {
    text-align: left;
    font-size: 72px;
    line-height: 67px;
    color: white;
    margin-bottom: 55px;
}

.product-color-nav {
    display: flex;
    gap: 10px;
}

.product-color-nav img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.product-color-nav li {
    width: 18px;
    height: 18px;
    position: relative;
    overflow: hidden;
}

.product-color-nav li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #dddfe3;
    border-radius: 50%;
}

.product-color-nav li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-color-nav li.cl-pink:after {
    background: #eacbd0;
}

.product-color-nav li.cl-black::after {
    background: #171717;
}

.product-color-nav li.cl-blue::after {
    background: #044cba;
}

.product-color-nav li.cl-red::after {
    background: #c31f31;
}

.product-color-nav li.cl-light-white::after {
    background: #e5e6e0;
}

.product-color-nav li.cl-navy::after {
    background: #42495d;
}

.product-color-nav li.cl-brown::after {
    background: #ae8f7a;
}

.product-color-nav li.cl-ash::after {
    background: #797782;
}

.product-color-nav li.cl-yellow::after {
    background: #c69f5a;
}

.product-color-nav li.cl-orange::after {
    background: #d86f30;
}

.product-color-nav li.cl-wood::after {
    background: #6b4e43;
}

.product-color-nav li.cl-green::after {
    background: #656317;
}

.product-color-nav li.active:before {
    border-color: #707070;
}

.product-desc .product-color-nav {
    margin-top: 18px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.product-tab-nav .nav-tabs {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

@media (max-width: 575px) {
    .product-tab-nav .nav-tabs {
        gap: 10px;
    }
}

.product-tab-nav .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 400 !important;
    height: 20px;
    text-align: center;
    color: white;
    line-height: 4px;
    border: 1px solid white;
    padding: 18px 39px;
    /* position: relative; */
    border-radius: 100px;
}

@media (max-width: 575px) {
    .product-tab-nav .nav-tabs .nav-link {
        border: 1px solid white;
        padding: 18px 25px;
        margin-top: 7px;
    }
}

.product-tab-nav .nav-tabs .nav-link.active {
    color: #212020;
}

.product-area .title_line {
    border: 1px solid white;
    background: whitesmoke;
    position: absolute;
    width: 50%;
    right: -6.2rem;
    top: 65%;
}

/* restricted area */

.restricted_area {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.area_image {
    text-align: center;
}

.res_title-up h6 {
    font-family: "Orbitron", sans-serif;
    color: white;
    position: absolute;
    font-weight: 500;
    top: 50px;
    left: 27%;
}

.arr_up {
    position: absolute;
    width: 182px;
    top: 9%;
    left: 13%;
}

.arr_down {
    position: absolute;
    width: 182px;
    bottom: 24%;
    right: 13%;
}

.res_title-down h6 {
    font-family: "Orbitron", sans-serif;
    color: white;
    position: absolute;
    font-weight: 500;
    bottom: 19px;
    left: 27%;
}

.res_title-past h6 {
    font-family: "Orbitron", sans-serif;
    color: white;
    position: absolute;
    font-weight: 500;
    top: 12%;
    right: 17%;
}

.res_title-year-one h6 {
    font-family: "Orbitron", sans-serif;
    color: white;
    position: absolute;
    width: 182px;
    bottom: 28%;
    left: 17%;
}

.res_title-spec h6 {
    font-family: "Orbitron", sans-serif;
    color: white;
    position: absolute;
    font-weight: 500;
    bottom: 40px;
    right: 15%;
}

.res_title-e h6 {
    font-family: "Orbitron", sans-serif;
    color: white;
    position: absolute;
    font-weight: 500;
    top: 21%;
    right: 33%;
}

/*================================================
popular Area CSS home
=================================================*/

.popular {
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
}

.popular .title_line {
    border: 1px solid white;
    background: whitesmoke;
    position: absolute;
    width: 53%;
    right: 0px;
    top: 162px;
}

.popular h2 {
    text-align: left;
    font-size: 72px;
    line-height: 67px;
    color: white;
    margin-bottom: 55px;
}

.popular {
    padding-top: 40px;
    padding-bottom: 55px;
    position: relative;
}

.popular__thumb img {
    width: 100%;
    height: auto;
}

.popular__content {
    position: relative;
    padding: 12px 0px 8px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .popular__content h4 a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .popular__content h4 a {
        font-size: 18px;
        margin-left: 0px;
    }
}

.popular__content > a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 100%;
    background: #008e98;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 15px;
}

.popular__content > a:hover {
    background: #008e98;
    color: #fff;
}

.popular .owl-item img {
    display: inline-block;
    width: auto;
}

.popular .owl-carousel .owl-nav .owl-prev {
    background: url("../images/left.png") no-repeat;
    left: -20px !important;
}

.popular .owl-carousel .owl-nav .owl-next {
    background: url("../images/right.png") no-repeat;
    right: -14px !important;
}

.popular .owl-carousel .owl-nav button.owl-prev,
.popular .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    color: #223645;
    text-align: center;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.popular .owl-nav span {
    display: none;
}

@media only screen and (max-width: 1399px) {
    .popular .owl-carousel .owl-nav button.owl-prev,
    .popular .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.popular .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -90px;
}

.popular__item:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.popular__item {
    transition: transform 0.2s;
}

.popular .content {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.popular .content .content-overlay {
    background: linear-gradient(
        180deg,
        rgba(246, 246, 246, 0.269642891336222) 1%,
        rgb(23 23 23 / 64%) 92%
    );
    position: absolute;
    height: 87%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.popular .content:hover .content-overlay {
    opacity: 1;
}

.popular .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.popular .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.popular .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-top: 80%;
    font-size: 16px;
    /* margin-bottom: 10px; */
}

.popular .fadeIn-bottom {
    top: 63%;
}

.popular .content-details a {
    font-size: 100px;
    text-decoration: inherit;
    /* no underline */
    position: relative;
}

.popular .center-reveal:before {
    content: "";
    position: absolute;
    width: 89%;
    height: 2%;
    right: 56%;
    bottom: 0;
    background-color: #fff;
    transform: scaleX(0);
    bottom: -12px;
    transition: all 0.3s ease-in-out 0s;
}

.popular .center-reveal:hover:before {
    transform: scalex(1);
}

.popular .categories .cat_name h4 {
    text-align: center;
    color: white;
    font-family: "Roboto-regular";
    margin-top: 17px;
    margin-bottom: 34px;
    font-size: 17px;
    text-underline-offset: 8px;
}

.popular_cat_name {
    position: relative;
}

.popular_cat_name a {
    text-align: center;
}

.popular_cat_name .make_a_line::before {
    content: "";
    position: absolute;
    width: 19%;
    height: 3%;
    right: 40%;
    top: 33px;
    background-color: #fff;
}

.popular .cat_mobile {
    margin-bottom: 2px !important;
}

.popular_cat_name {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.popular_cat_name h4 {
    color: white;
    font-family: "Roboto-regular";
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
}

.popular_cat_name span {
    color: white;
    font-family: "Roboto-regular";
    font-size: 18px;
    text-align: center;
}

.about_us {
    /* width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    color: white;
    position: relative;
    box-sizing: border-box;
    height: 794px !important;
    padding: 44px 22px !important; */
    padding: 61px 39px;
    position: relative;
}

.about_us h1 {
    font-family: "Roboto-Black";
    font-size: 150px;
    color: white;
    top: 11%;
    left: 12%;
    position: absolute;
}

.about_us h2 {
    font-family: "Roboto-Black";
    font-size: 150px;
    color: white;
    top: 40%;
    right: 4%;
    position: absolute;
}

.abt-dec {
    font-size: 14px;
    font-family: "Roboto-regular";
    color: white;
    bottom: 29%;
    left: 8%;
    position: absolute;
}

.about_us a {
    color: #fff;
    background: #fff0;
    padding: 10px 33px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    /* margin-top: 67px; */
    transition: 0.3s;
    border: 2px solid;
    letter-spacing: 4px;
}

.about_us_button {
    position: absolute;
    bottom: 22%;
    left: 8%;
    z-index: 10;
}

.white-star {
    position: absolute;
    right: 6%;
    bottom: 12%;
}

.get_started {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
}

.get_started h1 {
    font-size: 90px;
    color: white;
    margin-top: -68px;
    line-height: 90px;
}

.get_started .title_line {
    border: 1px solid white;
    background: whitesmoke;
    position: absolute;
    width: 50%;
    right: -6.2rem;
    bottom: 57%;

}

.subscribe-button a {
    color: #fff;
    background: #fff0;
    padding: 15px 56px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    margin-top: 67px;
    transition: 0.3s;
    border: 2px solid;
    letter-spacing: 4px;
}

.subscribe-des p {
    color: white;
    font-size: 20px;
}

.footer__bg {
    background: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.footer__section {
    padding-top: 70px;
    padding-bottom: 40px;
}

/* .footer_logo img {
    width: 250px;
} */

.footer_head h1 {
    text-transform: uppercase;
    font-size: 88px;
    line-height: 89px;
    font-family: "Roboto-bold";
}

.footer_line {
    padding: 13px 0px;
    border-bottom: 2px solid #6a6a6a;
    margin-bottom: 30px;
}

.footer_search-box {
    border: 2px solid #000;
    padding: 10px 13px;
    border-radius: 30px;
}

.footer-sec {
    padding-top: 20px;
}

.footer_search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #35353500;
    /* padding: 8px; */
    /* border-radius: 50%; */
    float: right;
    /* line-height: 17px; */
    font-size: 25px;
    /* color: #ff5722; */
    transition: 0.4s ease;
}

.footer_search-btn i {
    line-height: 7px;
}

.footer_search-input {
    width: 230px;
    background: none;
    border: none;
}

.fw-title .title {
    font-size: 15px;
    color: #0f0f0f;
    font-weight: 700;
    margin-bottom: 20px;
}

.fw-link ul li {
    margin-bottom: 8px;
    font-family: "Roboto-black";
}

.fw-link ul li:last-child {
    margin-bottom: 0;
}

.fw-link ul li a {
    font-size: 14px;
    color: #262626;
    font-weight: 600;
}

.footer-widget {
    padding: 0px 10px;
}

.footer_about {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-right: -54px;
}

.footer-widget p {
    color: #000;
    font-weight: 600;
    font-family: "Roboto-bold";
}

.footer_logo {
    text-align: center;
}

.footer_search-box {
    border: 2px solid #000;
    padding: 10px 13px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.para_amination {
    /*background-image: url(../images/bg-2.png);*/
    background-image: url(../images/about.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100px; */
    padding: 350px 0px;
    background-color: rgb(219 219 219 / 0%);
    font-size: 36px;
}

.blank-space {
    padding-bottom: 50px;
}

/* ...........................................abouts us....................................................... */

/* breadcrumb */

.breadcrumb-style-one {
    background-image: url("../images/about.jpg");
    background-size: cover;
    padding-bottom: 274px;
    padding-top: 290px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-style-one {
        padding-bottom: 200px;
        padding-top: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-style-one {
        padding-bottom: 180px;
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-style-one {
        padding-bottom: 150px;
        padding-top: 150px;
    }
}

.about-section-1 {
    position: relative;
}

.about-section-1 .about-main-heading .abt-heading-1 h1 {
    color: white;
    font-size: 170px;
    position: absolute;
    font-family: "Roboto-Black";
    top: -91px;
}

.about-section-1 .about-main-heading .abt-heading-2 h1 {
    color: white;
    font-size: 170px;
    position: absolute;
    font-family: "Roboto-Black";
    top: 91px;
    left: 25%;
    letter-spacing: 10px;
}

.about-section-1 .about-main-heading .abt-heading-3 h1 {
    color: white;
    font-size: 170px;
    position: absolute;
    font-family: "Roboto-Black";
    top: 88px;
    right: 15%;
    letter-spacing: 10px;
}

.about-content p {
    color: white;
    font-family: "Roboto-light";
    font-size: 20px;
}

.about-3-p p {
    color: white;
    font-size: 20px;
}

.about-section-3 {
    position: relative;
}

.about-3-p {
    margin-bottom: 30px;
}

.about-content-3 h2 {
    color: white;
    font-size: 98px;
    margin-left: -135px;
    line-height: 104px;
}

.get-social .title-1 {
    font-size: 170px;
    font-family: "Roboto-Black";
    color: white;
}

.get-social .title-2 {
    font-size: 170px;
    font-family: "Roboto-Black";
    color: white;
    text-align: right;
    margin-top: -97px;
}

.about-features h1 {
    font-size: 105px;
    font-family: "Roboto-Black";
    color: white;
    text-align: right;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-section-6 {
        padding-bottom: 200px;
        padding-top: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-section-6 {
        padding-bottom: 180px;
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .about-section-6 {
        padding-bottom: 150px;
        padding-top: 150px;
    }
}

.para_amination-2 {
    background-image: url("../images/about-bg.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100px; */
    padding: 350px 0px;
    background-color: rgb(219 219 219 / 0%);
    font-size: 36px;
}

.about_section-6 {
    padding: 0px 39px;
}

/*--------------------------------------------------product page--------------------------------------------------------------- */

/* breadcrumb */

.product-banner {
    background-image: url("../images/products/product-bg.jpg");
    background-size: cover;
    padding-bottom: 350px;
    padding-top: 350px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-banner {
        padding-bottom: 200px;
        padding-top: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-banner {
        padding-bottom: 180px;
        padding-top: 180px;
        margin-top: 74px;
    }
}

@media (max-width: 767px) {
    .product-banner {
        background-image: url(../images/products/mobi-product-bg.jpg);
        background-size: cover;
        padding-bottom: 132px;
        padding-top: 132px;
    }
}

.product-content p {
    color: white;
    font-family: "Roboto-light";
    font-size: 20px;
    line-height: 27px;
}

/*----------------------------------------
 * Filter Drawer Sidebar
------------------------------------------*/

.shop-sidebar-drawer .filterbar {
    width: 250px;
    height: 100%;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: -255px;
    z-index: 99;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.shop-sidebar-drawer .filterbar .sidebar_tags {
    background-color: #ffffff;
    padding: 20px;
    height: 100%;
    overflow: auto;
}

.shop-sidebar-drawer .filterbar .sidebar_widget:not(.filterBox),
.shop-sidebar-drawer .filterbar .static-banner-block {
    display: none;
}

.shop-sidebar-drawer .filterbar.active {
    left: 0;
}

.active-none {
    display: none;
}

.shop-sidebar-drawer .sidebar.filterbar.active .filterBox {
    padding: 0;
    border: none;
}

.filterbar .sidebar_tags {
    position: relative;
    z-index: 9;
    /* background: #ffffff; */
}

.sidebar .shop-sidebar-products.slick-slider,
.sidebar .shop-sidebar-products.slick-slider .slick-list {
    margin-left: 0px;
    margin-right: 0px;
}

.sidebar .shop-sidebar-products.slick-slider .slick-list .item {
    padding-left: 0px;
    padding-right: 0px;
}

/*----------------------------------------
 * End Filter Drawer Sidebar
------------------------------------------*/

/*----------------------------------------
 * 18. Shop Pages
------------------------------------------*/

.sidebar .sidebar_widget {
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}

.sidebar h2,
.sidebar .h2 {
    font-size: 14px;
    /* text-transform: uppercase; */
    color: white;
    margin-bottom: 15px;
}

.sidebar .sidebar_widget .widget-content ul li {
    list-style: none;
    padding: 2px 0;
    font-size: 13px;
    color: white;
}

.sidebar .sidebar_widget .widget-content ul li.active a {
    font-weight: bold;
}

.sidebar .filterBox {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    color: white;
}

.sidebar .filterBox h2 {
    margin: 0;
}

.sidebar .filterBox .widget-content {
    /* border-top: 1px solid #ddd; */
    padding-top: 15px;
    margin-top: 15px;
}

.sidebar .filterBox .widget-content.price-filter {
    padding-top: 20px;
}

.sidebar .sidebar_categories,
.sidebar .widget-vendors {
    margin: -4px 0 0;
}

.sidebar .sidebar_widget .widget-content .widget-vendors li {
    padding: 0;
}

.shop-sidebar-drawer .sidebar .filterBox .filter-color .swacth-btn {
    height: 22px;
    width: 33px;
}

.shop-sidebar-drawer
    .sidebar
    .filterBox.size-swacthes
    .widget-content
    .swacth-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
}

.filterBox.size-swacthes .widget-content .swacth-btn {
    margin: 0 10px 3px 0;
    line-height: 32px;
    border: 1px solid #cdcfd3;
}

.filterBox.size-swacthes .widget-content .swacth-btn.checked {
    /* border-color: #000000; */
    background: #ffffffc4;
    color: black;
    font-weight: bold;
}

.filterBox ul:not(.filter-color) {
    list-style: none;
}

.filterBox ul:not(.filter-color) li {
    padding: 3px 0;
}

.filterBox ul:not(.filter-color) input[type="checkbox"] {
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.filterBox ul:not(.filter-color) input[type="checkbox"] + label {
    display: inline-block;
    margin-left: -25px;
    line-height: 1.5em;
    cursor: pointer;
    margin-bottom: 0;
}

.filterBox ul:not(.filter-color) li label {
    font-weight: 400;
    font-size: 12px;
}

.filterBox ul:not(.filter-color) input[type="checkbox"] + label > span {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 1px solid #d0d0d0;
    vertical-align: bottom;
}

.filterBox
    ul:not(.filter-color)
    input[type="checkbox"]:checked
    + label
    > span:before {
    content: "";
    display: block;
    color: #000000;
    text-align: center;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #333333 #333333;
    width: 8px;
    height: 5px;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    position: absolute;
    top: 2px;
    left: 2px;
}

.filterBox .filter-color {
    display: table;
    list-style: none;
    width: 100%;
}

.filterBox .filter-color .swacth-btn {
    display: block;
    float: left;
    margin-bottom: 5px;
    position: relative;
    height: 24px;
    width: 34px;
    border: 1px solid transparent;
    background-color: #f8f8f800;
    border-radius: 3px;
    margin-right: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 21px;
    color: #ffffff;
    cursor: pointer;
}

.filterBox .filter-color .swacth-btn.checked {
    border-width: 1px;
    border-color: #000000;
}

.filterBox .color-set .swacth-btn:after {
    content: "";
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #000000 #000000;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -5px auto auto;
    opacity: 0;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.filterBox .color-set .swacth-btn.checked:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    color: #6d6d6d;
    z-index: 2;
}

.filterBox .color-set .swacth-btn.checked:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.filterBox .filter-color .black {
    background-color: #000000;
}

.filterBox .filter-color .white {
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.filterBox .filter-color .red {
    background-color: #fe0000;
}

.filterBox .filter-color .blue {
    background-color: #0000fe;
}

.filterBox .filter-color .pink {
    background-color: #ffc1cc;
}

.filterBox .filter-color .gray {
    background-color: #818181;
}

.filterBox .filter-color .green {
    background-color: #027b02;
}

.filterBox .filter-color .orange {
    background-color: #fca300;
}

.filterBox .filter-color .yellow {
    background-color: #f9f900;
}

.filterBox .filter-color .blueviolet {
    background-color: #8a2be2;
}

.filterBox .filter-color .brown {
    background-color: #a52a2a;
}

.filterBox .filter-color .darkGoldenRod {
    background-color: #b8860b;
}

.filterBox .filter-color .darkGreen {
    background-color: #006400;
}

.filterBox .filter-color .darkRed {
    background-color: #8b0000;
}

.filterBox .filter-color .dimGrey {
    background-color: #696969;
}

.filterBox .filter-color .khaki {
    background-color: #f0e68c;
}

.filterBox .filter-color .brown {
    background-color: #a62929;
}

.filterBox .filter-color .aqua {
    background-color: #05fdfd;
}

.filterBox .filter-color .tops-maroon {
    background: url("../images/product-images/variant1.jpg") no-repeat center
        center/cover;
}

.filterBox .filter-color .shirt-lightPink {
    background: url("../images/product-images/variant3.jpg") no-repeat center
        center/cover;
}

.filterBox .filter-color .shirt-blueViolet {
    background: url("../images/product-images/variant3-4.jpg") no-repeat center
        center/cover;
}

.filterBox .filter-color .jacket-khaki {
    background: url("../images/product-images/variant6.jpg") no-repeat center
        center/cover;
}

.filterBox .filter-color .bag-green {
    background: url("../images/product-images/variant16.jpg") no-repeat center
        center/cover;
}

.filterBox .filter-color .shirt-light {
    background: url("../images/product-images/variant11.jpg") no-repeat center
        center/cover;
}

/*
.filterBox .filter-color .tops-maroon, .filterBox .filter-color .shirt-lightPink,
.filterBox .filter-color .shirt-blueViolet, .filterBox .filter-color .jacket-khaki,
.filterBox .filter-color .bag-green, .filterBox .filter-color .shirt-light { background:url('../images/swatches/color-img1.jpg') no-repeat center center/cover; }
*/

.sidebar .sidebar_widget.categories-p .sub-level {
    position: relative;
}

.sidebar .sidebar_widget.categories-p .sub-level > a:after {
    content: "\f067";
    font-family: "annimex-icons";
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
}

.sidebar .sidebar_widget.categories-p .sub-level > a.active:after {
    content: "\f068";
    font-family: "annimex-icons";
    display: inline-block;
}

.sidebar .sidebar_widget.categories-p .sub-level ul {
    margin-left: 15px;
    margin-bottom: 0;
    display: none;
}

.sidebar .sidebar_widget.categories-p li a {
    display: block;
    color: white;
}

.filter-widget .widget-title {
    position: relative;
    cursor: pointer;
}

.filter-widget .widget-title:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    padding-right: 3px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 13px;
    line-height: 13px;
}

.filter-widget .widget-title.active:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

/* Size Swacthes */

.size-swacthes .swacth-list ul {
    margin-left: 0;
}

.size-swacthes .swacth-list li {
    float: left;
    display: block;
}

.size-swacthes .swacth-list .swacth-btn {
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
    width: 58px;
    height: 37px;
    line-height: 32px;
}

/* Price Range */

.price-filter input[type="text"] {
    height: 30px;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    width: 100px;
}

#slider-range.ui-slider-horizontal {
    background: #e9e9e9;
    border: none;
    border-radius: 0;
    height: 3px;
    margin-bottom: 20px;
}

#slider-range .ui-slider-handle {
    background: #ffffff;
    border: 2px solid #000000;
    height: 10px;
    outline: none;
    top: -4px;
    width: 10px;
    border-radius: 50%;
    cursor: w-resize;
    margin-left: -1px;
}

#slider-range.ui-slider-horizontal .ui-slider-range {
    background: #777;
    border: 0;
}

#slider-range.ui-slider-horizontal .ui-slider-range ~ .ui-slider-range {
    background: #000000;
}

/* Color Swatches */

.grid-products .item .swatches li label {
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
}

.grid-products .item .swatches li.rounded label {
    border-radius: 50% !important;
}

.grid-products .item .swatches li.radius label {
    border-radius: 5px !important;
}

.grid-products .item .swatches li input[type="radio"] {
    display: none;
}

.grid-products .item .swatches.color-style li .black {
    background-color: #000000;
}

.grid-products .item .swatches.color-style li .white {
    background-color: #ffffff;
}

.grid-products .item .swatches.color-style li .red {
    background-color: #fe0000;
}

.grid-products .item .swatches.color-style li .blue {
    background-color: #0000fe;
}

.grid-products .item .swatches li.rounded {
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
}

.grid-products .item .swatches li.small {
    width: 18px;
    height: 18px;
}

.grid-products .item .swatches li.rounded input[type="radio"] + label,
.grid-products .item .swatches li.rounded input[type="radio"]:checked + label {
    border-radius: 50% !important;
}

.grid-products .item .swatches li.radius input[type="radio"] + label,
.grid-products .item .swatches li.radius input[type="radio"]:checked + label {
    border-radius: 5px !important;
}

/* List Sidebar Products */

.list-sidebar-products {
    margin-top: 0;
}

.list-sidebar-products:before,
.list-sidebar-products:after,
.sidebar .sidebar_widget:before,
.sidebar .sidebar_widget:after {
    content: "";
    clear: both;
    display: block;
}

.list-sidebar-products .grid__item {
    margin-bottom: 5px;
}

.list-sidebar-products .article__date {
    color: #888;
}

.mini-list-item {
    margin-bottom: 10px;
}

.mini-list-item:before,
.mini-list-item:after {
    content: "";
    clear: both;
    display: block;
}

.mini-list-item .grid-view-item__link,
.mini-list-item .mini-view_image img {
    width: 70px;
    display: block;
}

/* price sort */

.sort-price input[type="radio"] {
    display: none;
}

.sort-price div > span {
    flex: 1 1 auto;
    display: block;
}

.sort-price label {
    flex: 1 1 auto;
    border: solid 1px #888;
    cursor: pointer;
    display: block;
    padding: 10px;
    width: 50%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 9px;
}

.sort-price :checked + label {
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: 600;
}

/* products */

.popular_list_item {
    text-align: center;
}

/*----------------------------------------
 * End Shop Pages
------------------------------------------*/

/* user profile */

.user_profile_name {
    padding-top: 70px;
    padding-bottom: 30px;
}

.user-profile {
    padding-top: 20px;
    margin-left: 10%;
    padding-bottom: 60px;
}

.user-profile form.is-readonly .btn-save {
    display: none;
}

.user-profile label {
    color: #ffffff;
    padding-left: 10px;
    font-weight: bold;
    font-size: 13px;
}

.user-profile form.is-readonly input[disabled],
.user-profile form.is-readonly textarea[disabled] {
    cursor: text;
    background-color: #fff0 !important;
    /* border-color: transparent; */
    outline-color: transparent;
    box-shadow: none;
    border-radius: 47px;
    padding: 15px 19px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 4px;
}

.user-profile form.is-readonly .js-edit {
    color: white !important;
}

.user-profile input,
.user-profile textarea {
    cursor: text;
    background-color: rgb(255, 255, 255) !important;
    /* border-color: transparent; */
    outline-color: transparent;
    box-shadow: none;
    border-radius: 47px;
    padding: 15px 9px;
    color: #151515;
    font-size: 14px;
    margin-top: 4px;
}

.user-profile form.is-editing .btn-edit {
    display: none;
}

.user-profile .form-group {
    position: relative;
}

.user-profile .form-group .form-btn {
    position: absolute;
    top: 35px;
    right: 15px;
}

.user-profile form {
    margin-bottom: 30px;
}

.user-profile .btn:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}

.user_profile_title {
    padding: 0px 36px;
}

.user_profile_title h2 {
    color: white !important;
    font-size: 40px;
}

.user-profile .title h6 {
    color: white;
    font-size: 16px;
}

.user-profile .title {
    margin-bottom: 20px;
    margin-left: 8px;
}

.hh-grayBox {
    /* background-color: #F8F8F8; */
    margin-bottom: 20px;
    padding: 35px;
    margin-top: -37px;
    border: 1px solid white;
    border-radius: 30px;
}

.hh-grayBox-1 {
    /* background-color: #F8F8F8; */
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
}

.pt45 {
    padding-top: 45px;
}

.order-tracking {
    text-align: center;
    /* width: 33.33%; */
    position: relative;
    margin-bottom: 23px;
    /* margin-left: 9px; */
    /* display: block; */
    display: flex;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 22px;
    font-weight: 700;
    color: white;
    line-height: 35px;
    border: 3px solid #ffffff;
    /* background-color: #e9e9e9; */
    /* margin: 0 auto; */
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #ffffff;
    color: #000;
    border-width: 0px;
    background-color: #ffffff;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    /* margin-top: 8px; */
    margin-left: 15px;
    /* margin-bottom: 0; */
    line-height: 40px;
}

.order-tracking p span {
    font-size: 14px;
}

.order-tracking p {
    color: rgb(255, 255, 255);
}

.order-tracking::before {
    content: "";
    display: block;
    height: 25px;
    width: 5px;
    background-color: #ffffff;
    top: -24px;
    position: absolute;
    left: 18px;
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #ffffff;
}

.tracking-order {
    padding: 0px 33px;
}

.order-title h5 {
    color: white;
    margin-bottom: 23px;
    font-size: 16px;
}

.order-details p {
    color: white;
    font-size: 15px;
    margin-bottom: 4px;
}

.order-details .order-number span {
    color: white;
    font-size: 15px;
    font-weight: 800;
    margin-left: 51px;
}

.order-product-list {
    margin: 0px auto;
    width: 217px;
    margin-bottom: 25px;
    color: white;
}

.t-p {
    color: rgb(193 206 216);
    padding: 7px 30px 17px 30px;
}

.past-order {
    padding: 0px 60px;
}

.accordion .item .item-header h2 button.btn.btn-link {
    /* background: #333435; */
    color: white;
    border-radius: 0px;
    font-family: "Poppins";
    font-size: 16px;
    position: relative;
    font-weight: 400;
    margin-bottom: 10p;
    line-height: 2.5;
    text-decoration: none;
}

.accordion .item .item-header {
    border: 1px solid white;
    background: transparent;
    padding: 0px;
    margin: 2px;
    border-radius: 14px;
    margin-bottom: 21px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 6px 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 25px;
    color: #ffffff;
    /* background-color: black; */
    right: 8%;
    top: 19px;
    width: 8px;
    position: absolute;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.past-order-title {
    padding: 15px 0px;
}

.past-order-title h5 {
    font-size: 16px;
    color: white;
}

.delta-login {
    padding-top: 100px;
    padding-bottom: 100px;
}

.delta-login .main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.delta-login .title {
    font-size: 37px;
    margin-bottom: 0;
    margin-bottom: 19px;
    font-family: "Roboto-bold";
    color: white;
    padding-left: 39px;
    padding-top: 30px;
}

.delta-login .content__input--form {
    display: flex;
    flex-direction: column;
}

.delta-login .content__input--form > label > input {
    box-sizing: border-box;
    width: 300px;
    height: 40px;
    margin-bottom: 30px;
    padding-left: -3px;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 1px;
    background-color: rgb(255 255 255 / 0%);
    color: #e8e8e8;
    outline: none;
}

.delta-login .content__input--form > label > input::placeholder {
    color: white;
    font-size: 14px;
}

.delta-login .content__submit > .button {
    height: 54px;
    width: 357px;
    border: none;
    background: #ffffff00;
    color: white;
    border-radius: 35px;
    border: 1px solid white;
    margin-bottom: 30px;
    /* font-family: "Inter"; */
    font-weight: bold;
    font-size: 14px;
}

.delta-login .content__submit > .google-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #4385f5;
    color: white;
    overflow: hidden;
}

.delta-login .google-button__google-icon {
    background-color: white;
    background-image: url("https://img.icons8.com/color/50/000000/google-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    height: 100%;
    width: 20%;
    margin-right: 30px;
    cursor: pointer;
}

.delta-login .no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.delta-login .content__submit > p,
.content__footer p {
    font-weight: 200;
    color: white;
}

.delta-login .content__footer p {
    font-size: 13px;
    text-align: center;
}

.delta-login a {
    text-decoration: none;
    color: white;
}

.delta-login .content__input--form p {
    margin: 0px;
    padding-left: 2px;
    font-size: 15px;
    color: white;
    font-family: "Roboto-bold";
}

.view-btn-class-login {
    margin-top: 10px;
}

/*.view-btn-class-login a {*/
.view-btn-class-login a,
.view-btn-class-login .view-btn {
    border: 1px solid white;
    border-radius: 25px;
    padding: 15px 110px;
    color: #353535;
    font-family: "Roboto-black";
    font-size: 13px;
    letter-spacing: 3px;
    background: white;
}

@media screen and (max-width: 800px) {
    .delta-login .main-container {
        margin: 0px 20px;
    }
    .delta-login .content__input--form {
        margin-top: 20px;
    }
    .delta-login .content__submit {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    .delta-login .content__footer {
        margin-top: 100px;
    }
}

@media screen and (min-width: 801px) {
    .delta-login .main-container__content {
        /* margin-top: 5%; */
        box-sizing: border-box;
        /* background-color: rgba(255, 255, 255, 0.1); */
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 90%;
        height: 400px;
        padding: 0%;
    }
    .delta-login .content__inputs {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 43%;
        /* height: 100%; */
        transform: translate(0, 5%);
    }
    .delta-login .content__submit {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-left: 1px solid white;
    }
    .delta-login .content__footer {
        width: 90%;
    }
}

/* order place */

.order_placed {
    padding-top: 100px;
    padding-bottom: 80px;
}

.order_placed .content__submit--line {
    width: 60%;
    height: 1px;
    background-color: white;
    margin-bottom: 15px;
}

.order_placed_content h2 {
    font-size: 90px;
    color: white;
}

.order_placed_content p {
    color: white;
    font-size: 18px;
}

.view-btn-class-placed {
    margin-top: 40px;
}

.view-btn-class-placed a {
    border: 1px solid white;
    border-radius: 25px;
    padding: 15px 47px;
    letter-spacing: 4px;
    font-size: 12px;
    background-color: white;
    color: rgb(21, 20, 20);
    font-family: "Roboto-black";
}

/* checkout */

.checkout_section {
    padding-top: 70px;
    padding-bottom: 100px;
}

/* .checkout_section .progress_box {
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 28px;
} */

.check_progress .progress-container {
    display: flex;
    position: relative;
    margin-bottom: 15px;
    margin-top: 30px;
    max-width: 100%;
    width: 63%;
    justify-content: space-between;
}

.check_progress .progress-container::before {
    content: "";
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: -2;
}

.check_progress .progress {
    background-color: var(--line-border-fill);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0;
    z-index: -1;
    transition: width 0.4s ease;
}

.check_progress .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #191919;
    font-family: "Roboto-Black";
    color: #fff;
    border-radius: 50%;
    height: 40px;
    font-size: 19px;
    width: 40px;
    border: 3px solid white;
    transition: border-color 0.4s ease;
}

.check_progress .circle.active {
    border-color: white;
    background: white;
    color: #000;
}

.checkout_section .title h2 {
    color: white;
    font-family: "Roboto-bold";
}

.checkout_product_table {
    margin-top: 30px;
    /* margin-bottom: 30px; */
    padding-bottom: 25px;
    border-bottom: 2px solid;
}

.checkout_product_table:last-child {
    border: none !important;
}

.checkout_total {
    border: 2px solid white;
    padding: 50px 12px;
    text-align: center;
    margin-top: 21%;
}

.checkout_total h2 {
    color: white;
    font-size: 30px;
}

.checkout_total h5 {
    color: white;
}

.checkout_total .content__submit--line {
    width: 51%;
    margin: 0px 26%;
    height: 4px;
    text-align: center;
    background-color: white;
    margin-bottom: 15px;
}

.thumb_img {
    text-align: center;
}

.checkout_product_table .product-name h2 {
    color: white;
    font-size: 31px;
}

.checkout_product_table .item_name {
    margin-bottom: 20px;
    margin-top: 20px;
}

.checkout_product_table .product-content span {
    color: white;
    font-family: "Roboto-Black";
}

.customs_sel_box {
    width: 53px;
    padding: 5px 2px 6px 2px;
    border: 1px solid;
    background-size: 6%;
    background: #ffffff00;
    color: white;
}

.checkout_product_table .option-clr {
    color: #000;
}

.product-content .item_content p {
    font-size: 14px;
}

.plus-minus-input {
    display: flex;
    align-items: center;
}

.plus-minus-input button {
    background: #282828;
    color: #fff;
    font-size: 30px;
    width: 32px;
    height: 33px;
    /* border-radius: 50%; */
    text-align: center;
    line-height: 6px;
    position: relative;
}

#product_count_form_two input {
    width: 20%;
    min-height: 40px;
    border-radius: 0;
    margin: 0 8px;
    text-align: center;
}

.qty {
    display: flex;
    text-align: center;
}

.qty label {
    flex: 1 0 100%;
}

/*.qty input {*/
/*    width: 39px;*/
/*    height: 32px;*/
/*    font-size: 15px;*/
/*    text-align: center;*/
/*    border: 1px solid #ffffff;*/
/*    background: #ffffff00;*/
/*    color: #ffffff;*/
/*}*/

.qty input {
    width: 39px;
    height: 32px;
    font-size: 15px;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #ffffff;
    background: #ffffff00;
    color: #ffffff;
}


/*.qty button {*/
/*    width: 41px;*/
/*    border: 2px solid;*/
/*    height: 32px;*/
/*    color: #ffffff;*/
/*    font-size: 15px;*/
/*    background: #57575700;*/
/*}*/

.qty button {
    width: 41px;
    border: 2px solid;
    height: 32px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 15px;
    background: #57575700;
}


/*.qty button.qtyminus {*/
/*    margin-right: 0.4rem;*/
/*}*/

/*.qty button.qtyplus {*/
/*    margin-left: 0.4rem;*/
/*}*/

.price {
    text-align: right;
    /*margin-top: 33px;*/
}

.price h5 {
    color: white;
    font-size: 16px;
}

.item_content {
    position: relative;
}

.item_content .remove {
    position: absolute;
    top: 8px;
    right: -60px;
    color: white;
    font-size: 33px;
}

/* shipping */

.ps-checkout .ps-checkout__title {
    color: #191919;
    font-size: 34px;
    line-height: 40px;
}

.ps-checkout .ps-checkout__text {
    color: #191919;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.ps-checkout .ps-checkout__text a {
    color: #191919;
    font-weight: 500;
}

.ps-checkout .ps-checkout__wapper {
    margin-bottom: 30px;
}

.ps-checkout .ps-checkout__content {
    padding-top: 40px;
}

.ps-checkout .ps-checkout__group {
    margin-bottom: 30px;
}

.ps-checkout .ps-checkout__group .iti {
    position: relative;
    display: inline !important ;
}

.ps-checkout .ps-checkout__label {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}

.ps-checkout .ps-checkout__heading {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.ps-checkout .ps-input,
.ps-checkout .ps-textarea {
    border-radius: 40px;
    height: 44px;
    border: 1px solid #ffffff;
    width: 100%;
    background-color: #0f000000;
    color: #f7f7f7;
    font-size: 14px;
    padding: 10px 20px;
}

.ps-checkout .ps-input::-moz-placeholder,
.ps-checkout .ps-textarea::-moz-placeholder {
    color: #191919;
    font-size: 14px;
}

.ps-checkout .ps-input:-ms-input-placeholder,
.ps-checkout .ps-textarea:-ms-input-placeholder {
    color: #191919;
    font-size: 14px;
}

.ps-checkout .ps-input::placeholder,
.ps-checkout .ps-textarea::placeholder {
    color: #191919;
    font-size: 14px;
}

.ps-checkout .ps-input:focus,
.ps-checkout .ps-textarea:focus {
    box-shadow: none;
}

.ps-checkout .ps-textarea {
    height: auto;
    padding-top: 30px;
}

.ps-checkout .ps-checkout__form {
    /* border: 1px solid #E5E5E5; */
    padding: 15px 20px 20px;
    border-radius: 4px;
    /* margin-bottom: -14px; */
}

.ps-checkout .ps-checkout__order {
    border: 3px solid #d9121f;
    border-radius: 4px;
    padding: 25px 20px 30px;
    margin-bottom: 50px;
}

.ps-checkout .ps-checkout__order .form-check label {
    color: #191919;
}

.ps-checkout .ps-checkout__row {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

.ps-checkout .toogle-password {
    min-width: 30px;
    padding-right: 10px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 14px;
    border-right: 1px solid #191919;
    border-bottom: 1px solid #191919;
    border-top: 1px solid #191919;
}

.ps-checkout .input-group input {
    width: auto;
    flex-grow: 1;
    border-right: none;
}

.ps-checkout .ps-label--danger {
    color: #d9121f;
}

.ps-checkout .ps-hidden {
    display: none;
}

.ps-checkout .form-check label {
    margin-top: 4px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.ps-checkout .form-check label::before {
    content: "";
    margin-right: 10px;
}

.ps-checkout .form-check label span {
    font-weight: 500;
    color: #191919;
}

.ps-checkout .form-check label img {
    max-width: 100px;
    margin: 0 5px;
}

.ps-checkout .form-check input:focus {
    box-shadow: none;
}

.ps-checkout .ps-title {
    color: #191919;
    font-weight: 500;
    font-size: 14px;
}

@media (min-width: 767px) {
    .ps-checkout .ps-checkout__form {
        padding: 15px 20px 20px;
    }
}

@media (min-width: 992px) {
    .ps-checkout .ps-checkout__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (min-width: 1280px) {
    .ps-checkout .ps-checkout__title {
        font-size: 50px;
        line-height: 60px;
    }
    .ps-checkout .ps-checkout__heading {
        font-size: 30px;
        line-height: 40px;
    }
    .ps-checkout .ps-input {
        font-size: 16px;
        height: 46px;
    }
    .ps-checkout .ps-input:hover {
        font-size: 16px;
    }
    .ps-checkout .ps-checkout__form {
        padding: 25px 30px 30px;
        /* margin-bottom: -19px; */
    }
    .ps-checkout .ps-checkout__order {
        margin-bottom: 90px;
    }
}

.ps-checkout {
    padding-top: 70px;
    padding-bottom: 40px;
}

.ps-checkout ::placeholder {
    color: rgb(255, 255, 255) !important;
    opacity: 1;
    /* Firefox */
}

.ps-checkout :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255, 255, 255) !important;
}

.ps-checkout ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255, 255, 255) !important;
}

.new_adress {
    background: white;
    border-radius: 30px;
    padding: 13px 31px 6px 31px;
    margin-bottom: 14px;
}

.new_adress input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px;
}

.new_adress input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    /* top: 6px; */
    height: 24px;
    border: 2px solid #494949 !important;
    border-radius: 3px !important;
    background-color: #efefef !important;
}

.new_adress input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid #ffcb9a;
    border-width: 0 0px 0px 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 50px;
    transition: all 0.2s linear;
}

.new_adress input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border: solid #333131;
    background: #333131;
    border-radius: 80px;
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    /* position: absolute; */
    top: 3px;
    left: 2px;
}

.new_adress input[type="radio"] {
    position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px;
}

.new_adress input[type="radio"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    /* top: 6px; */
    height: 24px;
    border: 2px solid #494949 !important;
    border-radius: 3px !important;
    background-color: #efefef !important;
}

.new_adress input[type="radio"]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid #ffcb9a;
    border-width: 0 0px 0px 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 50px;
    transition: all 0.2s linear;
}

.new_adress input[type="radio"]:checked:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border: solid #333131;
    background: #333131;
    border-radius: 80px;
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    /* position: absolute; */
    top: 3px;
    left: 2px;
}

.new_adress label {
    margin-top: 4px;
    color: #131313 !important;
    font-size: 15px;
    line-height: 27px;
}

.new_adress .ps-input,
.new_adress .ps-textarea {
    border-radius: 40px;
    height: 44px;
    border: 1px solid #131313;
    width: 100%;
    background-color: #0f000000;
    color: #f7f7f7;
    font-size: 14px;
    padding: 10px 20px;
}

.fast_deliver_price {
    margin-left: 10px;
}

.ptj {
    position: relative !important;
}

.fast_deliver_days {
    position: absolute;
    top: 3px;
    right:15px;
    /*left: 33%;*/
    color: #000;
}

.ps-checkout .title h2 {
    color: white;
}

.new_adress-bb {
    margin-bottom: 10px !important;
}

.new_adress ::placeholder {
    color: rgb(28, 28, 28) !important;
    opacity: 1;
    /* Firefox */
}

.new_adress :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(20, 20, 20) !important;
}

.new_adress ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(24, 24, 24) !important;
}

.checkout_pagination {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid white;
    padding: 16px 30px 0px 30px;
    margin-top: 20px;
}

.view-btn-class-back a {
    color: white;
}

.view-btn-class-next a {
    border: 1px solid white;
    border-radius: 25px;
    padding: 13px 100px;
    letter-spacing: 4px;
    font-size: 13px;
    background-color: white;
    color: rgb(21, 20, 20);
    font-family: "Roboto-black";
}

/*progress  */

/* payment */

.billing_table table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    border: 1px solid #ccc;
}

.billing_table table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

.billing_table table tr {
    border-bottom: 1px solid #ddd;
    padding: 0.35em;
}

.billing_table table th,
.billing_table table td {
    padding: 17px 0px;
    text-align: center;
    color: white !important;
}

.billing_table table th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
}

.billing_table .table tfoot {
    border-top: 1px solid #ddd;
}

.billing_table .table tfoot td {
    padding-top: 15px;
}

.billing_table .bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.bordered td,
.bordered th {
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered td:first-child,
.bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

@media screen and (max-width: 600px) {
    .billing_table table {
        border: 0;
    }
    .billing_table table caption {
        font-size: 1.3em;
    }
    .billing_table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .billing_table table tr {
        display: block;
        margin-bottom: 0.625em;
    }
    .cart_item_table {
    height: 100% !important;
    }
    .currency_item_table {
    height: 100% !important;
}
    .billing_table table td {
        display: block;
        font-size: 16px;
        text-align: right;
    }
    table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .billing_table table td:last-child {
        border-bottom: 0;
    }
    .billing_table .table tfoot td {
        padding-top: 15px;
    }
    .bordered td,
    .bordered th {
        border: none;
        padding: 10px;
        text-align: left;
    }
    .bordered td {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .bordered td:first-child,
    .bordered th:first-child {
        border-left: none;
    }
    .bordered th:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
    }
    .bordered th:last-child {
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
    }
    .bordered th:only-child {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }
    .bordered tr:last-child td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }
    .bordered tr:last-child td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }
    .billing_table table th,
    .billing_table table td {
        padding: 6px 13px;
        text-align: center;
        color: white !important;
    }
    .billing_table table tfoot tr:last-child {
        border: none !important;
    }
}

.payment_card {
    margin-top: 60px;
    margin-bottom: 60px;
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.split {
    border: 2px solid white;
    border-radius: 10px;
    padding: 17px 0px;
}

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

.split ul li {
    color: #aaaaaa;
    display: block;
    position: relative;
    /* float: left; */
    width: 100%;
    /* height: 100px; */
    /* border-bottom: 1px solid #333; */
}

.split ul li input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.split ul li label {
    display: block;
    position: relative;
    font-weight: 500;
    color: white;
    font-size: 13px;
    font-family: "Roboto-light";
    padding: 8px 19px 20px 42px;
    margin: 0px 10px 19px 14px;
    height: 27px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.split ul li:hover label {
    color: #ffffff;
}

.split ul li:first-child {
    border-bottom: 1px solid white;
}

.split ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #ffffff;
    border-radius: 8px;
    /* border-radius: 100%; */
    height: 22px;
    width: 22px;
    top: 8px;
    left: 20px;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.split ul li .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 0px;
    left: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.split input[type="radio"]:checked ~ .check {
    border: 3px solid #ffffff;
    border-radius: 8px;
}

.split input[type="radio"]:checked ~ .check::before {
    background: #ffffff;
}

.split input[type="radio"]:checked ~ label {
    color: #ffffff;
}

.split-title h5 {
    color: white;
    padding-bottom: 10px;
}

.split span {
    color: white;
    font-weight: normal;
}

/*----------- 15. Product page --------------*/

/*.product-img-box {*/
/*    width: 49%;*/
/*}*/

.product-image {
    position: relative;
    overflow: hidden;
}

.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0px;
    border: none;
    background: inherit;
    display: inherit;
}

.product-view {
    position: relative;
}

.product-essential {
    /* background: none repeat scroll 0 0 #fff; */
    display: block;
    font-size: 13px;
    /*overflow: hidden;*/
}

.product-view .product-img-box .product-image .product-full img {
    width: 100%;
    border: none;
    /* border-radius: 10px; */
}

.product-view .product-img-box .product-image .product-full::before {
    content: "";
    background: rgba(0, 0, 0, 0.04);
    position: absolute;
    inset: 0px;
    z-index: 1;
}

.product-full {
    overflow: hidden;
    position: relative;
}

.product-view .product-img-box .product-image .product-flexslider {
    margin: 0px 0px 0 0px;
}

.zoomContainer {
    position: relative;
    z-index: 1;
}

.slider-items-products .owl-buttons a {
    background: inherit;
    border: 2px solid #ddd;
    color: #777;
    display: block;
    margin: 0 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 34px;
    z-index: 5;
    opacity: 1;
    background: #fff;
    color: #1f1f1f;
    height: 34px;
    border-radius: 4px;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.product-flexslider .owl-buttons {
    opacity: 1;
}

.product-view .product-img-box .product-image .owl-next {
    right: 50%;
    top: -68px;
    left: auto;
    margin-right: -42px;
}

.product-view .product-img-box .product-image .owl-next a,
.product-view .product-img-box .product-image .owl-prev a {
    border: none;
    background: #eef0f2;
    border-radius: 999px;
    color: #333e48;
    height: 30px;
    width: 30px;
    line-height: 34px;
}

.more-views .slider-items-products .owl-buttons .owl-next a:before,
.more-views .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 20px;
}

.product-view .product-img-box .product-image .owl-prev {
    left: 50%;
    right: auto;
    top: -68px;
    margin-left: -12px;
}

.product-view .more-views {
   width: 15%;
    margin-right: -5px;
    float: left;
}

.product-view .more-views .owl-wrapper {
}

.product-view .product-img-box .product-image .more-views-items {
    margin: 0px 0px;
    width: 85%;
}

.product-view .flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1;
}

.product-view .flexslider-thumb-vertical .flex-viewport {
    height: 300px !important;
}

.product-view .flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none;
}

.product-view .flexslider-thumb-vertical .slides li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.product-view .flexslider-thumb-vertical .slides li img {
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    -moz-user-select: none;
}

.product-essential .product-image.no-gallery {
    margin-left: auto;
}

.product-essential .product-image img {
    height: auto;
    width: 100%;
    border: 1px rgba(0, 0, 0, 0) solid;
    border-radius: 0px;
    position: relative;
}

.product-view .product-img-box .product-image .more-views-items a {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

.product-view .product-img-box .product-image .more-views-items a::before {
    content: "";
    background: rgba(0, 0, 0, 0.04);
    position: absolute;
    inset: 0px;
    z-index: 1;
}

.product-essential .product-image .zoomGalleryActive img {
    border: 3px solid #a80665;
    display: block;
}

/*.product-view .product-shop {*/
/*    width: 35%;*/
/*}*/

.product-view .product-shop .brand {
    border: none;
    margin-bottom: 0px;
    padding: 0;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: capitalize;
}

.product-view .product-name h1 {
    font-size: 28px;
    margin: 0px;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: normal;
    color: #000;
    line-height: 1.1em;
    padding-right: 80px;
}

.product-view .product-shop .star-rating {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    font-size: 14px;
    width: 95px;
}

.product-view .product-shop .star-rating::before {
    font-size: 18px;
}

.product-view .product-shop .star-rating span:before {
    font-size: 18px;
}

.product-view .product-shop .rating-links {
    display: flex;
    margin: 0;
}

.rating a {
    font-weight: 600;
    font-size: 14px;
    color: #003953;
}

.rating a:hover {
    color: #0076bd;
}

.product-view .product-shop .price-block {
    position: relative;
    margin-bottom: 0px;
}

.product-view .product-shop .price-box {
    display: block;
    margin: 0px;
    padding: 10px 0px 15px 0;
    position: relative;
    min-height: inherit;
}

.product-view .product-shop .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-view .product-shop .price-box .old-price {
    margin: 0px;
    margin-top: 0;
    display: inline-block;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    color: #666;
    display: none;
}

.product-view .product-shop .price {
    font-size: 42px;
    color: #035d59;
    font-weight: 400;
    line-height: 35px;
    vertical-align: middle;
}

.product-view .product-shop .curr-type {
    font-size: 24px;
    vertical-align: super;
    font-weight: 400;
}

.old-price .price-label {
    color: #777777;
    display: none;
    white-space: nowrap;
}

.product-view .product-shop .old-price .price {
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
}

.free-ship {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    margin-right: 12px;
    color: #fff;
    background: #0076bd;
    text-transform: uppercase;
    width: auto;
}

.product-view .add-to-box {
    padding: 0px;
    overflow: hidden;
    text-align: left;
    margin: 25px 0px 0 0px;
}

.product-view .custom-color img {
    width: 80px;
}

.product-view .custom-color span {
    display: block;
    position: absolute;
    bottom: -25px;
    width: 100%;
}

.product-view .custom-control input {
    position: absolute;
}

.product-view .custom-color .custom-color-label {
    position: relative;
    margin-right: 5px;
    text-align: center;
}

.product-view .custom-color .custom-color-label::before {
    border: 2px rgba(0, 0, 0, 0) solid;
    content: "";
    background: rgba(0, 0, 0, 0.04);
    position: absolute;
    inset: 0px;
    z-index: 1;
}

.product-view
    .custom-color
    input[type="radio"]:checked
    + .custom-color-label::before {
    border-color: #35a1dc;
    content: "";
    background: rgba(0, 0, 0, 0.04);
    position: absolute;
    inset: 0px;
    z-index: 1;
}

.radio-color {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.add-to-box .add-to-cart,
.product-options-bottom .add-to-cart {
    margin: 0;
}

.product-view .product-shop .add-to-box .custom {
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 999px;
}

.custom button.items-count {
    background-color: #fff;
    border: none;
    color: #999;
    border-radius: 999px;
}

.add-to-cart .qty,
.qty-holder .qty {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
}

.add-to-cart .qty {
    height: 45px;
    text-align: center;
    width: 30px;
    vertical-align: top;
    color: #333e48;
}

.product-view .add-to-box .btn-cart {
    color: #035d59;
    font: 700 14px/120% Open Sans, sans-serif;
    border: 2px solid #a7e688;
    border-radius: 4px;
    padding: 12px 14px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    touch-action: manipulation;
    text-align: center;
    transition: all 0.3s ease 0s;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #a7e688;
    text-transform: capitalize;
    width: 100%;
}

.product-view .add-to-box .btn-cart:before {
    content: "\e04e";
    font-family: "simple-line-icons";
    margin-right: 10px;
    font-size: 16px;
}

.product-view .add-to-box .btn-cart:hover {
    background: #c3f4aa;
    border-color: #c3f4aa;
    color: #035d59;
}

.custom button.items-count {
    transition: color 300ms ease-in-out 0s,
        background-color 300ms ease-in-out 0s,
        background-position 300ms ease-in-out 0s;
    font-size: 10px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    color: #333;
}

.availability.in-stock {
    padding: 3px 0px;
    position: absolute;
    right: 0;
    margin-bottom: 0px;
    margin-top: 4px;
}

.availability.in-stock span {
    color: #038e42;
    font-size: 12px;
    display: inline-block;
    padding: 4px 15px 4px 5px;
    border-radius: 999px;
    font-weight: 400;
    background: #c0e6d5;
}

.availability.in-stock span:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 8px;
    font-size: 11px;
    vertical-align: middle;
    background: #fff;
    border-radius: 999px;
    color: #3cc97c;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    vertical-align: bottom;
}

.product-view .product-shop ul.add-to-links {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    display: inline-block;
    float: right;
}

.product-view .product-essential .add-to-links li {
    float: left;
    display: inline;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.product-view .product-essential .add-to-links .link-wishlist {
    padding: 0px 20px;
}

.product-view .product-shop .add-to-links li a:hover {
    color: #0ea360;
}

.product-view .product-essential .add-to-links .link-wishlist:before {
    content: "\e08a";
    font-family: "Simple-Line-Icons";
    font-size: 13px;
    margin-right: 3px;
}

.product-view .add-to-links span {
    font-size: 14px;
    margin-left: 5px;
    font-weight: normal;
}

.product-view .product-essential .add-to-links li:last-child {
    float: right;
}

.product-view .product-essential .add-to-links .link-compare:before {
    content: "\e06c";
    font-family: "Simple-Line-Icons";
    font-size: 13px;
    margin-right: 3px;
}

.product-view .shipping-info {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.product-view .shipping-info img {
    width: 88px;
}

.offer-text1 {
    font-size: 14px;
    margin-bottom: 20px;
}

.product-essential .short-info {
    background-color: #f4f4f4;
    padding: 20px 20px 0px 20px;
    margin-top: 20px;
}

.product-essential .short-info .list {
    margin-top: 0;
}

.product-essential .list {
    margin-top: 30px;
    padding-bottom: 20px;
}

.product-essential .list .heading {
    font-weight: 700;
    color: #1f1f1f;
    width: 110px;
    padding-right: 10px;
    float: left;
    font-size: 14px;
}

.product-essential .list .points {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 110px;
    font-size: 14px;
}

.product-essential .list .points span {
    width: 15px;
    height: 15px !important;
    border-radius: 999px;
    padding: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.product-essential .list .points ul {
    margin: 0;
    padding: 0;
}

.product-essential .list .points li {
    padding: 0 0 5px 16px;
    position: relative;
    list-style-type: none;
}

.product-essential .list a {
    color: #0076bd;
    font-weight: 600;
    display: block;
}

.product-essential .list .points li:after {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    background: #444;
}

.product-essential .list .points h4 {
    color: #0ea360;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 7px 14px;
    background: #eef0f2;
    display: inline-block;
    border-radius: 999px;
    margin-bottom: 10px;
}

.product-collateral {
    display: block;
    margin-bottom: 5px;
    width: 81%;
    margin: auto;
    margin-top: 60px;
}

.product-tabs {
    text-align: center;
    margin-bottom: 20px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.product-tabs li a {
    color: #1f1f1f;
    margin-right: 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    border: none;
    border-radius: 0;
}

.nav-tabs.product-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: auto;
    text-align: center;
    position: relative;
}

.nav-tabs.product-tabs > li > a.active,
.nav-tabs.product-tabs > li > a.active:hover,
.nav-tabs.product-tabs > li > a.active:focus {
    color: #0076bd;
    font-weight: 600;
    color: #003953;
    border-bottom: 2px solid #0076bd;
    text-decoration: none;
}

.nav-tabs.product-tabs > li > a {
    color: #1f1f1f;
    font-size: 16px;
    padding: 0px 15px 10px 15px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: none;
    display: block;
    border-bottom: 2px solid transparent;
}

.nav-tabs.product-tabs > li:first-child a {
}

#productTabContent {
    padding: 35px 0px;
}

#productTabContent ul li {
    margin-top: 7px;
}

.tab-content h2 {
    font-size: 20px;
    margin: 0px;
    text-align: left;
    padding-bottom: 15px;
    font-weight: 600;
    padding-right: 55px;
    letter-spacing: normal;
    color: #1f1f1f;
    line-height: 1.2em;
}

.tab-content h3 {
    font-size: 18px;
    margin: 0px;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 10px;
    letter-spacing: normal;
    color: #1f1f1f;
    line-height: 1.2em;
}

.desc-row {
    overflow: hidden;
    font-size: 13px;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.desc-row .heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
    letter-spacing: normal;
}

.desc-row .desc-img img {
    max-width: 100%;
    border-radius: 5px;
}

.desc-row .desc-img {
    overflow: hidden;
    width: 200px;
    float: left;
    padding-right: 30px;
}

.desc-row .desc-img.align-right {
    float: right;
    padding: 0;
    padding-left: 30px;
}

.desc-row:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.box-spec {
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tab-content .box-spec h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    padding-top: 8px;
}

.box-spec:last-child {
    border: none;
    padding: 0px;
}

.spec-tbl tr th {
    color: #878787;
    font-weight: 400;
    padding-bottom: 8px;
}

.spec-tbl tr td {
    padding-bottom: 8px;
}

.commentlist {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.commentlist .comment {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.commentlist .avatar {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 4px;
}

.commentlist .comment-text {
    padding: 20px 25px 10px 25px;
    background: #f4f4f4;
    border-radius: 4px;
    margin-left: 120px;
    position: relative;
}

.commentlist .comment-text .star-rating {
    float: none;
    display: block;
}

.commentlist .comment-text:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f4f4f4;
    content: "";
    position: absolute;
    top: 20%;
    margin-left: -40px;
}

.single-product .star-rating {
    display: inline-block;
    margin-bottom: 0;
}

.commentlist .comment-text .meta {
    margin-bottom: 10px;
}

.comment-respond {
    background: #e5f1f8;
    border-radius: 4px;
}

.comment-respond .comment-form {
    padding: 30px;
}

.comment-respond .comment-reply-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    padding-bottom: 15px;
    padding: 20px 30px;
    border-bottom: 1px solid #cee2ed;
}

.comment-respond .comment-form > p {
    margin-bottom: 20px;
}

.comment-respond .comment-form label {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #222222;
    display: block;
}

.comment-respond .comment-form textarea {
    padding: 8px 10px;
    outline: none;
    color: #999;
    border: 2px solid #cee2ed;
    width: 100%;
    border-radius: 5px;
}

.comment-respond .comment-form input {
    padding: 8px 10px;
    outline: none;
    color: #999;
    border: 2px solid #cee2ed;
    width: 100%;
    border-radius: 5px;
}

.comment-respond .stars {
    margin-bottom: 20px;
}

.comment-respond .stars a:first-child {
    padding-left: 0;
}

.comment-respond .stars a {
    font-size: 0;
    color: #a8c5d6;
    display: inline-block;
    border-right: 1px solid #cee2ed;
    padding: 0 10px;
    line-height: 12px;
}

.comment-respond .stars a.star-1:before {
    content: "\f005";
}

.comment-respond .stars a.star-2:before {
    content: "\f005\f005";
}

.comment-respond .stars a.star-3:before {
    content: "\f005\f005\f005";
}

.comment-respond .stars a.star-4:before {
    content: "\f005\f005\f005\f005";
}

.comment-respond .stars a.star-5:before {
    content: "\f005\f005\f005\f005\f005";
}

.woocommerce-Reviews .comment-respond .stars a:hover {
    color: #ffa900;
}

.comment-respond .form-submit input[type="submit"] {
    padding: 10px 24px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: 0.5px !important;
    display: inline-block;
    border: 2px solid #1f1f1f;
    margin-top: 10px;
    background: none;
    border-radius: 4px;
    width: auto;
}

.comment-respond .form-submit input[type="submit"]:hover {
    background: #1f1f1f;
    color: #fff;
}

.comment-respond .stars a:before {
    font-family: "FontAwesome";
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
}

#customer-reviews {
    margin-top: 15px;
}

#customer-reviews .detail {
    font-size: 14px;
    line-height: 18px;
}

#customer-reviews h3 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#customer-reviews h4 {
    display: inline;
    font-size: 14px;
}

#customer-reviews h5 {
    display: inline;
    font-size: 14px;
}

.box-reviews dl {
    margin-bottom: 0;
}

.box-reviews dt {
    font-size: 18px;
    padding: 20px 0 10px;
}

#customer-reviews .page-title {
    border: none;
}

#customer-reviews .page-title h2 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    padding: 2px 0px;
    position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.box-reviews1 {
    margin-top: 8px;
    margin-bottom: 20px;
}

.box-reviews2 {
    margin-top: 8px;
    margin-bottom: 35px;
    overflow: hidden;
}

.review-title {
    margin-top: 0;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}

.review-title span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.box-reviews > .rating-box {
    position: absolute;
    top: 30px;
    right: 30px;
}

.box-reviews dd {
    margin-left: 0;
    padding-bottom: 20px;
}

.box-reviews .author {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.box-reviews .date {
    color: #bdbdbd;
    font-size: 14px;
    font-style: italic;
}

.box-reviews .ratings-table {
    float: left;
    margin: 5px 15px 15px 0;
    width: 12%;
}

.box-reviews .review {
    border-left: 1px solid #dfdfdf;
    float: left;
    padding-left: 2.5em;
    width: 84%;
    margin-bottom: 10px;
}

.box-reviews .review .review-txt.last {
    border-bottom: none;
}

.box-reviews .review .review-txt {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.box-reviews ul li h6 {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 0px;
    padding: 0;
}

.box-reviews ul li h6 a {
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.box-reviews2 ul li {
    margin-bottom: 0px;
    clear: both;
}

.box-reviews .actions {
    padding-top: 1.5em;
    text-align: right;
    float: right;
}

#customer-reviews .form-list li label {
    color: #333;
    font-size: 14px;
}

#customer-reviews .buttons-set {
    margin-top: 10px;
}

.tab-content .faq {
    overflow: hidden;
    font-size: 14px;
}

.tab-content .faq ul {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.tab-content .faq ul li {
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tab-content .faq ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.tab-content .faq strong {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.tab-content .faq p {
    margin-bottom: 0;
    line-height: 1.4em;
    display: block;
    margin-bottom: 5px;
}

.tab-content .faq span {
    color: #878787;
    font-weight: 600;
}

.new-label {
    font-size: 13px;
    color: #fff;
    background: #8cc76f;
    padding: 3px 10px;
    text-align: center;
    display: block;
    position: absolute;
    font-weight: 300;
    text-transform: capitalize;
    line-height: normal;
    border-radius: 3px;
    z-index: 1;
}

.new-label.new-top-left:after {
    border-color: #8cc76f transparent transparent;
    border-style: solid solid solid none;
    border-width: 9px 9px 9px 0;
    bottom: -15px;
    content: "";
    left: 0px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 9px;
}

.wishlist-icon {
    position: absolute;
    z-index: 10;
    right: 0;
    font-size: 22px;
    background: #fff;
    padding: 5px 15px;
    color: #af4444;
    font-weight: 900;
}

.wishlist-icon a i {
    font-weight: 900;
    color: #af4444;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .product-view .product-shop {
        width: 100%;
    }
    .product-img-box {
        width: 100%;
    }
    .product-image {
        display: grid;
    }
    .product-view .more-views {
        order: 2;
    }
    .product-full {
        order: 1;
    }
    .product-view .more-views {
        width: 100%;
    }
    .product-view .custom-color .custom-color-label {
        display: inline-block;
        width: 80px;
    }
    .product-view .product-img-box .product-image .more-views-items {
        margin: 10px 10px 0 0;
        width: 63px;
        float: left;
    }
    .product-view .product-img-box .product-image .more-views-items a {
        margin-bottom: 0;
    }
    .product-view .product-shop .shipping-info img {
        width: 88px;
    }
    .product-collateral {
        width: 100%;
        margin-top: 40px;
    }
    .product-full {
        overflow: hidden;
    }
    .nav-tabs.product-tabs > li {
        margin-right: 0px;
        width: 100%;
        border-right: none;
    }
    .products-list .actions .add-to-links a.link-compare {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-view .product-shop ul.add-to-links {
        float: none;
    }
    .products-list .product-shop .btn-cart,
    .products-list .product-shop .btn-cart:hover {
        float: left;
    }
    .product-view .flexslider-thumb .flex-direction-nav {
        z-index: 0;
    }
    .product-view .product-shop .add-to-box .btn-cart {
        padding: 7px 14px;
    }
}

.product_details {
    padding-top: 60px;
    padding-bottom: 90px;
}

.shop_details_content h3 {
    color: white;
    font-size: 35px;
    margin-bottom: 0px;
    margin-top: 24px;
}

.product_details .content__submit--line {
    width: 35%;
    height: 6px;
    background-color: white;
    margin-bottom: 20px;
}

.item_price .sale_price {
    color: white;
    font-size: 18px;
    font-family: "Roboto-Black";
}

.product_details p {
    color: white;
    margin-top: 10px;
}

.sd_info_layout h4 {
    color: white;
    font-size: 15px;
}

.option.size {
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #ddd; */
    padding-top: 15px;
}

.quantity.size {
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #ddd; */
    padding-top: 10px;
}

.size-list li {
    cursor: pointer;
}

.size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.size-list li {
    /*width: calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320)));*/
    /* background-color: #fff; */
    height: calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320)));
    min-width: 60px;
    text-align: center;
    border: 1px solid #f0f3f8;
    color: white;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

.size-list li.active {
    background-color: white;
    color: #0f0f0f;
}

[class="dark"] .size-list li.active {
    color: #262834;
}

.size-list.size-watch li {
    width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    line-height: 22px;
    font-size: 14px;
    padding: 5px;
}

.title-box4 h4 {
    color: white;
}

.details_set p {
    color: white;
    font-size: 19px;
    font-family: "Roboto-Black";
}

.mb-1,
.my-1 {
    margin-bottom: 23px !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important;
}

.details_set ul {
    list-style-type: disc;
}

.details_set ul li {
    color: white;
    font-family: "Roboto-light";
    font-size: 15px;
}

.details_set {
    padding-top: 17px;
}

.detail_carousel .title {
    margin-bottom: 50px;
    font-size: 1.5em;
}

.detail_carousel .carousel-wrap {
    padding: 0 5%;
    width: 90%;
    margin: 0px auto;
    position: relative;
}

.detail_carousel .owl-carousel .item {
    margin: 0 18px 30px 18px;
    position: relative;
    box-shadow: 6px 14px 15px #111;
}

.detail_carousel .owl-carousel .owl-nav .owl-prev {
    background: url("../images/left.png") no-repeat;
    left: -4px !important;
}

.detail_carousel .owl-carousel .owl-nav .owl-next {
    background: url("../images/right.png") no-repeat;
    right: -14px !important;
}

.detail_carousel .owl-carousel .owl-nav button.owl-prev,
.detail_carousel .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    color: #223645;
    text-align: center;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* .popular .owl-nav span {
    display: none;
} */

/* @media only screen and (max-width: 1399px) {
    .popular .owl-carousel .owl-nav button.owl-prev,
    .popular .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
} */

.detail_carousel .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -90px;
}

.product_details_buy {
    padding-top: 33px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.product_Buy_title h3 {
    color: #000;
    font-size: 33px;
    font-family: "Roboto-Black";
}

.buy_size .item_code {
    color: #000;
    font-family: "Roboto-Black";
}

.buy_size .customs_sel_box {
    width: 53px;
    padding: 5px 2px 6px 2px;
    border: 2px solid;
    background-size: 6%;
    background: #ffffff00;
    color: #111111;
}

.buy_color,
.buy_color p,
.buy_qty {
    color: #000;
    font-family: "Roboto-Black";
}

.item_code {
    margin-bottom: 10px;
}

.buy_qty button {
    width: 41px;
    border: 2px solid;
    height: 32px;
    color: #2a2a2a;
    font-size: 15px;
    background: #57575700;
}

.buy_qty input {
    width: 39px;
    height: 32px;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    border: 2px solid #000000;
    background: #ffffff00;
    color: #000000;
}

.buy_price h5 {
    color: #000;
    font-size: 24px;
    margin-top: 0px;
}

.buy_btn .view-btn-class-placed a {
    border: 1px solid #171717;
    border-radius: 25px;
    padding: 17px 36px;
    letter-spacing: 4px;
    font-size: 12px;
    background-color: #252525;
    color: rgb(255 255 255);
    font-family: "Roboto-black";
}

.buy_btn .view-btn-class-placed {
    margin-top: 16px;
}

.size_selector {
    position: relative;
}

.size_selector {
    padding-top: 10px;
    padding-bottom: 70px;
}

.br-white {
    border: 1px solid #414040;
    padding: 50px 10px;
}

.size_product {
    position: relative;
    display: flex;
    justify-content: center;
    /* margin-bottom: 35px; */
}

.size_product h4 {
    color: white;
    font-family: "Roboto-regular";
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
}

.size_product {
    position: relative;
}

.size_product a {
    text-align: center;
}

.size_product .make_a_line::after {
    content: "";
    position: absolute;
    width: 21%;
    height: 9%;
    right: 40%;
    bottom: 1px;
    background-color: #fff;
}

.size_product_title h2 {
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}

.size_selector img {
    margin-top: 40px;
}

.news-section {
    padding-top: 250px;
    padding-bottom: 250px;
}

.news-section h1 {
    text-align: center;
    color: white;
    font-size: 50px;
}

.outfit-checkout .split ul li:first-child {
    margin-bottom: 25px;
}



.outfit-checkout .split ul li:first-child label {
    padding: 0px 19px 20px 20px !important;
    font-size: 18px;
    font-weight: bold;
}

.outfit-checkout .checkout_product_table {
    margin-top: 6px;
    padding: 0px 0px;
    /* margin-bottom: 30px; */
    padding-bottom: 25px;
    border-bottom: 2px solid;
}

.outfit-checkout .split ul li {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    margin-bottom: 8px;
}

.outfit-checkout .split ul li label {
    display: block;
    position: relative;
    font-weight: 500;
    color: white;
    font-size: 15px;
    font-family: "Roboto-light";
    padding: 0px 0px 20px 0px;
    margin: 0px 1px 19px 13px;
    height: 27px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.outfit-checkout .split .oftfit-sub-image {
    width: 36px;
    height: 50px;
}

.outfit-checkout .split span {
    color: white;
    /*margin-right: 20px;*/
}

@media (max-width: 768px) {
    .outfit-checkout .item_content {
        display: flex;
        justify-content: flex-start;
        margin-top: 7px;
    }
    .outfit-checkout {
        padding: 0px 20px;
    }
}



/*#################Country Picker######*/
.country_picker{
    box-sizing: border-box;
    width: 500px;
    height: 40px;
    margin-bottom: 30px;
    padding-left: -3px; 
    border: none;
    border-bottom: 1px solid white;
    border-radius: 1px;
    background-color: rgb(255 255 255 / 0%);
    color: #e8e8e8;
    outline: none;
}
@media (max-width: 768px) {
    .country_picker{
          position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    box-sizing: border-box;
    width: 381px;
    height: 53px;
    margin-bottom: 30px;
    padding-left: 24px;
    /* border: none; */
    border: 1px solid white;
    border-radius: 30px;
    background-color: rgb(255 255 255 / 0%);
    color: #e8e8e8;
    outline: none;
    margin-right: 0;
    }
    
    .but_mobile{
        display:none;
    }
}
/*#################END Country Picker######*/

/*###############Top Cart Btn############*/

    .rounded-pill {
        border-radius: 50rem!important;
    }
    .badge {
        display: inline-block;
        padding: 5px 7px;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        left: 45%;
        top: 11px;
        text-align: center;
        background: red;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
    .position-absolute {
        position: absolute!important;
    }
    .cart_icon {
        position: absolute;
        right: 81px;
    }
    
/*###############End Of Top Cart Section*/
.about-main-heading{
postion:relative}

  .sub-btn-class {
            text-align: center;
            padding: 15px 2px 0px;
            margin-bottom: 23px;
        }
        
        .sub-btn-class a {
            border: 1px solid white;
            border-radius: 25px;
            padding: 15px 65px;
            color: white;
            font-family: 'Roboto-black';
        }
        
        .sub-btn-class a:hover {
            border: 1px solid white;
            border-radius: 25px;
            background-color: white;
            padding: 15px 65px;
            color: rgb(36, 36, 36);
        }
        
        .newsletter-wrapper {
            padding: 55px 25px;
            background: #29292b3b;
            border: 1px solid #ffffff14;
            border-radius: 6px;
            height: 100%;
        }
        
        .newsletter-wrapper input {
            background: #2121237a;
            height: 50px;
            border-radius: 5px;
            color: white;
            font-size: 14px;
            margin-bottom: 20px;
            width: 100%;
            padding: 10px 20px;
            border: 1px solid #f7f7f773;
            transition: 0.3s;
        }
        
        .newsletter-wrapper h2 {
            color: white;
        }
        
        .form-btn-class {
            padding: 25px 0px 0px;
            /* margin-top: 23px; */
        }
        
        .form-btn-class a {
            border: 1px solid white;
            border-radius: 25px;
            padding: 15px 65px;
            color: white;
            font-family: 'Roboto-black';
        }
        
        .form-btn-class a:hover {
            border: 1px solid white;
            border-radius: 25px;
            background-color: white;
            padding: 15px 65px;
            color: rgb(36, 36, 36);
        }
        
        .newsletter {
            padding-top: 10px;
            padding-bottom: 60px;
        }
        
        .newsletter-right {
            padding: 25px;
            background: #29292b3b;
            border: 1px solid #ffffff14;
            border-radius: 6px;
            height: 100%;
        }
                .subscribe {
            padding-top: 90px;
            padding-bottom: 60px;
        }
        
        .subscribtion_content p {
            text-align: center;
            color: white;
            font-size: 17px;
        }
        
        .subscribe_title h1 {
            font-size: 60px;
            color: white;
        }
        
        
        
           .contact .contact-boxes {
            margin-bottom: 60px;
        }
        
        .contact .contact-box {
            background: rgba(255, 255, 255, 0.03);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 24px;
            padding: 20px;
            margin-bottom: 20px;
        }
        
   .contact .contact-box .icon-box {
    position: relative;
    width: 45px;
    height: 45px;
    border: 1px solid #585656;
    flex-shrink: 0;
    background: #2f2f2f;
    display: block;
    line-height: 44px;
    /* background: linear-gradient(124deg, #8f07dc, #9c076e, #c5024f); */
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 15px;
}
        
        .contact .contact-box .content-box h5 {
            font-size: 15px;
            color: #c3c0c0;
            font-weight: 500;
        }
        
        .contact .contact-box .content-box p {
            font-size: 16px;
            color: #fff;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 0;
        }
        
        .contact {
            position: relative;
            padding-top: 150px;
            padding-bottom: 150px;
        }
        
        .contact_info_title h2 {
            margin-bottom: 50px;
            color: #fff;
            font-size: 28px;
            font-weight: 700;
            letter-spacing: .6px;
        }
        
        .contact-form-section .contact-form {
            position: relative;
            max-width: 770px;
            margin: 0 auto;
        }
        
        .contact-form-section .row {
            margin: 0 -10px;
        }
        
        .contact-form-section .contact-form .form-group {
            position: relative;
            padding: 0 10px;
            margin-bottom: 20px;
        }
        
        .contact-form-section .contact-form .form-group input[type="text"],
        .contact-form-section .contact-form .form-group input[type="email"],
        .contact-form-section .contact-form .form-group input[type="url"],
        .contact-form-section .contact-form .form-group textarea,
        .contact-form-section .contact-form .form-group select {
            position: relative;
            display: block;
            width: 100%;
            font-size: 16px;
            color: #858687;
            line-height: 28px;
            padding: 12px 23px;
            border: 1px solid #ffffff3b;
            background-color: #ababab17;
            font-weight: 500;
            border-radius: 15px;
            height: 69px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }
        
        .contact-form-section .contact-form .form-group-error input[type="text"],
        .contact-form-section .contact-form .form-group-error input[type="email"],
        .contact-form-section .contact-form .form-group-error input[type="url"],
        .contact-form-section .contact-form .form-group-error textarea,
        .contact-form-section .contact-form .form-group-error select {
            position: relative;
            display: block;
            width: 100%;
            font-size: 16px;
            color: #858687;
            line-height: 28px;
            padding: 12px 23px;
            border: 2px solid #bc0808;
            background-color: #ababab17;
            font-weight: 500;
            border-radius: 15px;
            height: 69px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }
        
        .contact-form-section .contact-form .form-group input:focus,
        .contact-form-section .contact-form .form-group select:focus,
        .contact-form-section .contact-form .form-group textarea:focus {
            border-color: #ff4880;
        }
        
        .contact-form-section .contact-form .form-group textarea {
            height: 180px;
            resize: none;
        }
        
       .form-btn-class {
            text-align: center;
            padding: 25px 2px 0px;
            /* margin-top: 23px; */
        }
        
        .form-btn-class .form-btn {
            border: 1px solid white;
            border-radius: 25px;
            padding: 10px 65px;
            color: white;
            background-color: rgba(255, 255, 255, 0.012);
            font-family: 'Roboto-black';
        }
        
        .form-btn-class .form-btn:hover {
            border: 1px solid white;
            border-radius: 25px;
            background-color: white;
            padding: 10px 65px;
            color: rgb(36, 36, 36);
        }
        
        .conatct_restricted_area {
            padding-top: 100px;
            padding-bottom: 100px;
            position: relative;
        }
        
        .validate_error {
            padding: 7px;
            margin-top: 15px;
            background: #a2a2a212;
            text-align: center;
            color: red;
            font-size: 17px;
            border: 2px solid #958d8d;
            border-radius: 12px;
        }
        
        .validate_error-1 {
            padding: 7px;
            color: red;
            font-size: 15px;
            border-radius: 12px;
        }
        
        .validate_success {
            padding: 7px;
            margin-top: 15px;
            background: #a2a2a212;
            text-align: center;
            color: green;
            font-size: 17px;
            border: 2px solid #958d8d;
            border-radius: 12px;
        }
        
        
      .no_product h1 {
        margin-top: 50px;
        color: white !important;
          }       
        
        /*.customs_selects{margin-left: 31px;}*/
        
        .custom_dropdown:focus{
    color: white !important;
    border: none;
}
    
/* #########Offer Price Section ############# */
              .item_price {
                                                position: relative;
                                            }
                                            
                                            .offprice {
                                                font-size: 14px;
                                                font-weight: 700;
                                                font-family: "Roboto-Black";
                                                position: absolute;
                                                /* top: 69px; */
                                                color: #dd004c !important;
                                                margin-left: 6px;
                                            }
                                            
                                            .style-1 del {
                                                color: #9a9697 !important;
                                                text-decoration: none;
                                                position: relative;
                                                margin-right: 13px;
                                                font-size: 20px;
                                                font-weight: 700;
                                            }
                                            
                                           .style-1 del:before {
                                                content: " ";
                                                display: block;
                                                width: 94%;
                                                background: url("../images/ND-stroke.png") no-repeat center center/cover !important;
                                                height: 61px;
                                                position: absolute;
                                                bottom: -20px;
                                                left: 4px;
                                                transform: rotate(8deg);
                                            }
                                                                                        
                                            .style-1 ins {
                                                color: green;
                                                font-size: 32px;
                                                text-decoration: none;
                                                padding: 1em 1em 1em 0.5em;
                                            }
                                            
                                            
                                            
                                            
                                              .new-price p {
                                                 margin-bottom: 30px ;
                                            }
                                            
                                            .new-price .offprice {
                                                font-size: 14px !important;
                                                font-weight: 700 !important;
                                                color: #dd004c !important;
                                                margin-left: 0px !important;
                                                position: inherit;
                                                font-family: "Roboto-Black";

                                                
                                            }
                                            
                                            .new-price del {
                                               
                                                color: #9a9697;
                                                text-decoration: none;
                                                position: relative;
                                                margin-right: 13px;
                                                font-size: 20px;
                                                font-weight: 700;
                                            }
                                            
                                           .new-price del:before {
                                                    content: " ";
                                                    display: block;
                                                    width: 41%;
                                                    background: url(../images/ND-stroke.png) no-repeat center center/cover !important;
                                                    height: 59px;
                                                    position: absolute;
                                                    bottom: -22px;
                                                    left: 15px;
                                                    transform: rotate(8deg);
                                                }
                                                
                                            .new-price .amount-new{color:grey !important;}

                                            .new-price span{
                                            
                                            font-family: "Roboto-black" !important;
                                                font-size: 13px !important;
                                            }
                                            .make_a_line::before {display:none}
                                            
                                            .new-price .amount {
                                                        color: grey !important;
                                                    }
@media (max-width: 600px){
 .make_a_line::before {
   display:none !important;
}}

@media (max-width: 768px){
.new-price p {
    margin-bottom: 30px;
text-align:center;
}
}
/* ##############End Of Offer Price Section ######## */