body {font-size: 14px;color: #222;overflow-x: hidden;}
ul {padding: 0;margin: 0;list-style: none;}
p {margin: 0 0 7px;}
img{max-width: 100%;}
.tel_no {display: none;}
.header {background: #320582;}
.top-titles {display: flex;justify-content: space-between;background: #fff;font-size: 16px;padding: 7px 30px;color: #320582;align-items: center;gap: 10px;}
.header-section {padding: 20px 0;}
.header-section .top-text {font-size: 22px;color: #fff;text-align: center;text-transform: uppercase;font-weight: 600;}
.header-section .top-text span {display: block;font-size: 16px;text-transform: capitalize;font-weight: normal;}
.header-section .card-icon h6 {font-size: 16px;text-align: center;color: #fff;font-weight: 600;text-transform: uppercase;}
.header-section .card-icon .visamc {background: #fff;width: 50%;padding: 5px;display: block;margin: 0 auto;text-align: center;}
.navbar-menu.sticky {background: #320582;position: fixed;top: -42px;width: 100%;z-index: 99;transform: translateY(42px);transition: all ease 0.3s;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;-webkit-transform: translateY(42px);-moz-transform: translateY(42px);}
.navbar-menu {background: #a41759;height: 45px;line-height: 45px;}
.navbar-menu ul li {float: left;font-size: 17px;margin-right: 90px;position: relative;overflow: hidden;text-transform: uppercase;}
.navbar-menu ul li:last-child {margin-right: 0;}
.navbar-menu ul li a {color: #fff;text-decoration: none;padding: 0 7px;display: block;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.navbar-menu ul li a::after {background: #fff;position: absolute;top: -100%;width: 100%;height: 100%;content: "";opacity: 0;left: 0;z-index: 1;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.navbar-menu ul li:hover a::after {top: 0;opacity: 1;}
.navbar-menu ul li a span {position: relative;z-index: 3;}
.navbar-menu ul li.active a::after {opacity: 1;top: 0;}
.navbar-menu ul li.active a {color: #000;}
.navbar-menu ul li a:hover {color: #000;}
.navbar-menu.sticky ul li a {color: #fff;}
.navbar-menu.sticky ul li a::after {background: #fff;}
.navbar-menu.sticky ul li a:hover {color: #000;}
.navbar-menu.sticky ul li.active a {color: #000;}
.product-sections {background: #f5f2f2;padding: 40px 0;}
.mainsite-paragraph p {font-size: 16px;color: #656565;line-height: 28px;margin-bottom: 12px;}
.mainsite-paragraph p strong {color: #000;text-transform: uppercase;font-weight: 600;}
.heading h1 {font-size: 35px;color: #320582;font-weight: 600;}
.product-sections h3 {font-size: 27px;text-align: center;font-weight: 600;color: #320582;background: #fff;padding: 20px 5px;border-left: 1px dashed;border-right: 1px dashed;margin-bottom: 0;box-shadow: 0 0 7px 0 #ccc;-webkit-box-shadow: 0 0 7px 0 #ccc;}
.product-sections .row.prod-row > div {margin-top: 35px;}
.product-sections .box {background: #f3efef;height: 100%;position: relative;padding-bottom: 10px;box-shadow: 0 0 10px 0 #ccc;-webkit-box-shadow: 0 0 10px 0 #ccc;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.product-sections .box .product-item {background: #fff;display: flex;align-items: center;justify-content: center;height: 250px;border-bottom: 2px dashed #ccc;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.product-sections .box:hover {background: #fff;}
.product-sections .box:hover .product-item {border-color: #986ce7;}
.product-sections .box .product-item img {transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.product-sections .box:hover .product-item img {transform: scale(1.1);}
.product-sections .box .text-product {display: inline-block;width: 100%;padding: 0 10px;position: relative;}
.product-sections .box h4 {font-size: 23px;font-weight: 600;margin-top: 10px;}
.product-sections .box .item-codes {font-size: 16px;color: #320582;font-weight: 600;line-height: normal;}
.product-sections .box p {font-size: 16px;color: #656565;line-height: 26px;}
.product-sections .box p strong {color: #000;font-weight: 600;}
.product-sections .box .product-size {color: #000;line-height: normal;}
.product-sections .box span {color: #a41759;}
.product-sections .box .price-total {color: #000;line-height: normal;}
.product-sections .box .purchase-now {font-size: 20px;color: #000;font-weight: 600;margin-bottom: 7px;line-height: normal;}
.product-sections .box .text-colm {padding: 0 15px;}
.product-sections .box .text-colm .item-codes {color: #a41759;}
.product-sections .box h5 {font-size: 18px;margin-top: 7px;color: #320582;}
.product-sections .box h5 span {display: block;font-size: 16px;color: #222;margin-top: 5px;}
.product-sections .box .item-color ul {display: flex;align-items: center;gap: 10px;flex-wrap: wrap;margin: 12px 0;}
.product-sections .box .item-color ul li {background: #fff;font-size: 17px;flex: 0 0 32%;max-width: 32%;text-align: center;padding: 10px;box-shadow: 0 0 7px 0 #ccc;-webkit-box-shadow: 0 0 7px 0 #ccc;}
.product-sections .box .item-color ul li span {display: block;margin-top: 7px;}
.content-pag ul {display: flex;align-items: center;justify-content: space-between;gap: 10px;flex-wrap: wrap;margin-top: 30px;}
.content-pag ul li {font-size: 17px;text-align: center;margin-bottom: 30px;width: 24%;height: 120px;padding: 10px;box-shadow: 0 0 5px 0 #ccc;-webkit-box-shadow: 0 0 5px 0 #ccc;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;position: relative;}
.content-pag ul li figure {width: 32px;height: 32px;overflow: hidden;display: block;margin: 0 auto 7px;position: relative;}
.content-pag ul li figure img {transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.content-pag ul li figure::before {background: url(..//images/address-icon-1.png);position: absolute;bottom: -35px;width: 32px;height: 32px;content: "";left: 0;right: 0;margin: 0 auto;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.content-pag ul li:hover figure::before {bottom: 0;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.content-pag ul li:nth-child(3n):hover figure::before {background: url(..//images/fax-icon-1.png);}
.content-pag ul li:nth-child(2n):hover figure::before {background: url(..//images/phone-icon-1.png);}
.content-pag ul li:nth-child(4n):hover figure::before {background: url(..//images/email-icon-1.png);}
.content-pag ul li:hover {background: #320582;color: #fff;}
.content-pag ul li:hover a {color: #fbb2d4;}
.content-pag ul li:hover span {color: #fff;}
.content-pag ul li:hover figure img {margin-top: -63px;transition: 0.5s;}
.content-pag ul li span {display: block;margin-top: 7px;color: #320582;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.content-pag ul li a {color: #a41759;}
.content-pag h5 {font-size: 21px;font-weight: 600;margin-bottom: 0;}
.new {position: absolute;top: 10px;border-radius: 3px;padding: 2px 5px;right: 15px;color: #320582;border: 1px solid;}
label {display: block;color: #a41759;font-size: 16px;}
.form-control.qty {float: left;width: 95px;margin-right: 13px;padding: 8px;border-radius: 0;text-align: center;border: 1px solid;}
.submit_btn {background: #fff;border: 1px solid;padding: 8px 15px;margin-right: 10px;color: #000;font-size: 16px;cursor: pointer;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.submit_btn:hover {background: #320582;color: #fff;border: 1px solid;}
.viewcart_btn {background: #fff;color: #000;font-size: 16px;padding: 8px 15px;border: 1px solid;cursor: pointer;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.viewcart_btn:hover {background: #320582;color: #fff;border: 1px solid;}
select.form-control:not([size]):not([multiple]) {height: calc(2.25rem + 6px);}
.form-control {border: 1px solid;border-radius: 0;color: #222;}
.form-control:focus {border-color: #f00;box-shadow: inherit;}
select.form-control {appearance: none;-webkit-appearance: none;-moz-appearance: none;background-image: url(..//images/down.png);background-size: 14px;background-position: 96% center;background-repeat: no-repeat;}
/*******************/
.footer {background: #000;color: #fff;padding-top: 50px;}
.footer .card_img h3 {font-size: 25px;margin-bottom: 20px;color: #ccb2fa;font-weight: 600;}
.footer .card_img h3 span {display: block;font-size: 16px;color: #fff;margin-top: 5px;font-weight: normal;}
.footer .card_img ul li {float: left;background: #fff;padding: 5px 7px;margin-right: 10px;}
.footer .icon-adders ul li {font-size: 16px;margin-bottom: 10px;display: inline-block;width: 100%;}
.footer .icon-adders ul li img {margin-right: 10px;border: 1px solid #ccb2fa;padding: 5px 5px;float: left;}
.footer .icon-adders ul li strong {font-weight: normal;color: #ccb2fa;}
.footer .icon-adders ul li a {color: #fff;}
.footer .icon-adders ul li:last-child {margin-bottom: 0;}
.footer .icon-adders ul li a:hover {color: #ccb2fa;}
.refill-services {text-align: center;}
.footer-bottom {display: flex;justify-content: space-between;padding: 6px 30px;font-size: 16px;background: #fff;color: #320582;margin-top: 25px;align-items: center;gap: 10px;}

/**********/
.mobile {display: none;}
/*************************************************/

@media (min-width: 1024px) and (max-width: 1199px) {	
.header-section .card-icon .visamc {width: 40%;}	
.navbar-menu ul li {margin-right: 44px;}
.product-sections .box .item-color ul li {flex: 0 0 31%;max-width: 31%;}
.product-sections h3 {font-size: 25px;}
.content-pag ul li {padding: 10px 5px 10px;}
.content-pag ul li span {font-size: 15px;}
}
@media (min-width: 992px) and (max-width: 1023px) {
.header-section .card-icon .visamc {width: 40%;}	
.navbar-menu ul li {margin-right: 44px;}	
.product-sections .box .item-color ul li {flex: 0 0 31%;max-width: 31%;}
.product-sections h3 {font-size: 25px;}
.content-pag ul li {padding: 10px 5px 10px;}
.content-pag ul li span {font-size: 15px;}
}
@media (max-width: 991px) {
/********************** mobile-css *************/
.container {max-width: unset;}
.navbar-menu {display: none;}
.mobile {display: block;}
.main {position: absolute;top: 0;left: 0;background: #a41759;width: 100%;height: 50px;}
.main-menu {background-color: #fff;position: absolute;left: 0;top: 0;z-index: 100;width: 100%;opacity: 0;transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transform: scale(0);}
.main-menu.act {opacity: 1;transform: scale(1);}
.main-menu ul {margin-top: 50px;}
.main-menu.act ul li {opacity: 1;}
.main-menu li {padding: 10px 0;transition: all 400ms 510ms;opacity: 0;border-bottom: 1px solid #ccc;text-align: left;}
.main-menu li:first-child {padding-top: 0;}
.main-menu li:last-child {border-bottom: none;}
.main-menu a {color: #000;display: inline-block;font-size: 16px;text-decoration: none;padding-left: 20px;}
.main-menu.act ul li.active a {color: #320582;}
/* sign up button */
.menu-btn {position: absolute;left: 15px;top: 4px;z-index: 101;width: 30px;height: 40px;}
.menu-btn span {background-color: #fff;border-radius: 1px;height: 3px;width: 28px;position: absolute;left: 50%;top: 50%;margin: -1px 0 0 -15px;transition: height 100ms;}
.menu-btn > span::after, .menu-btn > span::before {content: '';background-color: #fff;border-radius: 1px;height: 3px;width: 28px;position: absolute;left: 0;transition: all 200ms;z-index: 1;}
.menu-btn.act > span {height: 0;}
.menu-btn.act > span::before {transform: rotate(-45deg);}
.menu-btn > span::before {bottom: -7px;}
.menu-btn.act > span::after {transform: rotate(45deg);}
.menu-btn.act > span::after, .menu-btn.act > span::before {background-color: #000;top: 1px;}
.menu-btn > span::after {top: -7px;}
.tel_no {display: block;position: absolute;top: 12px;right: 15px;z-index: 1;}
.tel_no a {color: #fff;font-size: 16px;font-weight: 600;text-decoration: none;}
.tel_no a img {margin-right: 7px;width: 25px;}
/*************** and ****************/
.wow {visibility: visible !important;-webkit-animation: none !important;-moz-animation: none !important;-o-animation: none !important;-ms-animation: none !important;animation: none !important;}
.header {padding-top: 50px;}
.top-titles {padding: 7px 15px;}
.product-sections .box .item-color ul li {flex: 0 0 31%;max-width: 31%;}
.product-sections .box h4 {font-size: 20px;}
.content-pag ul li {width: 23%;height: 135px;}
.content-pag ul li span {font-size: 15px;word-break: break-all;}
.form-control.qty {width: 93px;}
.footer .card_img ul li {padding: 5px 5px;margin-right: 7px;}
.footer-bottom {justify-content: center;flex-wrap: wrap;text-align: center;padding: 6px 15px;}
}
@media (max-width: 767px) {	
.header-section .card-icon .visamc {width: 60%;}
.heading h1 {font-size: 31px;line-height: normal;text-align: center;}	
.footer .icon-adders {margin: 15px 0;}
.refill-services {text-align: left;}
}
@media (max-width: 667px) {	
.top-titles {justify-content: center;gap: 5px;flex-wrap: wrap;text-align: center;}
.header-section .card-icon .visamc {width: 65%;}
}
@media (max-width: 640px) {
.heading h1 {font-size: 25px;}
.header-section .card-icon .visamc {width: 75%;}
.content-pag ul li span {font-size: 14px;}
}
@media (max-width: 575px) {
.header-section {padding: 15px 0;}	
.header-section .col-xl-3.col-md-3.col-sm-3 {max-width: 30%;}
.header-section .col-xl-7.col-md-6.col-sm-6 {max-width: 45%;}
.header-section .col-xl-2.col-md-3.col-sm-3 {max-width: 25%;}
.header-section .top-text {font-size: 18px;}
.header-section .top-text span {font-size: 14px;line-height: normal;}
.header-section .card-icon .visamc {width: 100%;}
.content-pag ul li {width: 31%;margin-bottom: 20px;}
.content-pag h5 {font-size: 18px;text-align: center;line-height: normal;}
}
@media (max-width: 479px) {	
.header-section .top-text {font-size: 15px;}	
.header-section .top-text span {font-size: 13px;}
.header-section .card-icon h6 {font-size: 13px;}
.content-pag ul li {width: 48%;}
}
@media (max-width: 414px) {
.header-section .col-xl-7.col-md-6.col-sm-6 {max-width: 60%;}	
.header-section .col-xl-3.col-md-3.col-sm-3 {max-width: 40%;}	
.header-section .col-xl-2.col-md-3.col-sm-3 {display: none;}	
.submit_btn {padding: 8px 11px;}
}
@media (max-width: 375px) {
.form-control.qty {width: 130px;}
.submit_btn {padding: 8px 42px;margin-right: 0;}
.viewcart_btn {width: 100%;margin-top: 13px;}
.product-sections .box .text-colm .submit_btn {padding: 8px 36px;}
}
@media (max-width: 360px) {	
.product-sections .box .item-color ul {gap: 9px;}	
.form-control.qty {width: 127px;}	
.submit_btn {padding: 8px 23px;}	
.product-sections .box .text-colm .form-control.qty {width: 123px;}
.product-sections .box .text-colm .submit_btn {padding: 8px 20px;}
}

