/* @font-face {

  font-family: 'FuturaPT';

  src: url('../fonts/FuturaPTBold.otf');

  font-weight: 700;

} */

body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}


ul{

  padding: 0;

  margin: 0;

}



.home h1, .home h2, .home h3, .home h4, .home h5, .home h6, .home p {

  margin: 0;

  padding: 0;

}

h1, h2, h3, h4, h5, h6{
	    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


p, li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    font-size: 16px;
}


.home p{

  margin: 0;

  padding: 0;



}



a{

  text-decoration: none !important;

  transition: all .4s ease-in-out;

}


:focus-visible {
    outline: inherit !important;
}


header.main_heder {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 45px;
}

.logo img {
    width: 100%;
    height: auto;
}
.logo {
    max-width: 300px;
}


.menu_sect {

  width: 100%;

  float: left;

}



.menu_sect ul li {

  list-style: none;

  float: left;

  margin-left: 55px;

}



.menu_sect ul li a {

  font-family: 'Poppins', sans-serif;

  text-transform: uppercase;

  font-size: 18px;

  color: #fff;

  font-weight: 400;

  position: relative;

}



.menu_sect ul li a::after {

  content: "";

  position: absolute;

  width: 0%;

  height: 8px;

  background: #fff;

  top: -17px;

  transform: translateX(-50%);

  left: 50%;

  transition: all .4s ease-in-out;

}

.menu_sect ul li a:hover::after {

  width: 100%;

}



.menu_sect ul li:last-child a::after {

  display: none;

}



section.banner_sect {

  width: 100%;

  float: left;

}



.banner_area {

  width: 100%;

  float: left;

  position: relative;

}



.banner_img {

  width: 100%;

  float: left;

}



.banner_img img {

  width: 100%;

  float: left;

}



section.banner_sect [class*="col-"] {

  padding: 0;

}



.banner_cont {

  position: absolute;

  left: 90px;

  bottom: 140px;

}



header.main_heder .row {

  display: flex;

  align-items: center;

}



.menu_sect ul {

  float: right;

}



.menu_sect ul li:last-child a {

  border: 2px solid #fff;

  padding: 5px 9px;

}



.menu_sect ul li:first-child {

  margin-left: 0;

}



.banner_cont h3 {

  color: #fff;

  text-transform: capitalize;

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 48px;

  line-height: 60px;

}



.banner_cont h3 span {

  text-transform: lowercase;

}



.banner_cont p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 20px !important;
}





.banner_cont a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 4px 10px;
    margin-top: 25px;
    display: inline-block;
    line-height: normal;
}



section.section_2 {

  width: 100%;

  float: left;

  padding: 16px 0px;

}



section.section_2 [class*="col-"]:first-child {

  padding-left: 0;

  padding-right: 8px;

}



section.section_2 [class*="col-"]:last-child {

  padding-left: 8px;

  padding-right: 0px;

}



.section_2_box_1 {

  width: 100%;

  float: left;

}



.section_2_box_1 img {
    width: 100%;
    height: 429px;
    object-fit: cover;
}


.section_2_box_2 {
    background: #CCCCCC;
    padding: 30px 50px 30px;
}



.section_2_box_2 p {

  font-family: 'Poppins', sans-serif;

  font-size: 17px;

  line-height: 28px;

  color: #000;

}



.section_2_box_2 a {
    text-transform: uppercase;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border: 2px solid #000;
    padding: 5px 10px;
    margin-top: 30px;
    display: inline-block;
}



section.section_2 .row {

  display: flex;

  flex-wrap: wrap;

}



section.section_2 [class*="col-"] {

  display: flex;

}



section.section_3 {

  width: 100%;

  float: left;

}



.section_3_box_1 {

  width: 100%;

  float: left;

}



section.section_3 [class*="col-"]:first-child {

  padding-left: 0;

}



section.section_3 [class*="col-"] {

  padding-left: 8px;

  padding-right: 8px;

}



section.section_3 [class*="col-"]:first-child {

  padding-left: 0;

}



.section_3_box_1_img img {

  width: 100%;

  height: 325px;

  object-fit: cover;

}

.section_3_box_1_img {
    width: 100%;
    float: left;
    transition: all .4s ease-in-out;
    position: relative;
}

.section_3_box_1_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 79 40 / 50%);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.section_3_box_1_img:hover:after{
opacity: 1;
}


.section_3_box_1_cont {

  width: 100%;

  float: left;

}



.section_3_box_1_cont h3 {

  text-transform: uppercase;

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  color: #000;

  font-size: 22px;

  line-height: normal;

}



.section_3_box_1_cont p {

  color: #000;

  font-family: 'Poppins', sans-serif;

  font-size: 19px;

  text-transform: capitalize;

}



.section_3_box_1_cont {
    margin-top: 20px;
    padding-left: 20px;
}



section.home_form {
    width: 100%;
    float: left;
    background: url(../img/bg-1.jpg) no-repeat;
    background-size: cover;
    object-fit: cover;
    margin-top: 40px;
    padding-bottom: 68px;
}



.form_cont h3 {

  font-family: 'Poppins', sans-serif;

  text-transform: uppercase;

  font-weight: 500;

  color: #000;

  font-size: 42px;

  line-height: normal;

  padding: 40px 0px;

}





footer.main_footer {

  width: 100%;

  float: left;

  text-align: center;

  background: #191919;

  padding: 40px 0 25px;

}



.footer_box_2 ul li {

  list-style: none;

  display: inline-block;

}



.footer_box_2 ul li a {

  color: #fff;

  font-size: 18px;

  width: 35px;

  height: 35px;

  line-height: 35px;

  border-radius: 50px;

  border: 1px solid #fff;

  display: block;

  margin: 0 2px;

}

.footer_box_2 ul li a:hover,
.footer_box_2 ul li a:active,
.footer_box_2 ul li a:focus{
	
	background-color: #ff4f28;
	
	border: 1px solid #ff4f28;
	
}



.footer_box_2 {

  width: 100%;

  margin: 40px 0px;

}



.footer_box_3 p {

  color: #fff;

  font-family: 'Poppins', sans-serif;

  font-size: 18px;

}

div#metaslider-id-42 {
    overflow-x: hidden;
}

.caption-wrap {
    width: 100% !important;
    height: 100%;
    opacity: 1 !important;
    background: #00000047 !important;
    z-index: 99999;
}

div#metaslider_42 {
    margin-bottom: 0;
}


.form_cont form.wpcf7-form input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #AFAFAF;
    padding: 10px 0;
    background: transparent;
    height: 38px;
    margin-bottom: 70px;
}

.form_cont form.wpcf7-form textarea {
    width: 100%;
    height: 38px;
    border: 0;
    border-bottom: 2px solid #AFAFAF;
    background: transparent;
    margin-bottom: 70px;
}



.form_cont form.wpcf7-form ::placeholder{
	    font-family: 'Poppins', sans-serif;
	    font-size: 20px;
	    color: #000;
	    font-weight: 400;
}


.form_cont input.wpcf7-form-control.wpcf7-submit {
    margin-top: -14px;
}

.form_cont input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border: 2px solid #000;
    padding: 10px 52px !important;
    margin-top: 0;
    display: block;
    width: auto;
    height: auto !important;
    margin: 0 auto !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -13px !important;
    transition: all .4s ease-in-out;
}


.form_cont input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

section.about-banner{
    height: 400px;
    display: flex;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
	display: block;
}


section.about-banner:before{
	position:absolute:
	content:"";
	background:#000;
}

.about-left ul li {
    float: left;
}


.about-left ul li {
    float: left;
    color: #000;
    list-style: none;
}

.about-left ul li a {
    color: #fff;
}
.about-left ul li {
    float: left;
    color: #fff;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

section.about-banner .container {
    border-left: 5px solid #fff;
    padding-bottom: 5px;
}

.about-left ul li i {
    color: #fff !important;
    margin: 0 8px;
}

.about-left h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 3px;
}

.entry-content img.xyz,
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
    width: 100%;
    max-width: 35%;
    float: right;
    margin-left: 20px;
    border-bottom: 10px solid #fff;
    border-top: 10px solid #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 10px #000;
    border-left: 10px solid #ff4f28;
    border-right: 10px solid #ff4f28;
	    height: 350px !important;
}

.all-spacing.py-5 {
    padding: 50px 0px;
}


.page-id-21 form.wpcf7-form {
    background: transparent !important;
    padding: 35px 15px 0;
    border: 2px solid #000;
}

.page-id-21 form.wpcf7-form input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: 2px solid #000;
    padding: 10px;
	background:transparent !important;
}



.page-id-21 form.wpcf7-form textarea {
    width: 100%;
    height: 150px;
    border: 2px solid #000;
    padding: 10px;
    margin-bottom: 10px;
	background:transparent !important;
}

.page-id-21 input.wpcf7-form-control.wpcf7-submit {
    text-align: center!important;
    font-size: 17px!important;
    text-transform: uppercase!important;
    background: transparent !important;
    display: inline-block!important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none!important;
    padding: 6px 20px!important;
    border: 2px solid #000 !important;
    font-family: 'Poppins', sans-serif !important;
    height: auto !important;
    transition: all .4s ease-in-out;
}


.page-id-21 input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}



ul.products.columns-4 li{
	text-align: center;
}

ul.products.columns-4 li h2 {
    text-transform: uppercase;
    font-size: 20px !important;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border: 0;
}

ul.products.columns-4 li a.button.product_type_simple {
    text-align: center;
    font-size: 16px;
    background: transparent !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #000 !important;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 10px;
    border: 2px solid #000;
}

p.woocommerce-result-count {
    font-size: 18px;
    color: #3c3c3c;
    border: 1px solid #ccc;
    padding: 13px;
    font-weight: 500;
}

select.orderby {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 20px;
    font-weight: 500;
}

ul.products.columns-4 li {
/*     background: #fff; */
    padding: 5px !important;
    padding-bottom: 25px !important;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

/*main#content {
    clear: both !important;
    padding: 70px 0px;
}*/

h1.product_title.entry-title {
    text-transform: uppercase;
    font-size: 42px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

span.posted_in {
    font-size: 20px;
    color: #4c4c4c;
    line-height: 0;
    font-weight: 500 !important;
}

span.posted_in a {
    color: #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #613811 !important;
}

/*li#tab-title-reviews {
    background: #ffcde2;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #4c4c4c;
    border: 1px solid #ffcde2;
}*/

h2.woocommerce-Reviews-title {
    /*font-family: 'BRANDON_MED_1';*/
    text-transform: capitalize;
    /*font-size: 22px;*/
    margin-bottom: 10px;
}

span#reply-title {
    /*font-family: 'BRANDONGROTESQUE-REGULAR';*/
    font-size: 18px;
    color: #4c4c4c;
    line-height: 28px;
}

.comment-form-rating label {
    /*font-family: 'BRANDONGROTESQUE-REGULAR';*/
    font-size: 18px;
    color: #4c4c4c;
    line-height: 28px;
}


p.stars {
    margin-bottom: 0px !important;
}

form#commentform input {
    width: 100%;
    float: left;
    height: 44px;
    border: 1px solid #ccc;
}

form#commentform p {
    margin-bottom: 10px !important;
    width: 100%;
    display: inline-block;
}

form#commentform textarea {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    min-height: 100px;
}

input#wp-comment-cookies-consent {
    width: auto !important;
    height: auto !important;
    float: none !important;
}

input#submit {
    text-align: center!important;
    font-size: 17px!important;
    text-transform: uppercase!important;
    background: transparent !important;
    display: inline-block!important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none!important;
    padding: 12px 20px!important;
    border: 2px solid #000 !important;
    font-family: 'Poppins', sans-serif;
    width: auto !important;
    transition: all .4s ease-in-out !important;
}


input#submit:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

div#reviews {
    background: #f2f2f2;
    padding: 20px;
}

ul.tabs.wc-tabs {
    margin: 0px !important;
}

section.related.products {
    width: 100%;
    float: left;
    clear: both;
}

section.related.products h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    color: #3c3c3c;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.inner-page {
    clear: both !important;
    padding: 50px 0px 30px !important;
}

span.woocommerce-Price-amount.amount {
        font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #4c4c4c;
    line-height: 28px;
    margin-top: 15px !important;
    display: block;
}

button.single_add_to_cart_button.button.alt {
    text-align: center!important;
    font-size: 17px!important;
    text-transform: uppercase!important;
    background: transparent !important;
    display: inline-block!important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none!important;
    padding: 12px 20px!important;
    border: 2px solid #000;
    font-family: 'Poppins', sans-serif;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

.quantity input {
    height: 43px;
    border: 2px solid #000;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 600;
}

form.cart {
    margin: 20px 0 0;
    float: none;
    width: auto;
}

.woocommerce-message {
    /* font-family: 'BRANDONGROTESQUE-REGULAR'; */
    font-size: 19px;
    color: #4c4c4c;
    line-height: 28px;
}

a.button.wc-forward {
    text-align: center!important;
    font-size: 17px!important;
    text-transform: uppercase!important;
    background: transparent !important;
    display: inline-block!important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none!important;
    padding: 12px 20px!important;
    border: 2px solid #000 !important;
    font-family: 'Poppins', sans-serif !important;
}

a.button.wc-forward:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

.entry-content table img {
    border: 0px !important;
    margin: 0px;
}

.entry-content table tr th {
    font-size: 19px;
    color: #000;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
}

.entry-content table tr td {
    /* font-family: 'BRANDONGROTESQUE-REGULAR'; */
    font-size: 17px;
    color: #4c4c4c;
    /* line-height: 28px; */
}

.entry-content table tr td a {
    color: #000 !important;
    font-family: 'Montserrat';
    font-size: 17px !important;
    font-weight: 400;
}

td.actions button.button {
    text-align: center!important;
    font-size: 17px!important;
    text-transform: uppercase!important;
    background: transparent !important;
    display: inline-block!important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none!important;
    padding: 12px 20px!important;
    border: 2px solid #000 !important;
    font-family: 'Poppins', sans-serif !important;
}

td.actions button.button:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    width: 100%;
    padding: 20px 0px !important;
    display: block;
}

.woocommerce-info {
    /* font-family: 'BRANDONGROTESQUE-REGULAR'; */
    font-size: 19px;
    color: #4c4c4c;
    line-height: 28px;
}

.woocommerce-info a {
    color: #fe4c28;
}

.woocommerce button {
    text-align: center!important;
    font-size: 17px!important;
    text-transform: uppercase!important;
    background: transparent !important;
    display: inline-block!important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none!important;
    padding: 12px 20px!important;
    border: 2px solid #000 !important;
    font-family: 'Poppins', sans-serif !important;
    transition: all .4s ease-in-out;
}

.woocommerce button:hover{
	   background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

input {
    width: 100%;
    float: left;
    height: 44px;
    padding: 10px;
    border: 1px solid #ccc;
}

span.select2-selection.select2-selection--single {
    height: 44px !important;
    border-radius: 0 !important;
    border: 2px solid #000;
}

span.select2-selection.select2-selection--single span {
    line-height: 40px !important;
}

.woocommerce-billing-fields__field-wrapper {
    width: 100%;
    float: left;
    background: transparent;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 2px solid #000;
}


ul.woocommerce-error li {
    font-weight: 400;
    font-size: 17px;
    color: #000;
    line-height: 28px;
}


form.checkout.woocommerce-checkout h3 {
    display: block;
}

.woocommerce-additional-fields__field-wrapper {
    background: transparent;
    padding: 20px;
    border: 2px solid #000;
}

.woocommerce-additional-fields__field-wrapper textarea {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 120px;
}

a.added_to_cart.wc-forward {
    font-weight: 500;
    font-size: 18px;
    color: #fe4c28;
    line-height: 28px;
}

ul.products.columns-4 li{
	overflow: hidden;
}

ul.products.columns-4 li img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 265px !important;
    object-fit: cover !important;
}
ul.products.columns-4 li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

ul.products.columns-4 li:hover a.button.product_type_simple {
    background: #ff4f28 !important;
    color: #fff !important;
    transition: all 0.4s ease;
    border-color: #ff4f28;
}

span.woocommerce-Price-amount.amount bdi {
    color: #ff4f28;
}

/*shop page end css*/


.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images img {
    border: 1px solid #ccc;
    padding: 5px;
}

.woocommerce-product-details__short-description p {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    text-align: justify;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ff4f28 !important;
    z-index: 2;
    border-bottom-color: 0px !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border: 2px solid #000 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-Tabs-panel {
    background: #f2f2f2;
    padding: 20px !important;
}

.woocommerce-Tabs-panel h2 {
    font-weight: 600;
    color: #333;
    font-size: 20px;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 3px solid #f63;
    margin-bottom: 10px;
    margin-top: 0;
}

form#commentform {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 10px;
}

.woocommerce-message {
    border-top-color: #fe4c28!important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #fe4c28; !important;
}

.cart_totals h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-info {
    border-top-color: #fe4c28; !important;
}

.woocommerce-info::before {
    color: #fe4c28 !important;
}

form.checkout.woocommerce-checkout h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    color: #3c3c3c;
    padding-bottom: 15px;
}

ul.products.columns-4 li span.woocommerce-Price-amount.amount {
    margin-top: 0 !important;
}

.post-type-archive-product main#content {
    clear: both !important;
    padding: 70px 0px 20px;
    background: url(http://robert74.dev.wcukdev.co.uk/wp/Gopec-Group/wp-content/uploads/2021/05/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.woocommerce .cart .button, .woocommerce .cart input.button {
    transition: all .4s ease-in-out !important;
}
.woocommerce button.single_add_to_cart_button.button.alt:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: #000 !important;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: inherit !important;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
     box-shadow: inherit !important;
    border: 0;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 130px;
    border-color: #000 !important;
    border-width: 2px;
    color: #000 !important;
}


.woocommerce table.shop_table td span.woocommerce-Price-amount.amount {
    margin-top: 0 !important;
}

.woocommerce table.shop_table {
    border: 2px solid #000 !important;
}

table.shop_table.shop_table_responsive tr th {
    border-color: #000 !important;
    border-width: 2px !important;
}


#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 2px solid #000 !important;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0 !important;
}


.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 135px !important;
}

.woocommerce table.shop_table td {
    border-top: 2px solid #000 !important;
}

div#customer_details input {
    border: 2px solid #000;
}

form.checkout.woocommerce-checkout input {
    border: 2px solid#000;
}

form.checkout.woocommerce-checkout textarea {
    border: 2px solid #000;
}


.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 2px solid #000 !important;
}

.woocommerce-info {
    border-top-color: #ff4f28 !important;
}




section#text-2 p {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
    padding-top: 15px;
    border-bottom: 2px solid #000;
}


section#text-2 p i {
    padding: 0;
    width: 45px;
    height: 45px;
    color: #ff4f28;
    border: 2px solid #ff4f28;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
}

section#text-2 p a {
    color: #ff4f28;
}

.page-id-21 .entry-content h2 {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-top: 0;
}


.banner_cont a:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

.section_2_box_2 a:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}



.menu_sect li.current_page_item a::after{
	width: 100% !important;
}

.menu_sect ul li:last-child a:hover {
    background: #ff4f28 !important;
    color: #fff !important;
    border-color: #ff4f28 !important;
}

section.section_3 [class*="col-"]:last-child {
    padding-right: 0;
}

.submit {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    margin-bottom: 0 !important;
}

.all-spacing {
    padding: 70px 0px;
    background: url(http://robert74.dev.wcukdev.co.uk/wp/Gopec-Group/wp-content/uploads/2021/05/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

 form.wpcf7-form input {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

 form.wpcf7-form textarea {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

section#text-2 {
    margin-top: 0 !important;
}

.page-id-17 .entry-content a, .page-id-19 .entry-content a {
    color: #ff4f28;
}
.about-internal .about-right h1 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
}
.about-internal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb {
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 0;
    filter: drop-shadow(1px 2px 2px #ddd);
}

.about-internal ul li a {
    color: #000;
}

.about-left ul li i {
    color: #000 !important;
    margin: 0 8px;
}

.about-internal ul li {
    list-style: none;
    display: inline-block;
    color: #000;
    font-size: 18px;
}

p:empty {
    display: none !important;
}


.section_2_box_2 ul {
    padding-top: 5px;
}
.section_2_box_2 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    list-style: none;
}

h3.service_heading {
    padding-top: 20px;
}


h3.service_heading {
    padding-top: 15px;
}

.form_cont p {
    margin-bottom: 30px;
}

.entry-content ul {
    padding-left: 20px;
}

body p:empty {
    display: none;
}

.conT-1 {
    width: 49%;
    float: left;
    text-align: center;
    background: #f2f2f2;
    padding: 15px;
    margin-right: 1%;
}

.conT-1.conT-2 {
    margin-right: 0 !important;
    margin-left: 1%;
}

.conT-1 strong {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.conT-1 a {
    font-size: 18px;
}

.cont_area_1 br {
    display: none;
}

.cont_area_1 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.cont_area_1 p {
    padding-bottom: 10px;
}
.we_do_box_1 {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 40px;
}
    
	
.we_do_box_1 h3 {
    margin: 0;
    position: absolute;
    top: -12px;
    background: #ddd;
    padding: 7px 20px;
    font-size: 22px;
    left: 20px;
}

.we_do_box_1.we_do_box_one {
    margin-top: 35px;
}



.woocommerce .quantity .qty {
    background: transparent !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: transparent !important;
    border-top: 3px solid #ff4f28 !important;
    border: 2px solid #000;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: transparent;
}


span.select2-selection.select2-selection--single {
    background: transparent !important;
}

form.checkout_coupon.woocommerce-form-coupon {
    border: 2px solid #000;
}

input#coupon_code {
    border: 2px solid #000;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    float: left !important;
    width: 100% !important;
}

ul.woocommerce-error {
    padding-left: 50px;
}

form.checkout_coupon.woocommerce-form-coupon {
    border: 2px solid #000;
}
.menu_sect ul li {
    margin-left: 27px;
}

.section_3 .owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

section.section_3 .item {
    float: left;
    width: 33.3%;
    padding: 0px 25px;
    margin-bottom: 50px;
}
section.section_3 {
    width: 100%;
    float: left;
    padding: 64px 0px 0;
}
.section_3_box_1_cont {
    margin-top: 20px;
    padding-left: 0;
    min-height: 96px;
}

.main_heder .use_dash {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 35px;
}
.main_heder  .use_dash ul{
  list-style:none;
}
.main_heder .use_dash ul ul {
    position: absolute;
    width: 185px;
    right: 0;
    text-align: center;
    background: #ff4f28;
    padding: 18px 10px;
    z-index: 999;
	display:none;
}
.main_heder  .use_dash ul li:hover ul{
	display:block;
}
.main_heder .use_dash ul ul .fa{
    margin-right: 6px;
}
.main_heder  .use_dash ul li {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
.main_heder  .use_dash ul li a{
	color:#fff;
}

.main_heder  .use_dash ul li a:hover{
	color:#eee;
}


footer.main_footer .footer_box_3 ul {
    list-style: none;
    padding: 0;
    margin: 40px auto 15px;
    line-height: 41px;
}
footer.main_footer .footer_box_3 ul li {
    line-height: 40px;
    color: #fff;
}
footer.main_footer .footer_box_3 ul li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.logo img {
    width: auto;
    height: 136px !important;
    object-fit: contain;
    background: #ff4f28;
    width: auto;
    padding: 0px 5px;
    border-radius: 17px;
}

.footer_box_1 img {
    width: auto !important;
    height: 136px !important;
    object-fit: contain;
    background: #ff4f28;
    width: auto;
    padding: 0px 5px;
    border-radius: 17px;
}

div#order_review input {
    width: auto;
    height: 33px;
}
div#order_review input#payment_method_paypal {
    margin-top: 8px;
}

img.contact_logo {
    max-width: 100%;
}
.latest_blog_img {
    border: 4px solid #ddd;
	text-align: center;
	background-color: #fff;
}
.latest_blog_img .blog_img_panel {
    overflow: hidden;
}
.latest_blog_img .blog_img_panel img {
    max-width: 100%;
	transition: transform .2s;
}
.latest_blog_img:hover .blog_img_panel img,
.latest_blog_img:active .blog_img_panel img,
.latest_blog_img:focus .blog_img_panel img{
	transform: scale(1.5);
}
.latest_blog_img .blog_txt_panel {
    padding: 15px;
}
.latest_blog_img .blog_txt_panel a {
    color: #000;
}
.latest_blog_img:hover .blog_txt_panel a,
.latest_blog_img:active .blog_txt_panel a,
.latest_blog_img:focus .blog_txt_panel a{
	color: #ff4f28;
}
.latest_blog_img .blog_txt_panel a h3 {
    font-size: 20px;
}

.myfooter-pay img.contact_logo {
    width: 294px;
}
.woocommerce div.product div.images img {
    height: 350px !important;
    object-fit: contain;
    background-color: #ddd;
}




/* woocomerce full myaccount setup start */

.woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style-type: none;
	padding:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
	background-color: #ffffff47;
    display: block;
    margin-bottom: 2px;
    padding: 10px 20px;
    color: #000000;
    border: 1px solid #d4d4d4;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:active, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus{
	    background-color: #ff4f28;
    color: #fff;
    border: 1px solid #ff4f28;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
	    background-color: #ff4f28;
    color: #fff;
    border: 1px solid #ff4f28;
}
.woocommerce-account .addresses .title .edit {
    background-color: #ff4f28;
    color: #fff;
    padding: 3px 20px 2px;
    border-radius: 40px;
    font-size: 15px;
}
span.select2-selection.select2-selection--single {
    border: 1px solid #ccc;
}
/* woocomerce full myaccount setup end */

.wishlist_table .product-add-to-cart a {
    background-color: #ff4f28;
    padding: 6px 17px;
    color: #fff !important;
    border-radius: 4px;
	text-transform: capitalize;
}
.wishlist_table .product-add-to-cart a:hover,
.wishlist_table .product-add-to-cart a:active,
.wishlist_table .product-add-to-cart a:focus{
	background-color: #000;
}

section.section_3 div#section_3_crousel .item:nth-child(2) .section_3_box_1 img {
    object-fit: contain;
    background-color: #f5f5f5;
}