@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.maateen.me/adorsho-lipi/font.css');


body{
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.5;
}
/*==== COMMON CSS START ====*/
@font-face {
    font-family: 'Potro Sans Bangla';
    src: url('../fonts/Potro-Sans-Bangla-Regular.ttf');
    src: url('../fonts/Potro-Sans-Bangla-Regular.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/Potro-Sans-Bangla-Regular.ttf')  format('truetype');
}
p{
	text-align: left;
	margin:0;
	color: #222;
	padding:0;
}
.decent-font{
    font-family: 'AdorshoLipi', sans-serif !important;
}

button,
button:focus,button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
}
ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a:focus {
    color: #222;
    text-decoration: none;
    outline-offset: 0;
    outline:0;
}

button,
button:focus,button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}
.parsley-errors-list{
    color: #6B168E;
}
.parsley-error {
    border: 1px solid #6B168E !important;
}
img {
    max-width: 100%;
    height: 100%;
}
button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Poppins', sans-serif;
   margin: 0;
}
.potro_font{
    font-family: Potro Sans Bangla;
}
.hot-deals-btn .viewbtn {
    background: linear-gradient(to right, #6B168E, #714098);
    color: #fff;
    /*width: 100%;*/
    padding: 7px;
}
svg {
    height: 16px;
    width: 16px;
}
.cursor{
    cursor: pointer;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.container_97 {
    max-width: 1200px;
}
footer{
    padding:0 0;
}

/*==== COMMON CSS END ====  */

/*==== HEADER CSS START ====  */
header {
    position: relative;
    box-shadow: 0px 0px 10px #ddd;
}
.header-top {
    background: #000000;
    padding: 6px 0;
}
.header-left span {
    margin-right: 15px;
    color: #fff;
    text-transform: capitalize;
}
.header-left span a {
    color: #fff;
}
.header-left ul li a {
    margin: 0 5px;
}
.header-left ul {
    display: inline-block;
}
.header-right {
    text-align: right;
}
.header-right a {
    color: #fff;
    margin-left: 5px;
}
.logo-area {
    padding: 5px 0;
}
.sticky.is-sticky {
    /*background: #222;*/
    z-index: 9999;
    /*border-bottom: 1px solid #ddd;*/
}
.logo-header {
    display: grid;
    grid-template-columns: 19% 46% 29%;
    grid-gap: 0% 2%;
}
/*search*/
.main-search {
    margin: 8px 0;
    position: relative;
}
.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
}
.search_product img {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    border-radius: 50px;
}
.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}
.search_product ul li:hover {
    background: #f1f1f1;
}
.search_content .price {
    color: #b74135;
    font-weight: 600;
}
.mobile-show{
    display:none !important;
}
.mobile-header {
    display: none;
    background: #1D3D52;
}
.mobile-categories ul li {
    display: block;
    z-index: 99999;
    width: 100%;
    height: auto;
}
.mobile-categories {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    width: 85%;
    transition:0.35s all;
    left:-100px;
    visibility:hidden;
    opacity:0;
    height:100%;
}
.mobile-categories.active{
    left:0;
    visibility:visible;
    opacity:1;
}
.mobile-search input {
    text-align: center;
}
.main-search form {
    border: 2px solid #6B168E;
    border-radius: 50px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 30% 60% 10%;
}
.main-search form input {
    height: 40px;
    padding: 0 20px;
}
.main-search form button {
    border-left: 1px solid #ddd;
    color: #555;
    height: 40px;
    outline: 0;
    float: right;
    background: #1D3D52;
    color: #fff;
}
.main-search select,.main-search select:focus {
    border: 0;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    outline: 0;
}
.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
}
.mobile-nav li {
    border-bottom: 1px solid #ddd;
}
.mobile-menu .nav li button.active {
    border-radius: 0;
    color: #6B168E;
}
.main-search.mobile-search {
    margin: 0;
    padding: 0;
}
.main-search.mobile-search form {
    border: 1px solid #ddd;
}
.mobile-menu .nav li {
    width: 50%;
    float: left;
}
.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}
.nice-select {
    height: 41px !important;
    line-height: 41px !important;
}
.nice-select.open .list {
    z-index: 99999 !important;
}
.nice-select .option {
    display: block !important;
}
/*search end*/
.header-list-items {
    text-align: right;
    margin: 15px 0;
}
.header-list-items ul li {
    text-align: center;
    padding: 0;
    margin-left: 15px;
    font-weight: 600;
}
.header-list-items ul li a {
    display: inline-block;
}
.header-list-items ul li p {
    display: inline-block;
    text-align: center;
    position: relative;
}
.margin-shopping {
    margin-right: 10px;
}
.header-list-items ul li i {
    font-size: 20px;
}
.cart-svg {
    height: 22px;
    width: 22px;
}
.header-list-items ul li span {
    position: absolute;
    top: -5px;
    right: 15px;
    /*background: linear-gradient(to right, #6B168E, #714098);*/
    color: #FAA31A;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

.menu-bar a p span {
    position: absolute;
    top: 60px;
    right: 50px;
    /*background: linear-gradient(to right, #6B168E, #714098);*/
    color: #FAA31A;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

.header-list-items ul li span {
    position: absolute;
    top: -5px;
    right: 15px;
    /*background: linear-gradient(to right, #6B168E, #714098);*/
    color: #FAA31A;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

.login-dialog {
    position: relative;
}
.login-box {
    position: absolute;
    top: 45px;
    width: 260px;
    padding: 15px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}
.login-box:after {
    content: " ";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}
.login-dialog:hover .login-box {
    top: 27px;
    visibility: visible;
    opacity: 1;
}
.login-box .form-control {
    margin: 10px 0;
    background-color: #fff !important;
    height: 40px;
    border: 1px solid #ddd;
}
.login-menu li {
    display: block;
    text-align: left !important;
    margin: 8px 0;
}
.login-menu li a {
    display: block;
    color: #222;
}
.forget-link {
    margin-bottom: 5px;
    margin-top: 4px;
    color: #2c1c1c;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 12px;
    text-align: center;
}
.submit-btn {
    background: #6B168E !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
}

.register-now a {
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
    transition: 0.35s all;
}

.register-now a:hover {
    background: linear-gradient(to right, #6B168E, #714098);
    color: #fff;
}
#cart-qty {
    position: relative;
}
.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}
.go_cart, .go_cart:hover {
    background: linear-gradient(to right, #6B168E, #714098);
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
}
#cart-qty:hover .cshort-summary {
    top : 45px;
    opacity: 1;
    visibility: visible;
}
.cshort-summary img {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
}
.cshort-summary ul {
    display: grid;
    grid-template-columns: 15% 45% 20% 20%;
    margin: 5px 0;
}
.cshort-summary .cart_remove {
    margin-left: 5px;
}
.cshort-summary ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.cshort-summary .remove-cart,.cshort-summary .remove-cart:focus {
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.menu_view_all, .menu_view_all:hover {
    position: absolute !important;
    bottom: 0;
    right: 0;
    border: none !important;
    color: #fff !important;
    background: #6B168E !important;
    z-index: 99999999;
    display: inline-block !important;
    height: auto !important;
}
.menu-area {
    /*background: linear-gradient(to right, #6B168E, #714098);*/
    background: linear-gradient(to right, #6B168E, #714098);
}
.categories {
    position: relative;
    z-index: 99;
}
.categories ul li img {
    width: 16px;
}
.categories p {
    padding: 10px 10px;
    background: linear-gradient(to right, #6B168E, #714098);
    /*background: linear-gradient(to right, #6B168E, #0000FF);*/
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}
.categories .side-category {
    transition: 0.35s all;
    line-height: 1.1;
    text-align: center;
}
.categories .side-category li {
    position: relative;
}
.categories .side-category li a {
    position: relative;
}
.categories .side-category li a i {
    position: absolute;
    right: -2px;
    color: #fff;
}
.categories .sub-category li {
    display: block;
    position: relative;
}
.categories ul li a {
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-weight: 600;
    transition: 0.35s all;
}
.side-category li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 12px;
    color: #999;
}
.categories ul li a:hover {
    background: #1d3d52;
}
.sub-category {
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transition: 0.35s all;
    position: absolute;
    background-color: #fff;
    text-align: left;
}
ul.sub-category li a {
    color: #222 !important;
}
.sub-category a:hover{
    color:#fff !important;
}
.categories ul li:hover > .sub-category {
    visibility: visible;
    opacity: 1;
}
.categories ul li a {
    position: relative;
    text-transform: capitalize;
}
.categories ul li img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.main-menu {
    text-align: right;
}
.main-menu ul li a {
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    color: #777;
    position:relative;
}
.main-menu ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    transition: 0.35s;
    bottom: 0;
    background: linear-gradient(to right, #6B168E, #714098);
    position: absolute;
}

.main-menu ul li a:hover:after {
    width: 100%;
}

.fixed-top {
    /*top: -40px;*/
    /*transform: translateY(40px);*/
    /*transition: transform 1s;*/
    /*background: #fff;*/
    box-shadow: 0px 0px 5px #000;
}
.main-logo {
    height: 60px;
}
.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.main-logo img {
    width: auto;
    height: 90%;
    margin-top: 0;
}
/*==== HEADER CSS END ====  */

/*==== CATEGORY SECTION CSS START ====  */
.homeproduct {
    padding-bottom: 50px;
}
.category-section.section-padding {
    margin-bottom: 20px;
}
.section-title {
    padding: 20px 0;
}
.section-title h2 {
    font-size: 16px;
    font-weight: 600;
}
.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #6B168E;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}
.front-category ul li a:hover {
    background: linear-gradient(to right, #6B168E, #714098);
    color: #fff;
    border-color: #6B168E;
}
.feature-btn {
    text-align: center;
    margin-top:25px;
}
.feature-btn a {
    border: 1px solid #ddd;
    padding: 8px 25px;
    transition: 0.35s all;
    border-radius: 5px;
}

.feature-btn a:hover {
    background: linear-gradient(to right, #6B168E, #714098);
    color: #fff;
}

/*.details_slider .owl-dots {*/
/*    text-align: center; */
/*    margin-top: 20px;*/
/*}*/
/*.details_slider .owl-dot {*/
/*    background-color: #999; */
/*    border-radius: 50%; */
/*    display: inline-block;*/
/*    width: 10px; */
/*    height: 10px;*/
/*    margin: 0 5px; */
/*    transition: background-color 0.3s ease;*/
/*}*/
/*.details_slider .owl-dot.active {*/
/*    background-color: #f00;*/
/*}*/


.details-owl-nav .details-owl-prev {
    position: absolute;
    left: 110px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.details-owl-nav .details-owl-next {
    position: absolute;
    right: 870px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.details-owl-nav .details-owl-prev:hover,
.details-owl-nav .details-owl-next:hover {
    color: #ff0000;
}

@media (max-width: 768px) {
    .details-owl-nav .details-owl-prev,
    .details-owl-nav .details-owl-next {
        display: none;
    }
}

/* Style the container for navigation buttons */
/*.details-owl-nav {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
    /*margin-top: 20px; */
/*}*/

/* Style the previous button */
/*.details-owl-prev,*/
/*.details-owl-next {*/
/*    background: none;*/
/*    border: none;*/
/*    font-size: 24px;*/
/*    color: #333;*/
/*    cursor: pointer;*/
    /*outline: none; */
/*}*/

/* Style the next button */
/*.details-owl-next {*/
    /*transform: scaleX(-1); */
/*}*/


/*==== CATEGORY SECTION CSS END ====  */

/*==== SLIDER CSS START ====  */
.main-slider {
    position: relative;
}
.slider-section .offset-sm-3 {
    padding-left: 0;
}
.main-slider .owl-nav button span {
    font-size: 30px;
}
.main-slider .owl-nav button {
    height: 40px;
    width: 35px;
    background: #fff !important;
    transition: 0.35s all;
}
.main-slider .owl-nav button:hover {
    background: #6B168E !important;
    color: #fff;
}

.main-slider .owl-prev {
    position: absolute;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}
.main-slider .owl-next {
    position: absolute;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}
.main-slider:hover.main-slider .owl-prev {
    left: 10px;
    visibility: visible;
    opacity: 1;
}
.main-slider:hover.main-slider .owl-next {
    right: 10px;
    visibility: visible;
    opacity: 1;
}

.category-slider {
    position: relative;
}
.slider-section .offset-sm-3 {
    padding-left: 0;
}
.category-slider .owl-nav button span {
    font-size: 30px;
}
.category-slider .owl-nav button {
    height: 40px;
    width: 35px;
    background: #fff !important;
    border-style: 1px solid #6B168E;
    transition: 0.35s all;
}
.category-slider .owl-nav button:hover {
    background: #6B168E !important;
    color: #fff;
}

.category-slider .owl-prev {
    position: absolute;
    left: -20px;
    /*visibility: hidden;*/
    visibility: visible;
    opacity: 1;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}
.category-slider .owl-next {
    position: absolute;
    right: -20px;
    /*visibility: hidden;*/
    visibility: visible;
    opacity: 1;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}
.category-slider:hover.category-slider .owl-prev {
    left: -20px;
    visibility: visible;
    opacity: 1;
}
.category-slider:hover.category-slider .owl-next {
    right: -20px;
    visibility: visible;
    opacity: 1;
}




.slider-item {
    width: 100%;
    margin-top: 12px;
    height: 300px;
}
.slider-item img {
    width: 100%;
}
/*==== SLIDER CSS END ====  */

/*==== FRONT CATEGORY  CSS START ====  */
.hot-deals-section {
    padding: 25px 0;
}
.hot-deals-inner {
    background-color: #FFEFCF;
    padding: 5px 5px 20px 5px;
}
.hot-deals-img img {
    width: 100px;
}
.hot-deals-product {
    border: 1px solid #6B168E;
}
.deals-discount {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #fff;
    padding: 0 10px;
}
.discount-wrapper {
    position: relative;
}
.discount-wrapper img {
    width: 45px !important;
}
.discount-wrapper span {
    position: absolute;
    top: 6px;
    left: 8px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.discount-wrapper span:last-child {
    top: 21px;
    left: 10px;
    font-size: 11px;
}
.hot-deals-btn {
    text-align: right;
}
.hot-deals-btn a {
    color: #fff;
    /*font-weight: 900;*/
    margin-top: 15px;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    padding: 7px;
    background: linear-gradient(to right, #6B168E, #714098);
    
    
}
.hotdeals-slider-one {
    margin-bottom: 15px;
}
.hotdeal_price {
    position: absolute;
    background-color: #0089CF;
    right: 1px;
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.custom_paginate {
    margin-top: 35px;
}
.custom_paginate .pagination {
    display: flex;
    justify-content: center;
}
/*==== FRONT CATEGORY  CSS END ====  */

/*==== FOOTER  CSS START ====  */

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}
.footer-menu ul li a:hover {
    color: #F1FFE7;
    margin-left: 2px;
}
.footer-menu ul li a {
    color: #959595;
    margin: 8px 0;
    display: block;
    transition: 0.35s all;
}
.footer-top {
    border-top: 2px solid #ddd;
    padding: 50px 0;
    background: #1D3D52;
}
.footer-about {
    text-align: center;
}
.footer-about p {
    text-align: center;
    margin: 5px 0;
    color: #DEE5E5;
}
.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #DEE5E5;
    margin: 10px 0;
}
.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color:#fff;
}
.footer-menu ul li a:hover {
    color: #6B168E;
    margin-left: 2px !important;
}
.footer-about ul li a .feather {
    color: #fff;
}
.footer-about {
    text-align: center;
    padding-right: 180px;
}
.footer-about a {
    display: block;
}
.footer-about a img {
    height: 50px;
    width: auto;
}
.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer-menu ul li {
    display: block;
}
.footer-menu ul li a {
    color: #DEE5E5;
    margin: 8px 0 !important;
    display: block;
}
.footer-bottom {
    background: #17374b;
    padding: 10px 0;
}
.footer-hotlint {
    color: #F1FFE7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.copyright p {
    text-align: center;
    color: #a0a0a0;
}

/*==== FOOTER CSS END ====  */

/*==== FOOTER FIXED MENU START ====  */
.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}
.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer_nav ul li a span {
    display: block;
}
.footer_nav ul li {
    position: relative;
}
.footer_nav ul li i {
    font-size: 16px;
}
.item_count {
    position: absolute;
    top: -5px;
    right: 25px;
    background: linear-gradient(to right, #6B168E, #714098);
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    border-radius: 50px;
}
/*==== FOOTER FIXED MENU END ====  */

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 30px 0;
}
.product-cart .name {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #6B168E;
    margin: 10px 0;
}
.product-code p {
    display: inline-block;
    background: #000000;
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
}
.details-price del {
    color: #777;
    margin: 5px 0;
}
.qty-cart .quantity {
    position: relative;
    border: 1px solid #222;
    height: 46px;
    overflow: hidden;
    margin: 20px 0;
    max-width: 150px;
}
.qty-cart {
   width: 150px;
}
.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}
.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    width: 45px;
    border-right: 1px solid #222;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}
.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    width: 45px;
    border-left: 1px solid #222;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}
.order_now_btn {
    font-size: 18px;
    color: #fff;
    background-color: #6B168E;
    border: 1px solid #6B168E;
    border-radius: 3px;
    width: 100%;
    margin-right: 5px;
    font-family: 'Potro Sans Bangla';
}
.order_now_btn:hover, .order_now_btn:active {
    color: white !important;
    background-color: #8e0005 !important;
    border-color: #8e0005 !important;
    outline: 0;
}
.add_cart_btn {
    color: white;
    background-color: #37A1D1;
    border: 1px solid #37A1D1;
    border-radius: 3px;
    width: 100%;
}

.add_cart_btn:hover,.add_cart_btn:active {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.features {
    border: 1px solid #ddd;
    border-top: 4px solid #000000;
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 60px;
}

.features .text {
    font-size: 15px;
}

.feature-products {
    border: 1px solid #000000;
    margin-top: 30px;
}

.feature-products-wrapper {
    padding: 5px;
}

.feature-products p {
    margin-bottom: 0;
    font-size: 14px;
    background-color: #131522;
    color: white;
    text-align: center;
    padding: 3px 0;
    font-family: Li-Ador-Noirrit-R;
}

.feature-products tr {
    height: 55px;
}

.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
}
.delivery_details tr td {
    color: #000000 !important;
}

.delivery_details .potro_font {
    /*font-size: 14px;*/
    /*font-weight: 600;*/
    /*letter-spacing: 1px;*/
    
    font-weight: 900;
    margin-top: 2px;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    
}
.description {
    margin-bottom: 50px;
}

.description .tab-content {
    border: 1px solid #ddd;
    padding: 30px 15px;
    border-top: 0;
}

.description #home-tab {
    color: #000000;
    font-size: 16px;
    border-top: 2px solid #000000;
    font-weight: 600;
}

.tab-description {
    line-height: 1.8;
}

.tab-description p {
    margin: 5px 0;
}
.related-title {
    margin-bottom: 15px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
}
.tab-description li {
    display: block;
    position: relative;
    margin-left: 15px;
    margin: 5px 0;
    font-size: 15px;
}
/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}
/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}
#custom-modal{
    display: none;
}
.modal-view {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 99999;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}
.quick-view-inner {
    overflow: hidden;
}
.quick-product .name {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}
.quick-product-img {
    width: 40%;
    float: left;
}
.quick-product-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}
/*====  QUICK VIEW CSS END ====  */

/*====  LOADING SPINNER CSS END ====  */
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(250, 250, 250, 1);
    /*background: linear-gradient(to right, rgba(54, 80, 161, 1), rgba(113, 64, 152, 1), rgba(0, 0, 0, 1));*/
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}
.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side,#6B168E 92%,#0000);
    background: var(--c) 50% 0,
    var(--c) 50% 100%,
    var(--c) 100% 50%,
    var(--c) 0    50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 49%;
}

@keyframes s7 {to{transform: rotate(.5turn)}}
/*====   LOADING SPINNER CSS END ====  */

/*====   WISHLIST MODAL CSS START ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}
.wishlist-modal {
    margin-top: 25px;
}
.wishlist-modal .name {
    text-align: left;
    margin: 0;
}
.wishlist-modal .price {
    color: #6B168E;
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}
.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}
.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}
.confirm-btn{
    background: linear-gradient(to right, #6B168E, #714098);
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}
.continue-btn:hover,.confirm-btn:hover {
    background: linear-gradient(to right, #6B168E, #714098);
    color:#fff;
}
/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: #F5F7F9;
    padding: 20px 25px;
    border-radius: 5px;
}
.vcart-content img {
    width: 50px;
    height:50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}
.cart_name {
    max-width: 185px;
}
.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}
.vcart-content table th {
    color: #666;
}
.vcart-content table td {
    font-size: 15px;
}
.remove-cart,.remove-cart:focus {
    background: #edc03f;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}
.wcart-btn,.wcart-btn:focus {
    background: linear-gradient(to right, #6B168E, #714098);
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}
/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.vcart-qty .quantity {
    height: 35px;
    width: 85px;
    margin-top: 0 !important;
}
.vcart-qty .quantity .minus {
    left: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}
.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}
.cart-summary {
    background: #F5F7F9;
    padding: 15px;
    border-radius: 5px;
}
.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}
.cart-summary table td:last-child {
    text-align: right;
}
.coupon-form{
    margin-top: 25px;
}
.coupon-form form {
    display: inline-block;
    width: 300px;
}
.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}
.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}
.coupon-form form button {
    width: 20%;
    background: linear-gradient(to right, #6B168E, #714098);
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}
/*====  CART CSS END ====  */

/*====  LOGIN CSS START ====  */
.auth-section input, .auth-section input:focus {
    border: 1px solid #ddd;
    background: #E8F0FE;
}
.register-now.no-account a {
    text-align: center;
    display: block !important;
    width: 100%;
}
.form-content form .form-group {
    position: relative;
}
.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-content {
    background: #FFEFCF;
    padding: 15px;
    border-radius: 5px;
    margin: 25px 0;
}
.auth-title {
    font-size: 18px;
    border-bottom: 2px solid #444;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
}
/*====  LOGIN CSS END ====  */

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}
.brand-item img {
    opacity: 0.4;
    transition: 0.35s all;
}
.brand-item img:hover {
    opacity: 1;
}
.brand-slider .owl-nav button span {
    font-size: 35px;
}

.brand-slider .owl-nav button {
    height: 50px;
    width: 45px;
    background: #ddd !important;
    transition: 0.35s all;
}
.brand-slider .owl-nav button:hover {
    background: #6B168E !important;
    color:#fff;
}

.brand-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
.brand-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
/*====  BRAND CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #F5F7F9;
    padding: 10px;
    border-radius: 5px;
}
.customer-img img {
    border-radius: 50px;
}
.customer-section {
    padding: 20px 0;
}
.sidebar-menu {
    background: #F5F7F9;
    margin: 15px 0;
    border-radius: 5px;
}
.sidebar-menu ul li {
    display: block;
}
.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}
.customer-content {
    background: #F5F7F9;
    padding: 15px;
    border-radius: 5px;
}
.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}
.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.invoice_btn,.invoice_btn:focus {
    background: linear-gradient(to right, #6B168E, #714098);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
.sidebar-menu li a.active {
    color: #6B168E;
}

/*====  PROFILE CSS END ====  */

/*====  CHECKOUT CSS START ====  */
.chheckout-section {
    padding: 35px 0;
}
.checkout-shipping .card-header {
    background: #F5F7F9;
    padding: 10px 15px;
}
.checkout-shipping h5,.cart_details h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.checkout-shipping label {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: Potro Sans Bangla;
    font-weight: 600;
}
.checkout-shipping select {
    font-size: 13px;
}

.checkout-shipping input, .checkout-shipping input:focus, .checkout-shipping select, .checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}
#select2-district-container {
    line-height: 40px;
}
.select2-results li {
    display: block;
}
.checkout-shipping .form-check-input:checked + label, .checkout-shipping .form-check-input:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    line-height: 25px;
    display: inline-block;
    color: #77787b;
    cursor: pointer;
}
.checkout-shipping .form-check-input:checked + label::before,
.checkout-shipping .form-check-input:not(:checked) + label::before {
    content: "";
    position: absolute;
    /*top: 8px;*/
    left: -10px;
    width: 24px;
    height: 24px;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    background: #FFFFFF;
}
.checkout-shipping .form-check-input:checked, .checkout-shipping .form-check-input:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkout-shipping .form-check-input:checked + label::before {
    border-color: #0397d3;
}
.checkout-shipping .form-check-input:checked + label:after,.checkout-shipping .form-check-input:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0397d3;
    position: absolute;
    top: 5px;
    left: -5px;
    border-color: #0397d3;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkout-shipping .form-check-input:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkout-shipping .form-check-input:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkout-shipping  .form-check {
    background-color: #fafafa;
    /*width: 30%;*/
    /*height: 80px;*/
    padding: 6px 25px;
}
.nagadform p,.bkashform p,.rocketform p {
    padding: 5px 0;
}
.bkashform,.nagadform,.rocketform {
    display: none;
    background: #F5F7F9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}
.order_place {
    background: linear-gradient(to right, #6B168E, #714098);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
}
.order_place:hover {
    background: linear-gradient(to right, #6B168E, #714098);
}
/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 30px 0;
}
.contact-form input,.contact-form input:focus,
.contact-form textarea,.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}
.contact-form label {
    margin-bottom: 15px;
}
.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}
.social-media.footer-about li a {
    text-align: center;
}
.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}
/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */
.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}
.category-thumb img {
    width: 24px;
}
.all-category {
    display: grid;
    grid-template-columns: repeat(5,20%);
    grid-gap: 15px;
}
.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}
.menu-more {
    color: #6B168E !important;
    font-weight: 600;
}
.menu-more i{
    color: #6B168E !important;
    font-weight: 600;
}
/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}
.front-view-image {
    margin-bottom: 15px;
}
.front-view-image a {
    display: block;
}
.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}
.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}


.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}
.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.view-all-button-box.pull-right {
    float: right;
}
a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%), 
                0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}
.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}
.product-img-outer-box {
    position: relative;
    overflow: hidden;
}
.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}
.product-img-outer-box a img {
    transform: scale(1);
    transition: all .5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}
.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all .5s ease-out;
}
.product-desc-main-box {
    padding: 5px;
    text-align: center;
}
.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev, 
.related-product-section button.owl-prev, 
.product-inner button.owl-next, 
.related-product-section button.owl-next 
{
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}
.product-inner button.owl-prev i, 
.related-product-section button.owl-prev i, 
.product-inner button.owl-next i,
.related-product-section button.owl-next i 
{
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product-inner button.owl-prev:hover i, 
.related-product-section button.owl-prev:hover i, 
.product-inner button.owl-next:hover i, 
.related-product-section button.owl-next:hover i 
{
    background-color: #6B168E;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}
.product-inner button.owl-prev ,
.related-product-section button.owl-prev 
{
    left: 0;
}
.related-product-section button.owl-prev 
{
    left: -40px;
}
.product-inner button.owl-next ,
.related-product-section button.owl-next 
{
    right: 0;
}
.related-product-section button.owl-next 
{
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-title-left h4 {
    font-size: 30px;
}
.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}
.product-inner .product-img-outer-box a {
    height: 290px;
}
.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}
.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}
.category-img-banner {
    margin-bottom: 15px;
}
.category-img-banner a {
    display: block;
    overflow: hidden;
}
.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    border-radius: 15px;
}
.category-img-banner:hover a img {
    transform: scale(0.95);
}
.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}
.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #4DBC60;
    border-radius: 5px;
    color: #fff;
}


.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*Design By Milon */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.main_product_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap:10px;
}
.product_item_inner {
    border: 2px solid #ddd;
    padding: 5px;
    border-bottom: 0;
    transition: 0.35s all;
}
.product_item:hover .product_item_inner {
    border-color: #6B168E;
}
.product_item {
    margin-bottom:10px;
}
.pro_name {
    height: 60px;
}
.pro_img {
    height: 185px;
    position: relative;
}
.pro_img img {
    height: 100%;
    width:100%;
}
.pro_des {
    text-align: center;
}
.pro_price p {
    color: #6B168E;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
}
.pro_btn button {
    background: linear-gradient(to right, #6B168E, #714098);
    color: #fff;
    width: 100%;
    padding: 7px;
}
.pro_btn button:hover {
    background: #8e0005;
}

.pro_price del {
    color: #999;
    margin-left:5px;
}
.discount {
    position: absolute;
    top: 5px;
    background: linear-gradient(to right, #6B168E, #714098);
    padding: 2px 7px;
    border-radius: 20px;
    right: 6px;
}
.discount p {
    color: #fff;
    font-size: 11px;
}
.pro_name a:hover {
    text-decoration: underline;
}

.success-img{
    text-align: center;
}
.success-img img {
    width: 320px;
}
.success-title h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 45px;
}
.success-table {
    background: #f3f3f3;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
}
.category-slider {
    margin-top: 25px;
}
.category-item {
    padding: 25px 0;
}
.category-item p {
    font-weight: 400;
}
.category-item img {
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: 0.35s all;
}
.category-item img:hover {
    transform: scale(1.05);
}

.category-item p {
    text-align: center;
    margin-top: 5px;
    color: #222;
    font-weight: 500;
}

.contact .info {
      border-top: 3px solid #47b2e4;
      border-bottom: 3px solid #47b2e4;
      padding: 30px;
      background: #fff;
      width: 100%;
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    }
    
    .contact .info i {
      font-size: 20px;
      color: #47b2e4;
      float: left;
      width: 44px;
      height: 44px;
      background: #e7f5fb;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
    }
    
    .contact .info h4 {
      padding: 0 0 0 60px;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #37517e;
    }
    
    .contact .info p {
      padding: 0 0 10px 60px;
      margin-bottom: 20px;
      font-size: 14px;
      color: #6182ba;
    }
    
    .contact .info .email p {
      padding-top: 5px;
    }
    
    .contact .info .social-links {
      padding-left: 60px;
    }
    
    .contact .info .social-links a {
      font-size: 18px;
      display: inline-block;
      background: #333;
      color: #fff;
      line-height: 1;
      padding: 8px 0;
      border-radius: 50%;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s;
      margin-right: 0px;
    }
    
    .contact .info .social-links a:hover {
      background: #47b2e4;
      color: #fff;
    }
    
    .contact .info .email:hover i,
    .contact .info .address:hover i,
    .contact .info .phone:hover i {
      background: #47b2e4;
      color: #fff;
    }
    
    .contact .php-email-form {
      width: 100%;
      border-top: 3px solid #47b2e4;
      border-bottom: 3px solid #47b2e4;
      padding: 30px;
      background: #fff;
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    }
    
    .contact .php-email-form .form-group {
      padding-bottom: 8px;
    }
    
    .contact .php-email-form .validate {
      display: none;
      color: red;
      margin: 0 0 15px 0;
      font-weight: 400;
      font-size: 13px;
    }
    
    .contact .php-email-form .error-message {
      display: none;
      color: #fff;
      background: #ed3c0d;
      text-align: left;
      padding: 15px;
      font-weight: 600;
    }
    
    .contact .php-email-form .error-message br+br {
      margin-top: 25px;
    }
    
    .contact .php-email-form .sent-message {
      display: none;
      color: #fff;
      background: #18d26e;
      text-align: center;
      padding: 15px;
      font-weight: 600;
    }
    
    .contact .php-email-form .loading {
      display: none;
      background: #fff;
      text-align: center;
      padding: 15px;
    }
    
    .contact .php-email-form .loading:before {
      content: "";
      display: inline-block;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      margin: 0 10px -6px 0;
      border: 3px solid #18d26e;
      border-top-color: #eee;
      animation: animate-loading 1s linear infinite;
    }
    
    .contact .php-email-form .form-group {
      margin-bottom: 20px;
    }
    
    .contact .php-email-form label {
      padding-bottom: 8px;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
      border-radius: 0;
      box-shadow: none;
      font-size: 14px;
      border-radius: 4px;
    }
    
    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
      border-color: #47b2e4;
    }
    
    .contact .php-email-form input {
      height: 44px;
    }
    
    .contact .php-email-form textarea {
      padding: 10px 12px;
    }
    
    .contact .php-email-form button[type=submit] {
      background: #47b2e4;
      border: 0;
      padding: 12px 34px;
      color: #fff;
      transition: 0.4s;
      border-radius: 50px;
    }
    
    .contact .php-email-form button[type=submit]:hover {
      background: #209dd8;
    }
    
    @keyframes animate-loading {
      0% {
        transform: rotate(0deg);
      }
    
      100% {
        transform: rotate(360deg);
      }
    }
    
    
    /*Color Css*/
    .color_inner p {
        float: left;
        margin-top: 2px;
        width: 100%;
        display: block;
        font-size: 16px;
        font-weight: 400;
    }
    .color_inner ul {
        list-style: none;
        padding: 0;
        display: inline-block;
        width: 100%;
        float: left;
    }
    
    .color_inner ul li {
        color: #AAAAAA;
        display: inline;
        position: relative;
        float: left;
    }
    
    .color_inner ul li input[type=radio]{
      position: absolute;
      visibility: hidden;
    }
    .color_inner ul li label {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 14px;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        margin-bottom: 3px !important;
    }
    
    .color_inner ul li .check {
        display: block;
        position: absolute;
        border: 2px solid #AAAAAA;
        height: 30px;
        width: 30px;
        top: 0;
        left: 0;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        text-align: center;
        border-radius: 50%;
    }
    
    .color_inner input[type=radio]:checked ~ .check {
      border: 5px solid #F45E24 ;
    }
    
    .color_inner input[type=radio]:checked ~ .check::before{
      background: #F45E24 ;
    }
/* details slider nav & dots*/
.details_slider {
    background: #fff;
}
.details_slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.details_slider .owl-dots button {
    background: #f1f1f1;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    border-radius: 50px;
    border: 1px solid #222 !important;
}
.details_slider .owl-dots button.active {
    background: #fff !important;
}
.details_slider .owl-prev span {
    font-size: 36px;
    font-weight: 600;
}
.details_slider .owl-next span {
    font-size: 36px;
    font-weight: 600;
}
.details_slider .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.details_slider .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.indicator_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.indicator-item img{
    height:80px !important;
}
.indicator_thumb .owl-prev {
    position: absolute;
    left: -0px;
    top: 50%;
    transform:translateY(-50%);
    height: 20px;
    width: 20px;
    background: #fff !important;
    line-height: 0 !important;
    border-radius: 50px;
    border: 1px solid #222 !important;
}
.indicator_thumb .owl-next {
    position: absolute;
    right: -0px;
    top: 50%;
    transform:translateY(-50%);
    height: 20px;
    width: 20px;
    background: #fff !important;
    line-height: 0 !important;
    border-radius: 50px;
    border: 1px solid #222 !important;
}

.indicator_thumb {
    position: relative;
}

.indicator_thumb .owl-prev span,.indicator_thumb .owl-next span {
    font-size: 18px;
    font-weight: 900;
    
}



