@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {  font-family: 'Poppins', sans-serif;  overflow-x: hidden;  position: relative;}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

a {
  transition: ease-in-out all 0.25s;
  -webkit-transition: ease-in-out all 0.25s;
  -ms-transition: ease-in-out all 0.25s;
  -o-transition: ease-in-out all 0.25s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

.header-right ul li a:hover {  color: #4169e1;}

img {  max-width: 100%;}
button:focus, a:focus {  outline: none;}
a:hover {  text-decoration: none;}

.form-control:focus, .btn.focus, .btn:focus {  box-shadow: none;}

:root {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-gutter-xx: 0;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-white: #fff;
  --bs-orange-bg: #fa6211;
  --bs-blue-bg: #0d95d5;
  --bs-body-bg: #000000;
  --bs-border-color: #9d9d9d;
  --bs-body-font-family: 'Poppins', sans-serif;
}

body {  font-size: var(--bs-body-font-size);  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  font-family: var(--bs-body-font-family);
  overflow-x: hidden;
}


.gx-20, .g-20 {--bs-gutter-x: 20px;}
.gx-30, .g-30 {--bs-gutter-x: 30px;}
.gx-40 {  --bs-gutter-x: 40px;}
.gy-10, .g-10 {--bs-gutter-y: 10px;}
.gy-20, .g-20 {--bs-gutter-y: 20px;}
.gy-30, .g-30 {--bs-gutter-y: 30px;}
.gy-40 {--bs-gutter-y: 40px;}
.gyn {--bs-gutter-y: 0;}
.gxn {--bs-gutter-x: 0;}
.g-20.h-100 {height: calc(100% + 1.25rem) !important;}
.row>* {padding-right: calc(var(--bs-gutter-x) * .5);  padding-left: calc(var(--bs-gutter-x) * .5);  margin-top: var(--bs-gutter-y);}

.row {
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--bs-body-font-family);
  line-height: 1.1;
  font-weight: 600!important;
  margin-bottom: 1rem;
}
h1, .h1 {font-size: 38px;}
h2, .h2 {font-size: 34px;}
h3, .h3 {font-size: 32px;}
h4, .h4 {font-size: 28px;}
h5, .h5 {font-size: 24px;}
h6, .h6 {font-size: 20px;}
.g-20.h-100 {height: calc(100% + 1.25rem) !important;}
.text-14 {font-size: 14px;}
.text-16 {font-size: 16px;}
.text-18 {font-size: .875rem;}
.text-21 {font-size: 1.3125rem;}
.title-24 {font-size: 1.5rem;}
.mb-3 {margin-bottom: 1rem !important;}
.text-21 {font-size: 1.1025rem;}
.small-text {font-weight: 200;}
.color2 {color: #000;}
.op5 {opacity: 0.5}
.border-none {  border: none;}
.pad-zero {padding: 0 !important;}
.upercase {  font-weight: 600;text-transform: uppercase;  margin-top: 20px;}
.red-bg {background: var(--bs-red-bg) !important;}
.gray-bg {  background: var(--bs-gray-bg);  padding: 10px;}
.pt-6, .py-6 {
  padding-top: 2.5rem !important;
}
.pr {position: relative;}
.t-white {  color: var(--bs-white);}
.container {  max-width: 1315px;  margin: 0 auto;}
.pt-100 {  padding-top: 160px;  padding-left: 40px;}

/*============header-top =========== */
header {
  width: 100vw;
  position: relative;
  z-index: 999;
}
.footer {
  width: 100vw;
  overflow-x: hidden;
}
.header-top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top-icon ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.top-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-icon ul li a span {
  margin: 0px 5px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.top-icon ul li {
  list-style: none;
}
.top-icon ul .no-filter a img {
  filter: none;
  -webkit-filter: none;
}
.header .navbar {
  justify-content: space-between;
  padding: 0 0px;
}
.header .navbar-main {
  background: transparent;
}
.header {
  background-color: #f3f1f1;
}
@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.hero-slider h1 {
  color: #15A8FD;
}

.hero-slider p {
  padding-bottom: 40px;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card {
  --bs-card-spacer-y: 1.25rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: var(--bs-white);
  --bs-card-cap-padding-y: 1.25rem;
  --bs-card-cap-padding-x: 1.25rem;
}

.fw-bold {
  font-weight: 600 !important;
}

.color {
  color: #fff;
}

.section-content {
  background-color: var(--bs-body-bg);
}

.item-text {
  color: #fff;
}

.r {
  padding: 0;
}


.item-tag {
  font-size: 1.1rem;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}



@media (max-width:414px) {
  .gx-20 {
    --bs-gutter-x: 1rem;
  }
}

/*------- header style --------*/
.top-contact ul li a {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-box .cont-btn {
  background: rgba(1, 99, 235, 1);
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-size: 14px;
  font-weight: 500;
  border: solid 1px transparent;
  text-transform: uppercase;
}

.btn-box .cont-btn:hover {
  transition: 0.5s ease-in-out;
  background: transparent;
  border: solid 1px rgba(1, 99, 235, 1);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.header-top-content .d-flex {
  align-items: center;
}

.top-contact {
  padding-left: 30px;
}

.bg-color {
  width: 100vw;
  overflow-x: hidden;
}

.who-weare {
  background: url(../img/map-big.png) center 100px no-repeat;
  padding-top: 60px;
}

.wh-img-cont {
  position: absolute;
  width: 97%;
  bottom: 0;
  z-index: 9;
}

.box {
  width: 50%;
  float: left;
  padding: 30px 30px 20px 30px;
}

.blue-bg {
  background: #0283CF;
}

.blue2-bg {
  background: #001DF3;
}

.icon {
  display: flex;
  font-size: 30px;
}

.icon img {
  width: 40px;
  margin-right: 20px;
}

.ww-right ul {
  list-style: none;
  border-top: solid 1px #fff;
  padding-top: 20px;
  margin-top: 30px;
}

.ww-right ul li {
  width: 50%;
  float: left;
  padding-bottom: 10px;
}

.ww-right {
  padding-left: 30px;
  padding-top: 0px;
}

.pr {
  position: relative;
}

.cont-vartical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 40px;
}

.sticky {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  transition: height 0.5s ease-in;
  z-index: 99999999;
  box-shadow: 0px 6px 21px #00000047;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -o-transition: 0.8s;
  transition: all ease-in-out 0.5s;
}

/*----------------------- Additional style----------------------- */

.nav-menu li:last-child a {
  background: transparent;
  height: auto;

}

.nav-menu li:last-child a {
  background: transparent;
  border: none;
  color: #fff;
}

.nav-menu>li {
  padding: 18px 29px;
  position: relative;
  float:none;
  text-align:center;
}

.nav-menu>li:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1px;
  border-right: 1px solid#dbdbdb9e;
}

.nav-menu>li:last-child:after {
  border-right: none;
}

.nav-menu li:first-child {
  padding-left: 0;
}

.nav-menu li:last-child {
  padding-right: 0;
}

.nav-menu>li>a {
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

.nav-menu>li>a:hover {
  color: #fff;
  text-decoration: underline;
}

.navigation {
  background: #4169e1;
}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
  color: #fff;
}


.nav-dropdown>li>a {
  background-color: #4169e1;padding: 4px 20px;
}

.nav-submenu li:last-child a {
  background: #4169e1;
  background-color: #4169e1;
}

.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
  color: #fff;
}

/*--------- navigation navbar style------------- */
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: #fff;
}

.submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;

}

.nav-menu>li.focus>a {
  color: #fff;
}

.navigation-portrait .nav-menus-wrapper {
  background-color: #4169e1;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #4169e1;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #4169e1, 0 1em 0 0 #4169e1;
}


/*-------------------- header top style--------------------- */
.header-right {
  padding-left: 20px;
}

.hear-top-box {
  padding: 12px 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-right ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-right ul li {
  position: relative;
}

.header-right ul li a {
  color: #282828;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;

}

.header-right ul li a img:only-child {
  margin-right: 0;
}
.header-right ul li a img:only-child {
    margin-right: 0;
    height: auto;
}
.nav-menu li ul li a {
    background: #4169e1 !important;
    border-radius: 0 !important;
    font-weight: 600;
}

.header-main .header-right ul li a {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
}

span.badge-base {
  position: relative;
}

span.badge-base span {
  position: absolute;
  right: -13px;
  top: -9px;
  background-color: #e7e7e7;
  border: 1px solid #4169e1;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header-main .header-right ul li a img {
  margin-right: 6px;
}

.call-box ul {
  display: flex;
  align-items: center;
}

.call-box ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.call-box ul li a:hover {
  color: #4169e1;
}

.call-box ul li {
  padding: 10px 15px;
  position: relative;
}

.call-box ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--bs-border-color);
  border-right: 1px solid #e0e0e0;
  right: 0;
  top: 0;

}

.call-box ul, .header-right ul {
  text-decoration: none;
  list-style: none;

}

.head-nav {
  background: #4169e1;
}


.navigation-portrait {
  height: auto;
}
.nav-menu {   
    text-align: center;
}



/*--------------------item-slider section style--------------- */
.item-box {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.item-slide .owl-dots {
  width: 100%;
  text-align: center;
}

.item-slide .owl-nav {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: none !important;
}

.item-slide .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #9d9d9d !important;
  border-radius: 100%;
  padding: 0;
}

.item-slide .owl-carousel .owl-nav button.owl-prev,
.item-slide .owl-carousel .owl-nav button.owl-next,
.item-slide button.owl-dot {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 40px;
}

.item-slide {
  padding: 18px 0 18px 0;
}

.item-box h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.item-box span {
  font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: -1px;
}


.item-slide .owl-item:last-child {
  border: none;
}

/*------- bannersection style--------- */
.ban-img {
  position: relative;text-align:center;
}

.ban-title {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

/*----------------- print section style---------- */
.print-sec {
  padding: 20px 0 20px 0;
  text-align: center;
}
.print-body {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

/*-----------------how section style---------- */
.how-title {
  text-align: center;
}

.how-title h2 {
  padding: 11px 15px;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 40px;
  background: #4169e1;
  margin-bottom: -40px;
  border: 5px solid #7193fa;
  color: #fff;
}

.how-section {
  position: relative;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 10;
}

.how-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -110px;
  top: -180px;
  background: url(../img/af-ring.png)left top no-repeat;
  z-index: -1;
}

.vide-box video {
  width: 100% !important;
  object-fit: cover;
  border: solid 10px #fff;
  box-shadow: -1px -1px 19px -1px rgba(230, 230, 230, 1);
  border-radius: 10px;
  background: #000;
}

.vide-box {
  width: 100% !important;
}

/*------------------- logo section style--------------------- */
.our-logo {
  padding: 225px 0 20px 0;
  position: relative;
  margin-top: -175px;

}

.logo-title p {
/*  font-weight: 300;*/
  opacity: 0.8;
}

.our-logo:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4169e1 url(../img/logo-af-1.png)left bottom no-repeat;
  z-index: -1;
}

.logo-title {
  text-align: center;
  color: #fff;
}

.logo-title h2 { 
  font-weight: 600;
}


.our-logo .card {
  border: none;
}

.logo-img {
    text-align: center;
    overflow: hidden;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 10px;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
}

.logo-img img {
  transition: 1.2s;
}

.logo-img:hover img {
  transition: 1.2s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}


.our-brand {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px;
  text-align: center;
}

.card.h-100.a-flex {
  display: flex;
  justify-content: center;
}

/*------------------ type section style-------------- */
.types-sec {
  padding: 40px 0 20px 0;
}

.types-sec .card {
  transition: 0.5s;
  border: none;
  background: #4169e1;
  border-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.types-sec .card:hover {
  transition: 0.5s;
  background: linear-gradient(33deg, rgba(65, 105, 225, 1) 0%, rgb(216 42 219) 100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}


.working-body {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 30px;
}

.truck-img {
  padding: 28px 15px 22px 15px;
  border-radius: 50%;
  background: #fff;
}

.working-text {
  color: #fff;
}

.working-text h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.working-text p {
  font-weight: bold;
}

/*-----------------B-cover section style---------- */
/*----- slider-arrow style--- */
.product-slider-2 .owl-nav.disabled {
  display: flex;
  width: auto;
  position: relative;
  right: auto;
  bottom: Auto;
  top: -62px;
  left: auto;
}

.product-slider-2 .owl-nav button.owl-prev {
    padding: 5px !important;
    width: 50px;
    height: 50px;
    opacity: 1;
    left: -20px;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    background: #fff url(../img/prev.png)center no-repeat !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
}


.product-slider-2 .owl-nav button.owl-next {
  padding: 5px !important;
  width: 50px;
  height: 50px;
  opacity: 1;
  right: -20px;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  background: #fff url(../img/next.png)center no-repeat !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50%;
}



.bcover-sec .item {
  padding: 20px 0.6px;
}

.bcover-sec .container {
  max-width: calc(100% - 100px);
  margin: 0 auto;
}




.push-img {
  position: relative;
  transition: transform .2s;
  overflow: hidden;
}

.push-img:hover img {
  transition: transform 2.6s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.push-img img {
  width: 100%;
  height:100%;
  object-fit: cover;
  margin-bottom: -7px;
  transition: transform 2.5s;
  -webkit-transition: transform 2.5s;
  -moz-transition: transform 2.5s;
  -ms-transition: transform 2.5s;
  -o-transition: transform 2.5s;
}

.push-box {
  position: relative;
}

.tringular-box .card-body {
  background: #fafafa;
  transition: 0.5s;
}

.bcover-sec .tringular-box .card {
  box-shadow: none;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 5px;
/*  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

.push-body h5 {
  font-weight: 600;
}

.push-body p {
/*  font-weight: 300;*/
  opacity: 0.7;
  min-height: 50px;
}

.tringular-box .card-body {
  padding: 20px 12px;
}

.shop-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.shop-btn {
  display: flex;
 text-align: center;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: #4169e1;
  border: 1px solid #4169e1;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; 
  font-size: 16px;
  font-weight: 500;
}

.shop-btn:hover {
  background: transparent;
  color: #4169e1;
}


.shop-btn:hover img {
  filter: brightness(0) invert(1);
 
}

.shop-box h4 {
  font-weight: 600;
  margin-bottom: 0;
  color: #4169e1;
}

.tringular-box .card:hover .card-body {
  background: #4169e1;
  color: #fff;

}

.tringular-box .card:hover .card-body .push-body p {
  opacity: 1;
  color:#fff;
}

.tringular-box .card:hover .card-body .shop-btn img {
  filter: brightness(10) invert(1);
  -webkit-filter: brightness(10) invert(1);
}

.tringular-box .card:hover .card-body .shop-box h4 {
  color: #fff;
}

.tringular-box .card:hover .card-body .shop-btn {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.bcover-sec{
  position:relative;
  padding-bottom:50px;
  padding: 10px 0 0px 0;

}
/* .bcover-sec.produc-sec{
  padding-bottom:40px;
} */

/*.bcover-sec:after{
  position:absolute;
  content:'';
  width:100%;
  height:268px;
  left:0;
  bottom:0;
  background: #f0f0f0;
  z-index:-1;
}*/


/*-------------------- design section style----------------- */
/*.design-sec {
  padding: 290px 0 60px 0;
  background: #f0f0f0;
  margin-top: -327px;
}*/
.design-sec {
  padding: 50px 0 60px 0;
  background: #f0f0f0;
}

.design-box h3 {
  line-height: 50px;
  font-weight: 400;
}

.design-box h3 span {
  font-weight: 900;
  color: #4169e1;
  display: block;
}
.blue-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid #4169e1;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 13px 20px;
  transition: 0.3s;
  border-radius: 8px;
}

.blue-btn {

  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #4169e1;
  border: none;
  cursor: pointer;
  min-width: 155px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}

.blue-btn:after {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 8px;
  background: #fff; 
  position: absolute;
  content: "";
  transition: 0.3s ease-out;
  z-index: -1;

}

.blue-btn:hover:after {
  width: 100%;
  border: 1px solid #4169e1;
  transition: 0.3s ease-out;
}

.blue-btn:hover a {
  color: #4169e1;
}
.design-sec .card {
  border: none;
}

.ps-relative {
  position: relative;
}

.design-img {
  text-align: right;
}

.p-setx {
  position: relative;
}

.fix-img {
  border: 10px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fix-img img {
  margin-bottom: -7px;
}

/*---------------- design-section-2 style---------------------- */
.design-sec-2 {
  background: transparent;
  padding: 50px 0 60px 0;
  margin-top: 0px;
  position: relative;
}

.design-sec-2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0;
  background: url(../img/ring-2.png)right bottom no-repeat;
  z-index: -1;
}

.img-1 img {
  margin-bottom: 10px;
}
.re-blue-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid #4169e1;
  color: #4169e1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 13px 20px;
  transition: 0.3s;
  border-radius: 8px;
}

.re-blue-btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 155px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}

.re-blue-btn:after {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 8px;
  background: #4169e1;
  position: absolute;
  content: "";
  transition: 0.3s ease-out;
  z-index: -1;

}

.re-blue-btn:hover:after {
  width: 100%;
  transition: 0.3s ease-out;
}

.re-blue-btn:hover a {
  color: #fff;
}

/*-------------------------- footer top-------------------------  */
.foot-top {
  background: #4169e1;
}

.home-add {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  padding: 0px 20px;
}
.home-add.flex-s {   
    align-items: flex-start;  
}
.home-add.flex-s img{
  padding-top:4px;
}

.home-add p {
  font-weight: bold;
  margin-bottom: 0;

}

.home-add p a {
  color: #fff;
}

.home-add p a:hover {
  text-decoration: underline;
}

.set-cent {
  overflow: hidden;
  align-items: center;
}

.br-line {
  padding: 30px 0;
  position: relative;
}

.br-line:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 200%;
  right: 0;
  top: -20px;
  border-right: 1px solid #2666b7;
}

.two-line:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 200%;
  left: 0;
  top: -20px;
  border-right: 1px solid #2666b7;
}

/*----------------------------- footer style--------------------------- */
.footer-content {
  padding: 30px 0;
}

/*.footer-link {
  border-right: 1px solid #dededf;
}*/

.footer-link ul {
  width: 100%;
  padding-bottom: 20px;
  list-style: None;
}

.footer-link ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.footer-link ul li a {
  font-size: 16px;
  font-weight: 400;
}

.footer-link ul li a:hover {
  color: #4169e1;
  text-decoration: underline;
}

.footer-link ul li:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 12px;
  left: 0px;
  top: 7px;
  background: url(../img/f-arow.png)left top no-repeat;
}

.fo-right p a {
  color: #4169e1;
  font-weight: bold;
}

.fo-right p a:hover {
  text-decoration: underline;
}

.addres h5 {
  font-weight: 600;
  margin-bottom: 25px;
}

.lr-boarder {
  padding-left: 20px;
}

/*------------------ foot-bott style------------ */
.foot-bot {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 40px 0 40px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.foot-bot p a {
  font-weight: bold;
}

.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.devlovep-by p {
  margin-bottom: 0;
}

.devlovep-by {
  padding-left: 40px;
}

/*---------------------------- produst-list page style--------------------------------------- */
/*---------- bread-cum style------- */
.product-bread h1 {  
  color: #000;
  margin-bottom:0;

}

.product-bread {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.bread-cumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bread-cumb ul li {
  padding-right: 30px;
  display: inline;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.bread-cumb ul li:last-child{  padding-right: 0px;}
.bread-cumb ul li a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.bread-cumb ul li a:hover {
  color: #4169e1;
}

.bread-cumb li:after {
  content: '';
  background: url(../img/bread-nav.png) left center no-repeat;
  width: 7px;
  height: 10px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 7px;
}

.bread-cumb li:last-child:after {
  background: none;
}

/*---------- bread-cum style- End------ */

.br-bred {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e5e5e5;
}


.produc-sec .container {
  max-width: 1315px;
  margin: 0 auto;
}

.produc-sec .shop-box h4 {
  color: #000;
}

/*-------- pager style----------- */
.pager-count {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager {
  display: inline;
  padding: 20px 0 0px 0;
}

.pager ul {
  list-style: none;
  display: inline;
  text-align: center;
}

.pager ul li {
  display: inline;
  padding: 7px 10px;
}

.pager ul .current {
  border-bottom: 1px solid #4169e1;
}

.pager ul li .current{
  color: #4169e1;
  font-weight: 600;

}

.pager ul li a {
  font-size: 16px;
  font-weight: 300;
}

.pager ul li a:hover {
  color: #4169e1;
  font-weight: 600;
}


/*------------ category page style--------------- */
.cata-box h5 {
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
}

.catagory-sec .card {
  border: none;
}

.cate-img {
  border-radius: 10px;
  position: relative;
  transition: transform 1.2s;
  overflow: hidden;

}

.cate-img:hover img {
  transition: transform 1.2s;
  transform: scale(1.2);

}

.blur-img:hover img {
  filter: grayscale(1.2);
}

.cate-img img {
  width: 100%;
  object-fit: cover;
  margin-bottom: -7px;
  transition: transform 2.5s;
}

.coman-box {
  margin-top: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.catagory-sec {
  padding: 0 0 50px 0;
}

.cate-btn:hover img {
  filter: brightness(10) invert(1);
}

.cata-box:hover .coman-box {
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s; 
}

.cata-box:hover .coman-box h5 {
  color: #4169e1;
  transition: 0.5s;
  margin-bottom: 0;
}

.cata-box:hover .coman-box .hihe-box {
  display: block;
  transition: 0.5s;
}

.coman-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    height: 80px;
    margin-bottom: 15px;
}

.coman-box h5 {
  padding-top: 0;
  font-weight: 600;
  transition: 0.5s;
}

.hihe-box {
  display: none;
  transition: 0.5s;
}

/*------------------------ product-page-style---------------------------------------------------------------------------------- */
.bread-cumb-sec {
  padding: 20px 0 30px 0;
  border-top: 1px solid #e5e5e5;
}


.bread-cumb-sec .detail-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.detail-title h1 { 
  font-weight: bold;
  margin-bottom: 0;
}

/*--------------------- produt-details-------------------
 --------------------- in price-section------------------  */
.orange-bod {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #4169e180;
  background: #e5ecff;
}

.order-rs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-rs h5 {
  margin-bottom: 0; 
  font-weight: bold;
}

.custom-star {
  display: flex;
  align-items: center;
  gap: 15px;
}

.add-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: #4169e1;
  border: 1px solid #4169e1;
  color: #fff;
  padding: 12px 12px;
  border-radius: 8px;  
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.add-btn.blue-btn a:hover img {
  filter: invert(51%) sepia(78%) saturate(5100%) hue-rotate(213deg) brightness(91%) contrast(93%);
}

.custom-star span {
  font-weight: 400;
}

/*--------------------workingsection------------------  */
.working-days {
  margin: 30px 0 10px 0;
}

.workink-blue {
  padding: 0px 20px;
  border-radius: 10px;
  border: 1px solid #4169e180;
  display: flex;
  align-items: center;
  gap: 20px;
}

.deli-box {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 260px;
}

.work-t h5 {
  color: #4169e1;
  margin-bottom: 0;
  font-weight: bold;
}

.t-white {
  color: #fff;
}

.days-last {
  border-left: 1px solid #4169e180;
  padding: 15px 0 15px 20px;
}

.days-last span {
  font-weight: 300;
}

.days-last p {
  margin-bottom: 0;
  font-weight: 600;
}

.t-black {
  color: #000;
}

/*-------- customise-product style-------- */
.custome-slider .card.box-s {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  border: 1px solid #4169e180;
}

.custome-slider .card {
  border: none;
  overflow: hidden;
  border-radius: 10px;
}

.custo-pro-title {
  background: #e5ecff;
  text-align: center;
  padding: 18px 0;
}

.custo-pro-title h5 {
  margin-bottom: 0;
  font-weight: 600;
}

.selected {
  padding-top: 80px;
}

.selected h6 {
  font-weight: bold;
  font-size: 18px;
}

.form-check {
  padding-left: 1.55rem;
  margin-bottom: 10px;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-input {
  margin-left: -1.55rem;
}

.upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  gap: 10px;
  flex-wrap: wrap;
}

.upload h6 {
  margin-bottom: 0;
}

.add-file a {
  padding: 12px 48px;
}


/*--------------------- slider-style----------- */
.gallery-slider__images {
  margin-bottom: 15px;
  border-radius: 10px;
}

.slick-list {
  padding: 0 0 !important;
}

.gallery-slider .img-fill {
  border-radius: 20px;
}

.slick-slide img {
  border-radius: 10px;
}

.slick-list {
  padding: 0 0 !important;
}

.gallery-slider__thumbnails .img-fill {
  margin: 0 7px;
}

.gallery-slider__thumbnails .img-fill img {
  width: 100%;
  object-fit: cover;
}


/*--------------------------- feture section statr----------------------- */
.f-img {
  width: 100%;
  object-fit: cover;
}

.red-bod .img-1 img {
  border-radius: 10px;

}

.red-bod .img-1 {
  overflow: hidden;
}



.team-tab ul {
  justify-content: center;
  border-bottom: none;
}

.team-tab ul li {
  position: relative;
}

.team-tab ul li a.active {
  background: #4169e1;
  color: #fff;
  font-weight: bold;

}
.team-tab ul li a:hover {
  background: #4169e1;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}


.team-tab ul li a {
  transition: 0.5s;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 25px 15px 25px;
  margin: 0 2px;
  color: #898989;
  background: transparent;
  border-top: 1px solid #4169e1;
  border-left: 1px solid #4169e1;
  border-right: 1px solid #4169e1;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.tab-content>.active {
  display: block;
  opacity: 1;
}

.features-sec .card {
  border: none;
}

.features-sec.features-tab {
  position: relative;
  padding: 0px 0 40px 0;
  background: #f9fbff;
  margin-top: 150px;
}

.features-tab .team-tab.panel-heading {
  margin-top: -63px;
  z-index: -1;
}

.f-img img {
  border-radius: 10px;
}


.pd-ex {
  padding-top: 50px;
}

.pd-ex:after {
  display: none;
}
/*----------------- our-logo -section style--------------- */
.sample-sec {
  padding-bottom: 80px;
}

.free-box {
  border-radius: 10px;
  padding: 30px 30px 45px 30px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.free-box {
  text-align: center;
}

.free-box h4 {
  color: #4169e1;
  font-weight: 600;
}

.requist-btn a {
  border: 1px solid #4169e1;
  background: #4169e1;
  color: #fff;
  padding: 12px 14px;
  border-radius: 8px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: 8px;
}

.requist-btn a:hover {
  background: transparent;
  color: #4169e1;
  transition: 0.5s;
}

.white-box {
  background: #fff;
  color: #000;
}

.order-btn a {
  border: 1px solid #4169e1;
  background: #4169e1;
  color: #fff;
  padding: 12px 12px;
  border-radius: 8px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: 8px;
}

.order-btn a:hover {
  background: transparent;
  color: #4169e1;
  transition: 0.5s;
}


/*------------------------- How-it work style--------------- */
.how-it-work {
  padding: 40px 0;
}

.working-title h3 {
  font-weight: 600;
  text-align: Center;
  margin-bottom: 30px;
}

.items-hiw {
  text-align: center;
}

.item-title h5{
  font-weight: 600;
  margin-bottom: 0;
}

.how-it-work .card {
  border: none;
}



.items-hiw {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.item-icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background-color: transparent;
  border-radius: 50%;
  border: 1.5px solid #4169e199;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 36px;
  font-weight: bold;
  padding: 0;
  transition: 0.5s;
}

.item-icon img {
  transition: 0.5s;
  margin: 10px;
  padding: 45px 50px;
  border-radius: 50%;
  background-color: #4169e1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blr-bod {
  border-left: 1px solid #efeaea;
  border-right: 1px solid #efeaea;
}

.orange-text h3 {
  color: #4169e1;
}

.no-padding {
  padding-top: 0;
}

.item-icon {
  position: relative;
  transition: transform 1.2s;
  overflow: hidden;
  -webkit-transition: transform 1.2s;
  -moz-transition: transform 1.2s;
  -ms-transition: transform 1.2s;
  -o-transition: transform 1.2s;
}

.item-icon:hover img {
  transition: transform 1.2s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transition: transform 1.2s;
  -moz-transition: transform 1.2s;
  -ms-transition: transform 1.2s;
  -o-transition: transform 1.2s;
}

.item-icon img {
  transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  -moz-transition: transform 1.2s;
  -ms-transition: transform 1.2s;
  -o-transition: transform 1.2s;
}

/*---------------- like--section style------------- */
section.like-sec {
  padding: 50px 0 50px 0;
}

.b-title {
  text-align: center;
}

.orange-text h3 {
  color: #4169e1;
}

.like-sec .card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.like-sec .card-body {
  padding: 20px 12px;
}

.like-sec .card-body {
  background: #f9f9f9;
  transition: 0.5s;
}

.push-body {
  text-align: center;
}
.bcover-sec.produc-sec .push-body{
  text-align:left;
} 
.bcover-sec.produc-sec .push-body p {
    font-weight: 400;   
}

.push-body h5 {
    font-weight: bold;   
    min-height: 52px;
  }

.shop-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
.bcover-sec.produc-sec .shop-box {
     justify-content: space-between;
}

.like-sec .shop-box h4 {
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

.like-sec .card:hover .card-body {
  background: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.like-sec .card:hover .card-body .shop-box h4 {
  color: #000;
}

.like-sec .card:hover .card-body .push-body h5 {
  color: #000;
}
.like-sec .card .card-body .push-body a{
  transition: ease-in-out all 0.0s;
  -webkit-transition: ease-in-out all 0.0s;
    -ms-transition: ease-in-out all 0.0s;
    -o-transition: ease-in-out all 0.0s;
}
.like-sec .card .card-body .push-body:hover a{
  text-decoration:underline;
    color: #4169e1;  
}
.like-sec .card .card-body .push-body:hover a h5{
  color: #4169e1;
}



/* start developer woocommerce css */
.cart-dropdown-form {
  position: absolute;
  width: 300px;
  background: #fff;
  top: 51px;
  z-index: 9998;
  right: 0;
  border-radius: 4px;
  padding: 20px 20px 24px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
  max-height: calc(100vh - 68px);
  overflow-y: auto;
  display: none;
}
.cart-dropdown-form .cart_list .cart-item-detail .variation {
		display: none;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
		display: none;
}
.single_variation_wrap .price .woocommerce-Price-amount.amount {
    line-height: 40px;
    font-weight: bold;
	font-size:22px;
  color:#000;
}
.tiered-pricing-wrapper table.shop_table th {
    padding: 14px 30px 14px 20px;
    vertical-align: top;
    text-align: left;
    border-width: 0;
	font-weight: 700;
}
.tiered-pricing-wrapper table.shop_table tbody tr,.tiered-pricing-wrapper table.shop_table thead tr {
	 border-bottom: 1px solid rgba(0,0,0,.1);
}
.tiered-pricing-wrapper table.shop_table td {
    border-left-width: 0;
    border-right-width: 0;
	vertical-align: top;
	padding-left: 20px!important;
    padding:5px 12px;
    line-height: 1.5em
}
.variations_form .variations a.reset_variations {
    display: none !important;
}
#ship-to-different-address label span::before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13rem;
    box-sizing: content-box;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 0;
    right: 0;
}
#ship-to-different-address label span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 3px;
    right: 17px;
    border-radius: 13rem;
    transition: all ease-in-out .3s;
}
#ship-to-different-address label input[type=checkbox] {
    display: none;
}
#ship-to-different-address label input[type=checkbox]:checked+span::before {
    border-color: #000;
    background: #000;
}
#ship-to-different-address label input[type=checkbox]:checked+span::after {
    right: 3px;
}
.sticky-price {
    background: #fff;
    position: fixed;
    top: 66px;
    width: 100%;
    transition: height 0.5s ease-in;
    z-index: 98;
}
/* End developer woocommerce css */

/*-----add style---------*/
.order-price {
    margin-bottom: 30px;
}
 

.plus, .minus {
  padding:12px 10px !important;
    background: #4169e1;
    border: solid 1px #4169e1;  
    color: #fff;
}
.input-text.qty.text {
	margin-left: -4px;
	width: 50px;
	height: 48px;
	border: 1px solid #4169e1;
	vertical-align: unset;
}
.minus { 
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.plus {
       border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: -4px;
}
input[type="checkbox"],
 input[type="radio"] {
    width: 20px;
    height: 20px;
}
footer h2, .foot-sript p, .addres p{color:#000!important;}
.form-check-input {
    margin-top: 1px!important;
}
.custome-slider .button.wcuf_upload_field_button {
   background: #4169e1;
   border: 1px solid #4169e1;
   padding:10px 20px;
   color:#fff;
   border-radius:9px;
}
.custome-slider .button.wcuf_upload_field_button:hover{
  background: #4169e1;
  color:#4169e1;
}
.custome-slider .button.wcuf_upload_field_button.blue-btn:hover:after{
  border:none;
}
.panel-body #comments {
    float: left;
    width: 60%;
    margin-top: 3px;
    padding-right: 20px;
}
.panel-body #review_form_wrapper {
    float: left;
    width: 40%;
    padding: 0 0 0 30px;
    border-width: 0 0 0 1px;
    border-style: solid;
}
.comment-respond span.comment-reply-title {
    font-weight: 600;
}
.comment-respond .comment-form-rating label {
    font-weight: 600;
}
.comment-respond label {
    display: block;
}
#commentform input, #commentform textarea {
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #f1f1f1;
    padding: 10px;
}
#commentform input:focus, #commentform textarea:focus {   
    border: solid 1px #4169e1;
    
}
.comment-form-cookies-consent {
    display: inline-block!important;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
    width: 20px!important;
    height: 20px!important;
    float: left;
    margin-top: 6px;
    margin-bottom: 40px;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: #4169e1;
    color: #fff;
    padding: 16px 20px;
    max-width: 160px;
    border-radius:9px;
     border:1px solid #4169e1;
     transition:0.5s ease-out;
}
.woocommerce #review_form #respond .form-submit input:hover {
    left: auto;
    background: #ffff;
    color: #4169e1;
   
    transition:0.5s ease-out;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
    flex: auto;
    width: auto;
    margin-right: 12px;
}


/*----------Button style--------*/
.add-to-cart.add-cart-btn.blue-btn:after {
    border: none;
}
.add-btn a:hover {  
    color: #4169e1;
  }
  .add-btn a:hover img {
   filter: invert(66%) sepia(96%) saturate(2500%) hue-rotate(216deg) brightness(92%) contrast(90%);
}
/*
.woocommerce .col2-set .col-2, .woocommerce .col2-set .col-1 {
    max-width: 100%;
}
.header-right .woocommerce-mini-cart.cart_list.product_list_widget {
    display: block;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.cart-item-wrapper {
    display: flex;
    flex: 1;
    margin-left: 16px;
}
.cart-item-detail {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.dropdown-footer .total {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2B2B2B;
    font-weight: 500;
}
.dropdown-footer .woocommerce-Price-amount {
    color: #4169e1;
    font-weight: 600;
}
.woocommerce a.button.orange-btn {
    border: 1px solid #4169e1;
}
.header-right .shopping-cart-wrapper a {
    position: relative;
}
.cart_list li {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 12px;
    padding-bottom: 4px;
}*/


/*------woocommerce style------ */
.comment-respond label {
    display: block;
}
.nav-tab-content p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.70);
    line-height: 26px;
}
#commentform input, #commentform textarea {
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #f1f1f1;
    padding: 10px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px !important;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
    flex: auto;
    width: auto;
    margin-right: 12px;
}
.dropdown-footer .woocommerce-Price-amount {
    color: #A11888;
    font-weight: 600;
}
.dropdown-footer .woocommerce-Price-amount {
    color: #A11888;
    font-weight: 600;
}

.mini-cart-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mini-cart-buttons .view-cart-btn {
    border-color: #A11888;
    color: #A11888;
}
.mini-cart-buttons a {
    width: 100%;
    border: 2px solid transparent;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
}
.mini-cart-buttons .checkout-btn {
    border-color: #A11888;
    color: #fff;
    background: #A11888;
}
.header-right ul li a:hover {
    color: #966e2d;
    background: transparent;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.woocommerce a {
/*    font-weight: 400;*/
}
.mini_cart_item a {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
}
.woocommerce .header-right ul.cart_list, .woocommerce ul.product_list_widget {
    display:block;
}
.header-right ul li a:hover {
    color: #4169e1;
    background: transparent;
}
.woocommerce a.remove{  
color: #4169e1!important;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #4169e1!important;
}
.woocommerce-mini-cart-item .mini_cart_item .woocommerce #respond input#submit,
 .woocommerce a.button,
  .woocommerce button.button,
   .woocommerce input.button,
    .woocommerce-mini-cart__buttons .button {
    font-size: 100%;   
    margin: 10px 2px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 14px 10px;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    color: #ffff;
    background-color: #4169e1;
    border: 1px solid #4169e1;
    border-radius: 9px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.woocommerce-mini-cart__buttons .button.blue-btn:hover:after{
border:none;
}
.woocommerce-mini-cart__buttons .button{
  width:100%;
}
.header-right .woocommerce-mini-cart.cart_list.product_list_widget{
  display:block;
} 
.woocommerce a.button.blue-btn:hover:after{
  border:none;
  color:#4169e1 !important;
}
.woocommerce a.button.blue-btn:hover{
  color:#4169e1 !important;
}
.cart_list li {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 12px !important;
    padding-bottom: 4px;
}
.header-right .shopping-cart-wrapper a {
    position: relative;
}
.cart_list li>a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items:baseline;
}
.cart-item-wrapper {
    display: flex;
    flex: 1;
    margin-left: 16px;
}

.cart-item-detail {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cart-item-detail .product-name {
    display: inline-flex;
    line-height: 22px;
    margin-bottom:0;
}
.product-name a:hover {
    color: #4169e1;
}
.header-top-right .header-cart a {
    position: relative;
}
.product-name a {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #000;
}
dt.variation-artwork {
    padding-top: 10px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 600;
}
dd.variation-artwork {
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-left: 5px;
}
dd.variation-artwork  p{
   margin-bottom:0;
}
.header-cart .variation {
    display: none;
}
.dropdown-footer .total {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2B2B2B;
    font-weight: 500;
}
.dropdown-footer .woocommerce-Price-amount {
    color: #4169e1;
    font-weight: 600;
}
.dropdown-footer .woocommerce-Price-amount {
    color: #4169e1;
    font-weight: 600;
}
.mini-cart-buttons .view-cart-btn {
    border-color: #A11888;
    color: #A11888;
}
.mini-cart-buttons a {
    width: 100%;
    border: 2px solid transparent;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
}
.mini-cart-buttons .checkout-btn {
    border-color: #A11888;
    color: #fff;
    background: #A11888;
}
.header-right ul li .product-name a{
    display:block;
    font-weight: 400;
    font-size: 16px;   
    color: #000;
}
.remove_from_cart_button {
    margin-left: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #e2e2e2;
    border-radius: 50%;
    line-height: 22px;
}
.quantity {
    font-size: 15px;
    margin: 5px 0 3px;
    color: #959595;
}
.shop_table thead {
    background-color: #4169e1;
    color: #fff;
    font-size: 16px;
}
.woocommerce table.shop_table th {
    padding: 14px 30px 14px 10px;
    vertical-align: top;
    text-align: left;
    border-width: 0;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
    border: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
    width: auto;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px !important;
}
.woocommerce table.shop_table td {
    vertical-align: middle;
    border-left-width: 0;
    border-right-width: 0;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    vertical-align: middle;
}

.woocommerce-cart-form img {
    max-width: 120px !important;
    height: auto !important;
    display: block;
}
 button.button.wcuf_upload_field_button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .return-to-shop .button, .wc-proceed-to-checkout .button, .woocommerce-tabs #tab-reviews #submit, .single_add_to_cart_button, .wcuf_single_upload_field_container .button, .woocommerce-form-coupon button {
    background: #4169e1 !important;
/*    color: #fff !important;*/
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 15px;
    height: 47px;
    border-radius: 8px;
    text-transform: uppercase;
    
}
.woocommerce-cart-form .actions .button{
    border: 1px solid #4169e1;
}
.woocommerce-cart-form .actions .button.blue-btn:hover:after {
    border: none;  
}
.woocommerce-cart-form .actions .button.blue-btn:hover{   
     background: #4169e1 !important;
     color:#4169e1; 
}
.woocommerce-page #payment #place_order.orange-btn{
 border: 1px solid #4169e1;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.blue-btn:hover:after {
   border: none; 
}
.woocommerce-page #payment #place_order.blue-btn:hover:after{
   border: none;
}
.woocommerce-page #payment #place_order.blue-btn:hover{
 color:#4169e1;
 border-radius:9px; 
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit.blue-btn:hover:after{
   border: none; 
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit.blue-btn:hover{
   color:#4169e1;
    background: #4169e1 !important;
}
.woocommerce-form-coupon button.blue-btn:hover:after{
  border: none; 
}



.woocommerce-cart-form .actions .input-text {
    padding: 10px 20px 10px 20px !important;
    margin-right: 10px !important;
    width: 200px !important;
    border: 1px solid #ddd !important;
    font-size: 16px;
}
.woocommerce-cart-form .quantity input, .woocommerce-page table.cart td.actions .input-text {
    background-color: #f6f6f6;
}
.woocommerce .cart-collaterals {
    width: 28%;
    float: left;
    padding-left: 20px;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-collapse: unset;
}
.woocommerce .woocommerce-cart-form {
    width: 72%;
    float: left;
}
.woocommerce  .cart-collaterals .cart_totals {
    width: 100% ;
    padding: 10px;
    background: rgba(232, 232, 232, 0.3);
}

.panel-body #comments {
    float: left;
    width: 60%;
    margin-top: 3px;
    padding-right: 20px;
}
.panel-body #review_form_wrapper {
    float: left;
    width: 40%;
    padding: 0 0 0 30px;
    border-width: 0 0 0 1px;
    border-style: solid;
}
.feture-body-box #reviews #comments ol.commentlist li .comment-text,
.feture-body-box #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 80px;
}


.woocommerce .star-rating{
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    font-size: 16px;
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    color: #4169e1;
}
.rating {
    position: absolute;
    top: 19px;
    right: 50%;
    margin-right: -130px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-collapse: unset;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: auto;
    box-shadow: none;
}
.woocommerce-cart-form .actions .coupon .button{
  margin:0 0;
}
.triangular-sec .quantity{
  margin-bottom:10px;
}
.comment-respond span.comment-reply-title{
font-weight:600;
}
.comment-respond .comment-form-rating label{
  font-weight:600;
}
.a:hover {
    color: #4169e1;
    text-decoration: underline;
}
.tiered-pricing-wrapper .nobr {
    color: #000!important;
}
.variations_form.cart .variations tr td {
    padding: 0 15px !important;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%!important;
}
.woocommerce .feture-body-box #reviews #comments ol.commentlist li .comment_container img.avatar {
    max-width: 100%;
    width: 64px;
    height: auto;
    background: transparent;
    border: none;    
}
.feture-body-box #reviews #comments h2 {font-size:30px;line-height: 35px;}
.feture-body-box a{text-decoration: underline;color:#4169e1;}
.feture-body-box a:hover{color:#000; text-decoration:none;}
.cms-page .woocommerce .cart-collaterals {
    width: 28%;
    float: left;
    padding-left: 30px;
    margin-bottom: 30px;
}
.woocommerce table.shop_table td { padding: 9px 8px;}
.woocommerce-cart-form .quantity, .woocommerce div.product form.cart div.quantity { position: relative;}
.woocommerce #review_form #respond textarea{resize:none;}
.nav-dropdown {min-width: 300px;top: 62px;}
.woocommerce>form.checkout {
    overflow: hidden;
    margin: 0;
    padding-top:4px;
    display: inline-block;
    width: 100%;
}
.logo-sec .card-body{padding:0 0 15px 0!important;}
.logo-box{flex-wrap: initial;}
/*----ckeck-out style-------*/
.woocommerce-checkout form .col2-set .col-1, .woocommerce-checkout form .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce .col2-set .col-1 {
    max-width: 100%;
}
.woocommerce-billing-fields {
    padding-right: 30px;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
    border-bottom: 1px solid;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    /* font-size:26px; */
}
.woocommerce-checkout form .col2-set p {
    margin-bottom: 1.15em;
    display: block;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 8px;
}

.woocommerce-info {
    background: #4169e1;
    color: #fff;
    border-top: 3px solid #000;
    padding: 10px 15px;
    font-size: 18px;
    width: 100%;
}
.woocommerce-info a {
    color: #fff;
    float: right;
/*    text-decoration: underline;*/
    font-size: 16px;
}


.bollard .woocommerce-info::before {
    display:none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 14px 12px;
    text-align: left;
}
.woocommerce-checkout form .col2-set .col-1, .woocommerce-checkout form .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce-shipping-fields{
padding-right:30px;
}
.woocommerce-additional-fields{
padding-right:30px;
}
table {  
    border-spacing: 0;
}
.woocommerce-cart .cart-collaterals h2 {
    font-size: 24px;
    color: #4169e1;
    font-weight: 600;
    line-height:35px;
    text-transform: capitalize;  
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    padding-left: 30px!important; 
}
.woocommerce form .form-row .input-checkbox {  
    width: 20px;
    height: 20px;
}
h3#order_review_heading{
  /* font-size:26px; */
}
.col-2 h3#ship-to-different-address {
    font-size:26px;
}
a.shipping-calculator-button {
    background: #fff;
    padding: 5px;
    margin: 0!important;
    color:#4169e1 !important;
    font-weight:400;
}
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-form-coupon button:hover,
.wc-proceed-to-checkout .button:hover
{
color: #4169e1 !important;
}
.woocommerce-page #payment #place_order.orange-btn:hover:after{
  border:none;
}
.woocommerce-page #payment #place_order.orange-btn:hover{
 color: #4169e1 !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit.orange-btn:hover:after { 
    border:none;
    
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit.orange-btn:hover{
   background:#4169e1 !important;  
}
.woocommerce-form-coupon button.orange-btn:hover{
  background:#4169e1 !important;
}
.woocommerce-form-coupon button.orange-btn{
  border: 1px solid #4169e1;
}
.woocommerce-form-coupon button.orange-btn:hover:after{
  border:none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
padding:14px 0 0 0;
border: 1px solid #4169e1;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.orange-btn:hover:after{
  border:none;
}
.woocommerce a.button.orange-btn{
  border: 1px solid #4169e1;
}
.woocommerce a.button.orange-btn:hover:after{
  border:none;
}
.woocommerce-form-register__submit.orange-btn:hover:after{
  border:none;
}
.woocommerce-form-register__submit.orange-btn:hover{
  background:#4169e1 !important;
  color:#4169e1 !important;
}
.woocommerce-Button.button.orange-btn:hover:after{
  border:none;
}
.woocommerce-Button.button.orange-btn:hover{
   background:#4169e1 !important;
     color:#4169e1 !important;
}
.orange-btn.button.wc-backward:hover{
    color:#4169e1 !important;
}


.variation .variation-Size{
  font-size:14px;
}
.woocommerce ul#shipping_method li input { 
    width: 20px;
    height: 20px;
}
.wcuf_already_uploaded_data_container h4 {    
    font-size: 20px;
}
.wcuf_already_uploaded_data_container {    
    margin-top: 30px !important;   
}

.woocommerce-info a.button{
  background-color: #fff;
  border: 1px solid #fff;
  color: #4169e1 !important;
}
.woocommerce-info a.button:hover{
  background-color: transparent; 
  color: #fff !important;
}

.woocommerce-account .addresses .title h3 {
    font-size: 26px;
    line-height: 30px;
    float: left;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
      width: 85%;
}
.order-price {
    margin-bottom: 30px;
}
h2.woocommerce-order-details__title {
font-size:32px;
line-height:30px;
}
.woocommerce-MyAccount-content{
   border: 1px solid rgba(0,0,0,.1);
   padding:20px 20px;
}
.woocommerce-MyAccount-content .woocommerce-Address{
  border: 1px solid rgba(0,0,0,.1);
  margin-bottom:10px;
  padding:10px 10px;
}
.woocommerce-MyAccount-content .woocommerce-Address-title.title{
  width:100%;
}
.woocommerce-column__title{
  font-size:26px;
  line-height:25px;
}
.woocommerce-MyAccount-content .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1{
  margin-bottom:20px;
}
.woocommerce-MyAccount-content  table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button{
  margin:5px 0;
  width: auto!important;
  min-width:auro!important;
  display:block;
  background-color: #4169e1 !important;
  border: 1px solid #4169e1 !important;
  color:#fff !important;
}
.woocommerce-MyAccount-content table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button:hover{
  background-color: #fff !important; 
  color:#4169e1 !important;
}
.woocommerce-MyAccount-content table.shop_table td {
 vertical-align: baseline;
}

a.button.download_small_button {   
    padding: 15px 12px !important;
    margin-top: 8px !important;   
}
.woocommerce-MyAccount-content .wcuf_file_preview_list li.wcuf_file_preview_list_item {  
display: block;
width:auto; 
   }
   .cms-page a {
    font-weight: 600;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
    vertical-align: top;
}
.woocommerce-cart-form .actions .input-text {
    padding: 10px 20px 10px 20px !important;
    margin-right: 10px !important;
    width: 200px !important;
    border: 1px solid #ddd !important;
    font-size: 16px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}
.woocommerce button.button {
    margin: 3px 3px!important;
}
.woocommerce button.button.blue-btn:hover:after{
border: none;
}
.woocommerce button.button.blue-btn:hover{
background:#4169e1;
color:#4169e1;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
    display:none;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display:none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 50px;
    resize: none;
    padding: 0 15px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 8px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    clear: left;
    float: left;
    width: 100%;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit {
    float: left;
    margin-right: 1em;
    background: #4169e1;
    height: 44px;
    min-width: 140px;
    color: #fff;
    border: solid 1px #4169e1;
}
.woocommerce-form-register__submit.blue-btn:hover:after{
  border:none;
}
.woocommerce-form-register__submit.blue-btn:hover{
  color:#4169e1 !important;
  background:#4169e1 !important;
}
#ship-to-different-address label span::before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13rem;
    box-sizing: content-box;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 0;
    right:47px;
}
#ship-to-different-address label span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 3px;
    right: 65px;
    border-radius: 13rem;
    transition: all ease-in-out .3s;
}
#ship-to-different-address label input[type=checkbox] {
    display: none;
}
#ship-to-different-address label input[type=checkbox]:checked+span::before {
    border-color: #4169e1;
    background: #4169e1;
}
#ship-to-different-address label input[type=checkbox]:checked+span::after {
    right: 49px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 50px;
    resize: none;
    padding: 0 15px;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    height: auto!important;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    display: block;
    margin-right: 15px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
}
.cms-page a {
    font-weight: 700;
}
.u-column1.col-1 h2, .u-column2.col-2 h2 {
    font-size: 28px;
    line-height: 1.1;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    padding: 0!important;
}
.woocommerce-checkout form .col2-set .col-1,
.woocommerce-checkout form .col2-set .col-2 {
    padding: 0;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    width: 90%;
    border: solid 1px #ccc;
    padding: 0;
    margin: 5px 0 15px 0;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: solid 1px #ccc;
    padding: 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #4169e1!important;
}
.cms-page a:hover {
    text-decoration: underline;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #000!important;
}
.page-cms .woocommerce-info::before {
    display:none;
}
.page-cms .woocommerce-info::before {
    display:none;
}
.u-column1.col-1.woocommerce-Address {
    padding: 15px !important;
}
.tringular-box .card:hover .push-body a {
    color: #fff;
}
.bcover-sec.produc-sec:after{background:transparent;}
.bcover-sec.produc-sec{ margin-bottom:60px;}
span.badge-base span{font-size:11px!important;}
.header-right ul li a{text-transform: capitalize !important;}
.woocommerce .star-rating span::before{color:#4169e1;}
.foot-bot{padding:20px 0!important;}
.page-cms ol.wcuf_file_preview_list {
    padding-left: 0;
}
.page-cms a:hover{
    color: #4169e1;
    text-decoration: underline;
}
.page-cms a.showcoupon:hover{

    color: #fff;   
}
.page-cms a.showlogin:hover{
  color:#fff;
}
.woocommerce form .woocommerce-privacy-policy-text{
  padding-left:5px;
}
.artwork-box h4{
  font-size:24px;
}
.variations_form.cart .variations tr td {
    padding: 0 15px !important;
}
#pa_types,#pa_colours{
    height: 40px;
    padding: 0 10px;
    margin: 0 10px;
}
.wcuf_upload_button_container {
        position: absolute;
    right: 0px;
    top: 28px;
}
.wcuf_upload_fields_row_element {
    position: relative;
    margin-bottom: 0!important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.custome-slider .wcuf_single_upload_field_container {
    border: none;
}
#wcuf_deleting_message h4{
   font-size:20px;
}
.order-rs h4 {
    margin-bottom: 0;
    line-height: 30px;
    font-weight: bold;
}
/*.free-box:hover{   
    background: #4169e1;
    border:1px solid #fff;
    color: #fff;
  }
  .free-box:hover  h4 {
    color: #fff;  
}
.free-box:hover .blue-btn{
  border:1px solid #fff;
}*/

.woocommerce-no-products-found .woocommerce-info{
      padding: 1em 2em 1em 3.5em;
}
.woocommerce-no-products-found .woocommerce-info::before {
    color: #fff;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.hihe-box .shop-btn:hover {
    background: #4169e1;
    color: #4169e1;
}
.push-body a:hover{
  text-decoration:underline;
}
.shop-now a:hover{
  text-decoration: none;
}
.feture-body-box p a{
  font-weight:500;
}
p.stars a{
  color: #4169e1;
}
.page-faqs ul.tabs{
  padding-left:0;
}
.wcuf_product_title_under_upload_field_name {
    font-size: 16px;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details .woocommerce-table__line-item.order_item ul {
    padding-left: 0 !important;
}
.commentlist li .comment_container img {
    position: absolute;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        transition:0.5s;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition:0.5s;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/*------cms page extra style------*/
.cms-withoutwoocoomrec ul, .cms-withoutwoocoomrec ol, .blog-main ul, .blog-main ol{padding-left:30px;}
.cms-withoutwoocoomrec ul li, .cms-withoutwoocoomrec ol li,.blog-main ul li, .blog-main ol li{padding-bottom:8px;}
.cms-withoutwoocoomrec table tr td,.blog-main table tr td{border:solid 1px #e2e2e2; padding:10px;}
.cms-withoutwoocoomrec table, .blog-main table{text-align:left; width:100%; margin-bottom: 20px; margin-top: 20px;}
.cms-withoutwoocoomrec a { font-weight: 600!important;text-decoration: underline!important;color:#4169e1!important;}
.cms-withoutwoocoomrec a:hover{color:#000!important; text-decoration:none!important;}
/*---- choose-us style---- (author page)---- */
.choose-us-section {
    margin-top: 20px;
}

.section-title {
    color: #4169e1;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.section-title::before {
    content: "";
    width: 8px;
    height: 26px;
    background: #4169e1;
    position: absolute;
    left: 0;
    top: 9px;
}

.choose-us-section h2, .choose-us-section h3 {
    font-size: 28px;
    font-weight: 500;
    word-break: break-all !important;
} 
.choose-us-section strong {
    font-weight: bolder;
}

.choose-us-section ol, .choose-us-section ul {
    margin-bottom:30px;
}

.shadow-box {
    float: left;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 1);
    box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 1);
    margin-bottom:50px;margin-top: 40px;
}

.author-details img {
    width: auto;
    height: auto;
    border-radius: 50%;
    display: block;
    margin: 10px auto 0px;
    border: 1.5px solid #f1f1f1;
}

.shadow-box a {
    color: #dc4d01;
}

.shadow-box ul li {
    padding-bottom: 10px;
    margin-left: 0;
    width: 40px;
}

.pad-30 {
    padding: 30px 30px 0 30px;
}

.description p {
/*    font-size: 17px;*/
    text-align: left;
    word-spacing: 0;
    max-width: 100%;
    width: 100%;
    padding: 15px 0px;
}
.description .id-date {
    font-size:16px; font-weight:bold;
}

.blog-img {
    border-radius: 10px;
    overflow: hidden;
    transition: transform .2s;
    position: relative;
}

@media (min-width: 1199.99px) {
    .bi-fix {
        overflow: hidden;
    }
}

.blog-img img {
    object-fit: cover;
    width: 100%;
    margin-bottom: -7px
}

.blog-img .date {
    position: absolute;
    right: 10px;
    bottom: 9px;
    background: #4169e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 10px;
    width: 60px;
    text-align: center;
}

.blog-img .date span {
    font-weight: 300;
}

.blog-cont {
    background: #fff;
    padding: 20px 70px 20px 0px;
    text-align: left;
}

/*--------------------- blogpage- style------------------- */
.blog-page {
    padding:20px 0 50px 0px;
}

.blog-page .card {
    border: none;
}

.blog-box {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    border: solid 1px #f1f1f1;
}

.blog-box img {
    object-fit: cover;
    width: 100%;
    margin-bottom: -7px;
}

.blog-box .date {
    position: absolute;
    right: 10px;
    bottom: 15px;
    background: #4169e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 10px;
    width: 60px;
    text-align: center;
}

.blog-box .date span {
    font-weight: 300;
}

.autur-box {
    position: relative;
}

.author-image img {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    bottom: -6px;
    margin-bottom: 6px;
    z-index: 1;
    border: solid 1px #cdcdcd;
}

.author-name {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 0px;
    text-align: left;
    padding-right: 15px;
    font-size: 14px;
}

.author-name span {
    display: block;
    margin-left: 120px;
    text-align: right;
}

.author-name a {
    color: #4169e1;
    font-weight: 600;
    text-decoration: underline;
}

.blog-category {
    padding-top: 14px;
}



.blog-cont a {
    font-size: 20px;
}
.blog-category a{font-size:16px;}
.blog-cont a:hover {
    color: #4169e1;
}

.blog-category a {
    color: #4169e1;
}

.blog-category a:hover {
    text-decoration: underline;
}


/*----------Author page style------*/
.shadow-2 h1 {
    float: none !important;
    padding-top: 50px;
    max-width: 100%;
    width: 100%;
    text-align: left;
}

.shadow-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.read-more {
    padding-top: 20px;
    font-size: 14px;
}

.read-more a {
    font-size: 14px;
}

.read-more a:hover {
    color: #4169e1;
}
.cart-dropdown-form .woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}
.white-b a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid #fff;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
  border-radius: 8px;
}

.white-b{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 155px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}

.white-b:after {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  content: "";
  transition: 0.3s ease-out;
  z-index: -1;

}

.white-b:hover:after {
  width: 100%;
  transition: 0.3s ease-out;
}

.white-b:hover a {
  color: #4169e1;
}
.section-title {
    color: #4169e1;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.section-title::before {
    content: "";
    width: 8px;
    height: 26px;
    background: #4169e1;
    position: absolute;
    left: 0;
    top: 9px;
}
.bollad-mob-show {display: flex;text-align: center;width: 100%; display:none;}
.bollad-mob-show ul{width:100%; display:inline-block; list-style:none; margin-top:0px;text-align: left;}
.bollad-mob-show ul li{display:inline-block;padding:14px 20px 8px 0px;text-align: left;}
.bollad-mob-show ul li img{width:26px;}
.bollad-mob-show ul li:last-child{width:50%; text-align:right; float:right; padding-right:0;}
.bollad-mob-show ul li:last-child a{font-weight:bold; text-decoration:underline; color:#4169e1;}
.blog-main a,.print-body a {color: #000; font-weight: bold;}
.blog-main a:hover,.print-body a:hover { color: #4169e1;text-decoration: underline;}
  .mob-show-new {
  display: none;
}


 .check-new .wpcf7-form-control.wpcf7-checkbox {
    background: transparent;
    padding-left: 0;
    margin-left: -15px;
    border: none;
    height: auto;
}

 .check-new .wpcf7-form-control.wpcf7-checkbox input {
    margin-bottom: 9px;
    margin-top: 5px;
    text-align: center;
    vertical-align: middle;
}
.check-new {
    margin-bottom: 0px;
}
.check-new .wpcf7-form-control-wrap {
    position: relative;
    color:#000;
}
#custom-button {
    padding: 10px;
    color: white;
    background-color: #4169e1;
    border: 1px solid #4169e1;
    border-radius: 5px;
    cursor: pointer;
    width: 300px;
}

/*---------- two-page style-------------- */
.support-page {
  text-align: center;
}

.help-body h6 {
  color: #4169e1;
}

.support-page .card {
  border: none;
}

.help-box {
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}


.help-box {
  position: relative;
}

.help-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
}

.help-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -7px;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 1.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.help-img:hover img {
  transition: transform 1.2s;
  transform: scale(1.3);
}

.nor-pad {
  padding: 1.25rem 0;
}

.help-body a:hover {
  text-decoration: underline;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.accordion p a:hover {
  color: #4169e1;
}

.accordion .accordion-body__contents ul {
  list-style: none;
}

/*-----about-us page style-------*/
.cms-page .card {
  border: none;
}

.finish-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.finish-img img {
  width: 100%;
  object-fit: cover;
  margin-bottom: -7px;
  overflow: hidden;
}

.finish-body {
  text-align: center;
}

.finish-body a:hover {
  text-decoration: underline;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.finish-body h5 {
  color: #000;
}

.help-body h5 {
  color: #000;
}

.help-body {
  text-align: center;
}

.exb-pad {
  padding-bottom: 30px;
}
.bor-bot {
    border-bottom: 1px solid #d7d7d7;
}
.tex-faq {
    padding-top: 30px;
}
.desupport-page {
    padding-bottom: 30px;
}
.page-cms .card {
    border: none;
}

/*-------------Design----- Tips-------------------*/
.uses-box .card {
    border: none;
}

/*----------------- uses box sec style-------------- */
.uses-box .card {
  border: none;
}

.uses-box {
  padding: 30px 0 50px 0;
}

.promotion-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: transform .2s;

}

.promotion-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -7px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 1.2s;
}

.promotion-img:hover img {
  transition: transform 1.2s;
  transform: scale(1.3);
}

.promotion h4 {
  font-weight: 600;
}

.promotion p {
  margin-bottom: 25px;
}

.promotion p a {
  font-weight: bold;
}

.promotion p a:hover {
  color: #4169e1;
}

.cover-uses .tex-faq p {
  font-size: 24px;
}

.tex-faq p a {
  font-weight: bold;
}

.tex-faq p a:hover {
  color: #4169e1;
}


.blog-main .bread-cumb ul{
    padding-left: 0;
}
.cms-withoutwoocoomrec {
    padding-top: 20px;
}



/*---------------- heading style-------------*/
.finish-body h3{
    color: #4169e1;
    font-size: 22px;
    line-height:1.1;
}
.help-body h2{
    color: #4169e1;   
}
.blog-cont h2{   
    margin-bottom: 0;
    color: #000;   
}
.blog-cont h2:hover {
    color: #4169e1;
}
.help-body h3{
    color: #4169e1;   
  }
.cover-uses .tex-faq h2 {
    font-size: 24px;
    line-height:1.1;
}

.print-title h2 span {
    font-size: 48px;
    font-weight: 900;
    color: #4169e1;
    opacity: 1;
}
.b-title h2 {  
    font-weight: 600;
    margin-bottom: 25px;
}
.b-title h2 span {
    font-weight: 900;
    color: #4169e1;
}
.truck-title p span {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    font-size:24px;
    line-height:1.1;
}
.truck-2 .truck-title p span {
    color: #fff;
}
.push-body h3 {
    font-weight: 600;
    transition: 0.5s;  
    min-height: 50px; font-size:24px;
}
.tringular-box .card:hover .push-body h3{
    color: #fff;
    transition: 0.5s;
}
.custo-pro-title h2 {
	 
	font-size: 24px;
}
 
.like-sec .card:hover .card-body .push-body h3{
/*   color: #4169e1;*/
    transition: 0.5s;
}

.like-sec .card:hover .card-body {
    background: #4169e1;
    color: #fff;
}
.shop-box p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 28px;
    opacity: 1;
    color: #4169e1;  
    min-height: auto;
}

.design-box h2{
font-weight:400;
}
.design-box h2 span {
    font-weight: 900;
    color: #4169e1;
    display: block;
}

.add-part h3{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #4169e1;
    margin-bottom: 0;
    line-height:1.1;
}

.product-hero h1{
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height:48px;
}
.working-days p span {
    font-weight: bold;
    color: #4169e1;
    margin-bottom: 0;
    line-height:1.1;
    font-size:24px;
}
.order-rs p{
    margin-bottom: 0;
    line-height: 30px;
    font-weight: bold;  
    font-size:30px;
}
.custo-pro-title h2 {
    margin-bottom: 0;
    font-weight: 600;   
}
.sel-p p{
    font-weight: bold;
    font-size: 18px;
    line-height:1.1;
}
.feture-body-box h2{  
    color: #000;   
}
.free-box h3 {
    color: #000;   
}
.b-title.orange-text h2 {
    margin-bottom: 25px;   
    color: #000;
}


.feture-body-box #reviews #comments p.spe-2 {
    font-size: 36px;
    line-height: 35px;
    font-weight: 600;
}

.feture-body-box p.spe {
    font-size: 36px;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
}
.work-t p span {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height:1.1;
    font-size:24px;
}

.ban-title h1 span {  
    font-weight: 600;
}
.print-title h2{   
    font-weight: 600;
    color: #000;   
    margin-bottom:1rem;
}
.wcuf_upload_fields_row_element .signle-file {
    font-size: 20px;
    line-height: 1.1;
    margin: 0 !important;
    font-weight: 600;
}
.work-t p{
  margin-bottom:0;
}
.types-title h2, .types-title h2 strong{  
    font-weight: 600;
    color: #000;
}
.working-text p span{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.1
}
.working-text p{
  margin-bottom:0;
}


.addres h2{
    font-weight: 600;
    margin-bottom: 25px;   
}


.exb-line{
  position:relative;
}
.exb-line:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #dededf;
    border-left:1px solid #dededf;
    left: -10px;
    top: 0;
}
.exb-line:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #dededf;
    border-right:1px solid #dededf;
    right: 10px;
    top: 0;
}

.nav-menu li ul li a:hover {text-decoration: underline;}
.fo-right p{color:#000}
.gallery-body .card{ border:none;}
.gallery-body {padding-bottom: 60px;}
.gal-img img {width:100%;margin-bottom: -7px;}
.gal-img {border-radius: 10px;overflow: hidden;}
.tex-faq h2{  font-size:18px;line-height:1.1} 
.b-come-section .tex-faq{padding-top:10px;}
.submenu-indicator {margin-left: 8px;margin-top: 9px;}
.page-id-185 .promotion ul{list-style:none; padding:0 0 20px 0px;}
.page-id-185 .promotion ul li{font-size:20px; font-weight:bold; color:#3163dd;}
.page-id-185 .promotion-img{padding-left:20%;}
.desupport-page .container{
  max-width:1700px;
  margin:0 auto;
}

.card-body .value {margin-bottom: 10px;display: block;}
.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 100% !important;
	height: 43px;
/* 	background: #fff; */
	padding: 4px 10px;
	border: solid 1px #ccc;
}

#pa_types,#pa_colours{margin:0;}


/*--------------------------- Ds section style--------------------------- */
.ds-section {
  padding-bottom: 65px;
}

.service-body {
  background: #f9f9f9;
  width: 100%;
  position: relative;
  padding: 30px 30px;
  border-radius: 10px;
  transition: 0.5s;
  z-index: 10;
  transition: 0.5s;
}

.service-body h4 {
  padding-right: 15%;
  font-weight: bold;
  color: #4169e1;
  min-height: 66px;
}

.ts-box {
  padding-bottom: 50px;
  padding-top: 50px;
}

.ts-position {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50%;
  opacity: 0.1;
  z-index: -1;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
}

.service-body p {
  padding-top: 15px;
}

.ts-position img {
  width: 100%;
  opacity: 0.5;
}

.aro-link {
  text-align: right;
}

.aro-link a {
    background: #4169e1;
    border-radius: 50%;
    padding: 9px 10px 5px 10px;
}

.service-body:hover {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
  border: 1px solid #4169e1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.service-body:hover .aro-link a {
  background: #000;
}

/*--------------------------- Dss--section style--------------------------- */
.ds-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pro-boxs {
  border: 1px solid #4169e152;
  align-items: center;
  justify-content: center;
  width: 75%;
}

.pr-title {
  padding: 0 20px;
}

.pro-body {
  width: 84%;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.pro-body:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: #4169e1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: -1;
}

.pro-body:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: 0.5s;
}

.read-btn a {
  padding: 12px 30px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  font-weight: bold;
}

.read-btn a:hover {
  text-decoration: underline;
}

.pro-home .card {
  min-height: 285px;
}

.pro-body:hover {
  color: #fff;
}

.read-btn {
  display: none;
  transition: 0.5s;
}

.pro-body:hover .read-btn {
  display: block;
  transition: 0.5s;
}

.pro-body:hover .pr-title h6 {
  color: #fff;
}

.pr-title h6 {
  font-weight: bold;
  color: #4169e1;
}

.dss-section {
  padding-bottom: 65px;
}


@media screen and (max-width:991.98px) {
  .pro-boxs {
    width: 50%;
  }

  .pro-body {
    width: 50%;
  }

  .service-body h4 {
    font-size: 26px;
  }
}

@media screen and (max-width:767.98px) {
  .pro-home .card {
    min-height: 238px;
  }
}


@media screen and (max-width:575.98px) {
  .ds-flex {
    flex-direction: column;
  }

  .pro-boxs {
    width: 100%;
  }

  .pro-body {
    width: 100%;
  }

  .pro-home .card {
    height: auto;
  }


}
.ds-section .col{margin-top: 70px; display: block;}
.service-body.bg-orange{border:solid 1px #4169e1; position: relative;}
.step-title {position: absolute;left: 50%; margin-left: -50px;top: -30px;height: 50px;width: 100px;
  text-align: center;line-height: 50px;color: #fff; font-size: 20px; font-weight: 600;}
.service-body.bg-orange .step-title{background:#4169e1;}
.service-body.bg-blue{border:solid 1px #01a1dc; position: relative;}
.service-body.bg-blue .step-title{background:#01a1dc;}
.service-body.bg-mehendi{border:solid 1px #dcd901; position: relative;}
.service-body.bg-mehendi .step-title{background:#dcd901;}
.service-body.bg-pink{border:solid 1px #dc0178; position: relative;}
.service-body.bg-pink .step-title{background:#dc0178;}
.service-body.bg-green{border:solid 1px #5edc01; position: relative;}
.service-body.bg-green .step-title{background:#5edc01;}
.service-body h3{font-size: 30px; line-height: 30px; margin-top:20px;}
.step-list p a {font-weight: bold;}
.step-list a:hover {color: #4169e1;}
.step-list ul, .step-list ol{padding-left:20px;}
.step-list ul li, .step-list ol li{padding-bottom:5px;}
.logo-section {
	padding: 25px 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.footer {
	position: relative;
	border-top: 1px solid #d1d1d1;
}
.lr-boarder {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
.footer-link.addres.social-networking {
	padding: 10px 0 30px 0;
}
.insta-newicon {
	display: flex;
}
.insta-newicon img {
	width: 24px;
	margin-top: -6px;
	margin-right: 10px;
}
.insta-newicon span {
	display: inline-block;
	margin-top: -5px;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
.foot-sript {
	padding: 30px 0;
	text-align: center;
	background: #f7f7f7;
}
.foot-sc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot-sc p{
  margin-bottom:0;
}
.img-ring {
	text-align: center;
	border: 1px solid #89898936;
	padding: 15px 15px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.logs-body h4{font-size:24px; margin-bottom:0;}


.page-cms a.showcoupon {
    color: #fff;
}
.page-cms a.showlogin{
    color: #fff;
}
.design-page-new p a{float:left; border:solid 1px #4169e1; margin-right:20px; margin-bottom:20px; color:#242424;padding: 10px 15px;}
.design-page-new p a:hover{background:#4169e1; border:solid 1px #4169e1; color:#fff;}

.design-page-new h2, .design-page-new h3, .design-page-new h4, .design-page-new h5, .design-page-new h6, .design-page-new ul, .design-page-new ol, .design-page-new table{width:100%; float:left;}
.foot-sc a {font-weight: 600;}
.foot-sc a:hover {color: #4169e1;}
.woocommerce form .form-row textarea#order_comments { padding: 15px 15px; height: 7rem;}
.unit-price {font-size: 16px; color: #4169e1; position: relative; top: -4px;}
.detail-title img {
	height: 60px!important;
	max-width: 100%;
}
.quickquote p a{color: #4169e1; font-weight: bold;}

/*------ accordion style------- */
#main-container {
  width: 100%;
}

.col-one-container {
  float: left;
  width: 49%;
}

.col-two-container {
  float: right;
  width: 49%;
}

.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion__item {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #d7d2d2;
  border-radius: 8px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.accordion-header {
  position: relative;
  padding: 18px 20px;
  background: #ffffff;
  color: rgba(36, 37, 37, 1);
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
  transition: all .3s;
  padding-right: 40px;
  border-radius: 8px;
}

.accordion__item>.accordion-header::after {
  content: "";
  float: right;
  position: absolute;
  top: 22px;
  transition: .3s all;
  transform: rotate(0deg);
  right: 12px;
  width: 23px;
  height: 19px;
  background: url(../img/aco-ar.png) center top no-repeat;
}

.accordion__item.active>.accordion-header:after {
  content: "";
  width: 23px;
  height: 19px;
  background: url(../img/aco-ar.png) center top no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.active .accordion-header {
  background: #4169e1;
  color: #fff;
}

.accordion-body {
  background: transparent;
  color: #000;
  display: none;
}

.accordion-body__contents {
  padding: 10px 20px 36px 20px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(36, 37, 37, 0.6);
}

section.faq-sec-box {
  padding:0px 0 100px 0;
  position: relative;
  display: block;
}
.feture-body-box table tr td {
    padding: 10px 10px;
    border: 1px solid #000;
}
.woocommerce-order-details .woocommerce-table--order-details .wc-item-meta{
    padding-left:0;
}
.gol-icon {padding: 5px 20px;}
.our-logo.sample-sec { padding-bottom: 50px;}
.our-logo{padding:50px 0; margin-top:20px;}
.blog-page .blog-cont a h2,.choose-us-section.blog-main .blog-cont a h2{font-size:20px;}
.uses-box .card.h-100 .promotion ul,.uses-box .card.h-100 .promotion ol{padding-left:20px}
.custom-quantity-text {
    font-size: 15px;
    padding-right: 20px;
    color: #000;
    font-weight: 600;
    text-align: left;
}
.ctm-colo-sel{margin-right:10em!important;}
.single-product .header-right .woocommerce-mini-cart .woocommerce-mini-cart-item.mini_cart_item img {
    width: 100%;
	max-width: 100%
}
.tringular-box.product-slider-2 .owl-nav.disabled{display: none!important; opacity:0!important;}
.tringular-box.product-slider-2{margin-bottom:40px;}
.tringular-box.product-slider-2 .owl-dots{display: none!important; opacity:0!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	top:90%;
}
.select2-container .select2-selection--single {
    height: 48px;
    padding-top: 10px;
}
.woocommerce .product-remove a:hover {
    text-decoration: none;
}
.wcuf_file_uploads_container .download_small_button {
  display: none !important;
}
.wcuf_cart_preview_container img,
.wcuf_file_preview_list img {
  width: 32px !important;
}
.wcuf_product_ajax_container_loading_container h4,
.wcuf_product_ajax_container_loading_container p {
  padding: 0 0 10px 20px;
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 400;
}
.wcuf_bar {
  margin-top: 40px;
}
.wcuf_already_uploaded_data_container .wcuf_file_preview_list_item_image.wcuf-pdf-preview {
  order: 1;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.wcuf_single_file_name_in_multiple_list {
  cursor: default;
}
.wcuf_upload_field_title {
  font-size: 22px;
}
.custome-slider .wcuf_upload_field_title {
  float: left;
  padding-right: 100px;
  padding-bottom: 30px;
  padding-top: 11px;
}
.button.delete_button.wcuf_delete_button {
  background: #4169e1;
  border: 1px solid #4169e1;
  padding: 16px 22px;
  margin: 0;
  transition: 0.3s ease-out;
  font-weight: 600;
  font-size: 18px;
  border-radius: 9px;
}
.button.delete_button.wcuf_delete_button {
  position: relative;
  display: inline-block;
  transition: 0.3s ease-out;
  width: auto;
  height: auto;
  background-color: #4169e1 !important;
  border: none;
  cursor: pointer;
  min-width: 155px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
  /*  padding: 15px 20px;*/
}
.button.delete_button.wcuf_delete_button:after {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  content: "";
  transition: 0.3s ease-out;
  z-index: -1;

}
.button.delete_button.wcuf_delete_button:hover:after {
  width: 100%;
  border: 1px solid #4169e1;
  transition: 0.3s ease-out;
}

.wcuf_upload_field_button{min-width: 120px;}
.wcuf_file_uploads_container .wcuf_single_upload_field_container{margin-bottom:0;}
.wcuf_file_uploads_container .wcuf_upload_fields_row_element{padding-bottom:0;}
.order-xl-1.order-2 form.cart{margin-bottom:0px!important;}
#myModalbg{background:rgba(0,0,0,0.8); z-index:999999;}
#myModalbg .modal-dialog {
    max-width: auto;
    margin-top: 0;
    height: 70vh;
    top:60%;
    margin-top: -35vh;
}
@media screen and (max-width:1600px) {
#myModalbg .modal-dialog {
    max-width: auto;
    margin-top: 0;
    height: 70vh;
    top:50%;
    margin-top: -35vh;
}
}
#myModalbg .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;top:5%;
}
#myModalbg .modal-body {padding: 0;}
#myModalbg .modal-content{background:transparent!important;background:none!important;}
#myModalbg .close.close-new {
	position: absolute;
	right: 10px;
	padding: 10px;
	color: #000;
	z-index: 9;
	opacity: 1;
	font-weight: 400;
	font-size: 30px;
	background: #fff;
}
@media screen and (max-width:1200px) {
#myModalbg .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
}
@media screen and (max-width:600px) {
#myModalbg .modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto;
}
	#myModalbg .modal-dialog{top:25%;}
}
#myModalbg .close.close-new {
	position: absolute;
	right: 0;
	padding: 4px 10px;
	color: #000;
	z-index: 9;
	opacity: 1;
	font-weight: 400;
	font-size: 30px;
	background: #fff;
}



