*,
::after,
::before {
    box-sizing: border-box;
}

.rpv-head {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.45;
    text-align: left;
    color: #000;
}

.pv-section-wrap {
    background: #fff;
}

.sc-clearfix:before,
.sc-clearfix:after {
    content: '';
    display: table;
}

.sc-clearfix:after {
    clear: both;
}

.rpv-wrapper {
    padding: 30px 0;
    background: #F5F5F5;
}

.rpv-container {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    overflow-x: scroll;
}

.rpv-container .sports-product-grid.sports-product-bg {
    width: 240px;
    margin: 0 1% 0 0;
}

.sc-breadcrumb {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
}

.sc-breadcrumb a,
.sc-breadcrumb span {
    display: inline-block;
    text-decoration: underline;
}

.sc-breadcrumb a {
    color: #c02a3e;
}

.sc-breadcrumb .fa {
    display: inline-block;
    vertical-align: middle;
}

.sc-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.sc-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sm-form-group {
    margin-bottom: 15px;
}

.sc-grid .scol-12 {
    width: 100%;
}

.sc-grid .scol-6-sm,
.sc-grid .scol-6-xs {
    position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.sc-grid .scol-8-sm {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%;
    z-index: 0;
}

.sc-grid .scol-4-sm {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.gray-box {
    width: 100%;
    height: auto;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    position: relative;
    padding: 15px;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #373737;
    margin-bottom: 15px;
}

.stock-box {
    width: 90px;
    height: 23px;
    border-radius: 2px;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 15px;
}

.stock-box.in-stock {
    background: #2ea241;
    border: 1px solid #2ea241;
}

.fav-wrap {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.fav-wrap input[type="checkbox"]~label {
    width: 37px;
    height: 37px;
    background: #fff;
    border: 0.5px solid rgba(183, 183, 183, 0.5);
    text-align: center;
    padding: 7px;
    color: #B7B7B7;
    font-size: 16px;
    margin: 0;
}

.fav-wrap input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.fav-wrap input[type="checkbox"]:checked~label {
    background: #c02a3e;
    border-color: #c02a3e;
    color: #fff;
}

.sc-float-left {
    float: left;
}

.sc-float-right {
    float: right
}

.sc-divider {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #B7B7B7;
    margin: 10px auto;
}

.tabs-wrap>button {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 2.5;
    text-align: left;
    color: #000000;
    border: none;
    background: #fff;
    border-bottom: 5px solid #fff;
    margin-right: 15px;
    outline: none;
    cursor: pointer;
}

.tabs-wrap>button.active,
.tabs-wrap>button:hover,
.tabs-wrap>button:focus {
    border-bottom: 5px solid #c02a3e;
    color: #c02a3e;
    background-color: #fff;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #000;
    background-color: #fff;
    border-color: #c02a3e;
}


/* .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover,.btn-info.active, .btn-info:active, .open,.btn-info:hover>.dropdown-toggle.btn-info {
    background-color:  #fff;
    border-color: #fff;
} */

.gtabs {
    position: relative;
}

.gtabs .gtab {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    top: 5px;
    transition: all 0.4s;
    display: none;
}

.gtabs .gtab.active {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.4s;
    display: block;
}

.table {
    width: 100%;
    border: 1px solid #cacaca;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.table .table {
    border: none;
}

.table td {
    vertical-align: top;
}

.table tr>td {
    padding: 0;
    margin: 0;
}

.table .table tr>td {
    padding: 8px 20px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    min-height: 40px;
}

.table .table tr>td.rbdr {
    border-right: 1px solid #c02a3e;
}

.descp-head {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 25px;
    text-align: left;
    color: #000;
}

.descp-txt {
    height: 100px;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: left;
    color: #000;
    word-wrap: break-word;
    word-break: break-all;
   overflow: hidden;
}

.descp-txt a {
    color: #f00;
    font-weight: 600;
}

.sc-form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 12px;
    left: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    line-height: 33px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    vertical-align: top;
    /* color: #bcbcbc; */
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
}

.gray-txt {
    font-family: Roboto;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.67;
    text-align: left;
    color: #808080;
    display: inline-block;
    vertical-align: middle;
}

.pv-ltxt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.67;
    text-align: left;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.red-txt {
    color: #c02a3e !important;
}

.emore-txt {
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #c02a3e;
    margin: 10px 0 0;
}

.cb-fgroup {
    display: inline-block;
    padding-right: 125px;
    position: relative;
}

.cb-fgroup .sc-form-control {
    width: 125px;
}

.btn-black,
.btn-red {
    min-width: 114px;
    height: 35px;
    border-radius: 2px;
    background: #3b3b3b;
    border: 1px solid #3b3b3b;
    color: #fff;
}

.btn-red {
    background: #c02a3e;
    border-color: #c02a3e;
}

.btn-red img {
    display: inline-block;
    vertical-align: middle;
}

.btn-black:hover,
.btn-black:focus {
    background: #fff;
    border: 1px solid #3b3b3b;
    color: #3b3b3b !important;
}

.cb-fgroup .btn-black,
.cb-fgroup .btn-red {
    position: absolute;
    top: 0;
    right: 0;
}

.pv-thumb-wrapper {
    display: flex;
    justify-content: space-between;
}

.twrapper .pv-thumb {
    width: 115px;
    height: 127px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    margin-bottom: 15px;
    position: relative;
}

.twrapper .pv-thumb img,
.large-img img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.twrapper .pv-thumb img.active {
    border: 1px solid #c02a3e;
}

.large-img {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    position: relative;
    width: 500px;
    height: 570px;
}

.pro-title {
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin: 0 0 15px;
}

.out-stock {
    background: #bcbcbc;
    border: 1px solid #8e8e8e;
    opacity: 0.32;
    color: #808080;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-top: 15px;
}

.mbtm-15 {
    margin-bottom: 25px;
}

.mtop-25 {
    margin-top: 25px;
}

.hav-to-sell {
    font-family: Roboto;
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: left;
    color: #484848;
}

.cart-row {
    display: flex;
    padding: 25px 0;
}

.cart-row .cart-right {
    flex: 0 0 315px;
    max-width: 315px;
}

.cart-left {
    flex: 1;
    padding-right: 20px;
}

.cart-white-box {
    width: 100%;
    background: #fff;
    border: 0.5px solid #fff;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.09);
}

.os-head {
    padding: 15px 0;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 22px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #D1D1D1;
}

.cart-right .btn-red,
.cart-right .btn-black {
    width: 100%;
    margin: 10px auto;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 20px;
    height: 42px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.st-wrap {
    padding: 10px 15px;
    border-bottom: 1px solid #D1D1D1;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 22px;
    color: #000;
}

.ec-wrap {
    padding: 10px 90px 10px 15px;
    border-bottom: 1px solid #D1D1D1;
    position: relative;
}

.ec-input {
    width: 184px;
    height: 35px;
    border-radius: 2px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
}

.ec-wrap .btn-black {
    width: 80px;
    height: 35px;
    position: absolute;
    line-height: 20px;
    top: 0;
    min-width: 80px;
    right: 30px;
}

.st-wrap .sc-float-left img {
    display: inline-block;
}

.cart-txt {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: left;
    color: #000;
}

.cart-txt small {
    font-weight: 500;
    font-size: 16px;
}

.sc-media {
    display: flex;
    padding: 20px;
}

.sc-media-left {
    width: 130px;
    margin-right: 25px;
}

.sc-media-left img {
    width: 116px;
    height: 116px;
    object-fit: cover;
    object-position: center;
}

.cart-mtitle {
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin: 0 0 15px;
    max-width: 360px;
}

.cseller {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 22px;
    text-align: left;
    color: #929292;
}

.cqp-wrap {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 22px;
    text-align: left;
    color: #c02a3e;
    margin-top: 10px;
    font-weight: bold
}

.stn-wrap {
    padding: 0 20px;
}

.quan-wrap {
    position: relative;
    padding: 0 30px;
    width: 120px;
    display: inline-block;
    margin: 0 20px 20px 0;
}

.quan-wrap .qplus-icon,
.quan-wrap .qminus-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 0.5px solid #5b5b5b;
    border-radius: 50%;
    text-align: center;
    left: 0;
    top: 7px;
    line-height: 24px;
    color: #c02a3e;
}

.quan-wrap .qplus-icon {
    left: inherit;
    right: 0;
}

.cart-remove {
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 22px;
    text-align: left;
    color: #929292;
    display: inline-block;
}

.sub-total {
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 22px;
    text-align: left;
    color: #000;
}

.sub-total span {
    color: #929292;
    margin-right: 10px;
}

.sc-custom-checkbox input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    padding-left: 30px;
    margin-right: 15px;
}

.sc-custom-checkbox input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c02a3e;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sc-custom-checkbox {
    position: relative;
    display: inline-block;
}

.sc-custom-checkbox input[type="checkbox"] {
    top: 0;
    width: 21px;
    height: 21px;
    position: absolute;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}

.sc-custom-checkbox input[type="checkbox"]:checked+label:after {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sc-custom-checkbox input[type="checkbox"]:checked+label:before {
    border: 2px solid #c02a3e;
    font-size: 11px;
    top: 0px;
    background: #c02a3e;
}

.sc-media-body {
    position: relative;
    flex: 1;
}

.sc-media-body .sc-custom-checkbox {
    position: absolute;
    right: -24px;
    top: 0;
}

.cart-twrap {
    margin: 25px 0 0;
    max-width: 855px;
}

.new-add {
    max-width: 506px;
    margin: 20px auto;
}

.and-head {
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: left;
    color: #3b3b3b;
    max-width: 506px;
    margin: 20px auto;
}

.new-add .sc-form-control {
    background: #F5F5F5;
    border: 1px solid #f8f8f8;
    height: 45px;
    border-radius: 2px;
}

.new-add .sc-form-control:focus,
.new-add .sc-form-control:hover {
    border: 1px solid #c02a3e;
    outline: none;
}

.new-add .btn-black {
    float: right
}

.cout-addr {
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #c02a3e;
    max-width: 506px;
    margin: 0 auto;
    padding: 10px 0;
}

.shadr-top {
    padding: 10px 20px;
}

.shadr-top .sc-float-left {
    font-family: Roboto;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: left;
    color: #3b3b3b;
}

.shadr-top .sc-float-right a,
.shadr-top .sc-float-right .sc-form-control,
.shadr-top .sc-float-left .sc-form-control,
.shadr-top .pm-lbl {
    display: inline-block;
    vertical-align: middle;
    margin: 10px auto;
    width: auto;
}

.shadr-top .sc-float-right a {
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: left;
    color: #c02a3e;
}

.shadr-top .sc-float-right .sc-form-control,
.shadr-top .sc-float-left .sc-form-control,
.new-add select.sc-form-control {
    background: url(../images/arrow.svg) no-repeat 96% #F5F5F5;
    height: 45px;
    border-radius: 2px;
    min-width: 225px;
    appearance: none;
}

.site-content {
    padding: 10px 0;
    background: #fff;
}

.site-content .entry-title {
    color: #4d4c4c;
    font-size: 36px;
}

.attachment-large {
    margin: 0 auto;
    display: block;
}

.site-content .elementor-container {
    max-width: 850px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.site-content .elementor-text-editor {
    text-align: center;
}

.elementor-button {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: #d21f18;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
}

.elementor-button-wrapper {
    text-align: center;
}

.nall-box {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 1.5rem;
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.elementor-column.elementor-col-25,
.elementor-column[data-col="25"] {
    width: 23%;
}

.sp-card {
    text-align: center;
}

.sp-card a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #d32229;
}

.note-box {
    background: #d21f18;
    padding: 10px;
    max-width: 850px;
    margin: 25px auto;
}

.note-box .elementor-heading-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.elementor-heading-title1 {
    color: #000;
    font-size: 9px;
}

.pro-view-slider .content-carousel {
    width: 600px;
    display: block;
    margin: 0 auto;
}

.pro-view-slider .owl-carousel {
    width: calc(100% - 100px);
    float: right;
}

.pro-view-slider .owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: -104px;
    width: 80px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.pro-view-slider .owl-carousel .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 15% !important;
    margin-bottom: 15px;
}

.button-like span {
    margin-left: 0.5rem;
}

.button-like .fa,
.button-like span {
    transition: all ease 0.4s;
}

.button-like:focus {
    background-color: transparent;
}

.button-like:focus .fa,
.button-like:focus span {
    color: #8a8a8a;
}

.button-like:hover {
    border-color: #cc4b37;
    background-color: transparent;
}

.button-like:hover .fa,
.button-like:hover span {
    color: #cc4b37;
}

.liked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.liked .fa,
.liked span {
    color: #ff7a7a;
}

.liked:focus {
    background-color: #cc4b37;
}

.liked:focus .fa,
.liked:focus span {
    color: #ff7a7a;
}

ul#parsley-id-multiple-null {
    padding: 0;
    list-style: none;
}

.liked:hover {
    background-color: #ffffff;
    border-color: #fff;
}

.liked:hover .fa,
.liked:hover span {
    color: #ff7a7a;
}